%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% function [...] = verify_rfi(...) Jan 31, 2012 (MAS) - Created. Call stat_eval() a number of times, and run the values through the suggested flagging parameter values. Write out results to a file in rfidir. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
0001 function r = verify_rfi(startMjd,endMjd,pArray,basedir) 0002 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 0003 % function [...] = verify_rfi(...) 0004 % 0005 % Jan 31, 2012 (MAS) - Created. 0006 % 0007 % Call stat_eval() a number of times, and run the values through the 0008 % suggested flagging parameter values. Write out results to a file in 0009 % rfidir. 0010 % 0011 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 0012 0013 0014 0015 r = stat_rfi(startMjd,endMjd,pArray,basedir,output); 0016 0017 0018 0019 end