this is a script, that just loads some default constants.
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