Home > functions > gui > preAnalysis > trial_extractor > private > vb_continuous_file_get_measurement.m

vb_continuous_file_get_measurement

PURPOSE ^

return the measurement type of this file.

SYNOPSIS ^

function [measurement] = vb_continuous_file_get_measurement(obj)

DESCRIPTION ^

 return the measurement type of this file.
 [USAGE]
    [measurement] = vb_continuous_file_get_measurement;
 [IN]
    obj : continuous_file object.
 [OUT]
    measurement : measurement type ('MEG', 'EEG')

 Copyright (C) 2011, ATR All Rights Reserved.
 License : New BSD License(see VBMEG_LICENSE.txt)

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 function [measurement] = vb_continuous_file_get_measurement(obj)
0002 % return the measurement type of this file.
0003 % [USAGE]
0004 %    [measurement] = vb_continuous_file_get_measurement;
0005 % [IN]
0006 %    obj : continuous_file object.
0007 % [OUT]
0008 %    measurement : measurement type ('MEG', 'EEG')
0009 %
0010 % Copyright (C) 2011, ATR All Rights Reserved.
0011 % License : New BSD License(see VBMEG_LICENSE.txt)
0012 
0013 measurement = obj.measurement;

Generated on Tue 27-Aug-2013 11:46:04 by m2html © 2005