Home > constants > featureFields.m

featureFields

PURPOSE ^

this is a script, that just loads some default constants.

SYNOPSIS ^

This is a script file.

DESCRIPTION ^

 this is a script, that just loads some default constants.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

0001 % this is a script, that just loads some default constants.
0002 
0003 % MAS (07-dec-2011): Added the ncp field.
0004 % SJCM (07-jan-2011): Added Transition
0005 
0006 features = [0 1 2 3 4 5 6 7 8 9 10 11 16 32];
0007 
0008 fieldNames = {'source','elscan' ,'calibrator', 'abscal', 'blank', 'skydip', ...
0009     'radio_point_cross', 'radio_point_scan', 'opt_point', 'beammap', ...
0010     'noise', 'noise_event', 'ncp', 'transition'};
0011

Generated on Sun 14-Jun-2015 17:12:45 by m2html © 2005