Home > rfi_tuning > verify_rfi.m

verify_rfi

PURPOSE ^

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

SYNOPSIS ^

function r = verify_rfi(startMjd,endMjd,pArray,basedir)

DESCRIPTION ^

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
  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.

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:

SOURCE CODE ^

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

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