Functions | |
def | flagdata |
def | delspace |
def | filter_summary |
def | create_arg_dict |
Variables | |
debug |
def task_flagdata.create_arg_dict | ( | subMS_list, | |
value | |||
) |
Definition at line 729 of file task_flagdata.py.
Referenced by flagdata().
def task_flagdata.delspace | ( | word, | |
replace | |||
) |
Replace the white space of a string with another character
Definition at line 702 of file task_flagdata.py.
Referenced by flagdata().
def task_flagdata.filter_summary | ( | summary_stats, | |
minrel, | |||
maxrel, | |||
minabs, | |||
maxabs | |||
) |
Definition at line 711 of file task_flagdata.py.
References asap.asapmath.keys.
Referenced by flagdata().
def task_flagdata.flagdata | ( | vis, | |
mode, | |||
autocorr, | |||
inpfile, | |||
reason, | |||
spw, | |||
field, | |||
antenna, | |||
uvrange, | |||
timerange, | |||
correlation, | |||
scan, | |||
intent, | |||
array, | |||
observation, | |||
feed, | |||
clipminmax, | |||
datacolumn, | |||
clipoutside, | |||
channelavg, | |||
clipzeros, | |||
quackinterval, | |||
quackmode, | |||
quackincrement, | |||
tolerance, | |||
addantenna, | |||
lowerlimit, | |||
upperlimit, | |||
ntime, | |||
combinescans, | |||
timecutoff, | |||
freqcutoff, | |||
timefit, | |||
freqfit, | |||
maxnpieces, | |||
flagdimension, | |||
usewindowstats, | |||
halfwin, | |||
winsize, | |||
timedev, | |||
freqdev, | |||
timedevscale, | |||
freqdevscale, | |||
spectralmax, | |||
spectralmin, | |||
extendpols, | |||
growtime, | |||
growfreq, | |||
growaround, | |||
flagneartime, | |||
flagnearfreq, | |||
minrel, | |||
maxrel, | |||
minabs, | |||
maxabs, | |||
spwchan, | |||
spwcorr, | |||
basecnt, | |||
action, | |||
display, | |||
flagbackup, | |||
savepars, | |||
cmdreason, | |||
outfile | |||
) |
Definition at line 74 of file task_flagdata.py.
References create_arg_dict(), delspace(), pCASA.execute(), filter_summary(), pCASA.is_mms(), taskinit.mstool, and taskinit.write_history().
Definition at line 8 of file task_flagdata.py.