Skip to content
Snippets Groups Projects
Commit 5224753b authored by Ger van Diepen's avatar Ger van Diepen
Browse files

bug 1656:

Updated for new NDPPP parameters
parent b48ee09c
No related branches found
No related tags found
No related merge requests found
......@@ -10,11 +10,13 @@
# name dir. type unit prun. vm value constr. descr.
#--------------------------------------------------------------------------------------------------------
node msin 4.0.0 development 'node constraint' "Input MeasurementSet"
par autoweight I bool - 10 0 TRUE - "Calculate weights from auto-correlations?"
par band I int - 10 0 -1 - "Band (spectral window) to use; -1 is no selection"
par datacolumn I text - 10 0 "DATA" - "Data column to use"
par endtime I text - 10 0 "-" - "Format: 19Feb2010/14:01:23.817"
par name I text - 10 0 "-" - "Name of the MeasurementSet"
par nchan I int - 10 0 0 - "Number of channels to use from the input MS"
par startchan I int - 10 0 0 - "First channel to use from the input MS"
par nchan I text - 10 0 0 - "Number of channels to use from the input MS"
par startchan I text - 10 0 0 - "First channel to use from the input MS"
par starttime I text - 10 0 "-" - "Format: 19Feb2010/14:01:23.817"
par useflag I bool - 10 0 TRUE - "Use the current flags in the MS"
......@@ -28,8 +30,16 @@ par tilesize I int - 10 0 1024 - "For expert user: tile size (in Kbytes) for
par vdsdir I text - 10 0 "A" - "Directory where to put the VDS file; if empty, the MS directory is used."
par writefullresflag I bool - 10 0 T - "Write the full resolution flags"
node preflag 4.0.0 development 'node constraint' "Preflagger"
node counter 4.0.0 development 'node constraint' "Count flags"
par type I text - 10 0 "counter" - "Type of the flagger, do not change"
par path I text - 10 0 "-" - "Directory where to create the flag percentages tables"
par save I bool - 10 0 F - "Save flag percentages per frequency and baseline?"
par showfullyflagged I bool - 10 0 F - "Show fully flagged baselines"
node preflagger 4.0.0 development 'node constraint' "Preflagger"
par type I text - 10 0 "preflagger" - "Type of the flagger, do not change"
par count.path I text - 10 0 "-" - "Directory where to create the flag percentages tables"
par count.save I bool - 10 0 F - "Save flag percentages per frequency and baseline?"
par expr I vtext - 10 0 '[]' - "Expression of preflagger keyword sets. eg: [c1 and (c2 or c3)]"
par timeofday I vtext - 10 0 '[]' - "12:34:56.789, 12h34m56.789, or a value followed by a unit like h, min, or s."
par abstime I vtext - 10 0 '[]' - "12-Mar-2010/11:31:00.000"
......@@ -38,8 +48,10 @@ par timeslot I vtext - 10 0 '[]' - "Time slot sequence numbers. First time
par lst I vtext - 10 0 '[]' - "Ranges of Local Apparent Sidereal Times like 1:30:0 +- 20min"
par azimuth I vtext - 10 0 '[]' - "12:34:56.789, 12h34m56.789, 12.34.56.789 or 12d34m56.789, or a value followed by a unit like rad or deg."
par elevation I vtext - 10 0 '[]' - "Ranges of elevation angles (similar to azimuth). For example: 0deg..10deg"
par baseline I vtext - 10 0 '[]' - "Names of baselines to be flagged. Eg: [[CS001,RS003], [CS002,RS005]]"
par baseline I vtext - 10 0 '[]' - "Names of baselines to be flagged (CASA syntax). Eg: CS001&RS003;CS002&RS005"
par corrtype I ptext - 10 0 "auto|cross;auto" - "correlation type to use? Must be auto, cross, or an empty string."
par blmin I flt - 10 0 -1 - "If > 0, flag baselines with length in range blmin-blmax (in meters)"
par blmax I flt - 10 0 -1 - "If > 0, flag baselines with length in range blmin-blmax (in meters)"
par uvmmin I dbl - 10 0 0.0 - "Flag baselines with UV-distance < uvmmin meter."
par uvmmax I dbl - 10 0 0.0 - "If uvmmax > 0, flag baselines with UV-distance > uvmmax meter."
par freqrange I vtext - 10 0 '[]' - "Flag channels in the given frequency ranges."
......@@ -53,23 +65,46 @@ par realmax I vflt - 10 0 '[1e30]' - "Maximum real complex part per correla
par imagmin I vflt - 10 0 '[-1e30]' - "Minimum imaginary complex part per correlation."
par imagmax I vflt - 10 0 '[1e30]' - "Maximum imaginary complex part per correlation."
node aoflagger 4.0.0 development 'node constraint' "AOflagger"
par type I text - 10 0 "aoflagger" - "Type of the flagger, do not change"
par autocorr I bool - 10 0 F - "Use autocorrelations?"
par count.path I text - 10 0 "-" - "Directory where to create the flag percentages tables"
par count.save I bool - 10 0 F - "Save flag percentages per frequency and baseline?"
par memorymax I flt - 10 0 0 - "Maximum amount of memory (GB) to use for time window; 0 = no maximum"
par memoryperc I flt - 10 0 0 - "Percentage of memory to use for time window"
par overlapmax I flt - 10 0 1 - "Maximum time window overlap; o = no maximum"
par overlapperc I flt - 10 0 1 - "Percentage of time window to add left and right for overlap"
par pedantic I bool - 10 0 F - "Be more pedantic when flagging?"
par pulsar I bool - 10 0 F - "Optimize flagging strategy for pulsars?"
par timewindow I flt - 10 0 0 - "Number of time slots to be flagged jointly. If 0, it will be deduced from memory to be used"
node madflagger 4.0.0 development 'node constraint' "MADflagger"
par type I text - 10 0 "madflagger" - "Type of the flagger, do not change"
par count.path I text - 10 0 "-" - "Directory where to create the flag percentages tables"
par count.save I bool - 10 0 F - "Save flag percentages per frequency and baseline?"
par threshold I flt - 10 0 1 - "The flagging threshold"
par freqwindow I int - 10 0 1 - "Number of channels in the median box. If not odd, 1 is subtracted."
par timewindow I int - 10 0 1 - "Number of times in the median box. If not odd, 1 is subtracted."
par correlations I vint - 10 0 '[0,3]' - "The correlations to use in the flagger; an empty vector means all."
par applyautocor I bool - 10 0 F - "True means that the MADFlagger is used on the auto-correlations only."
par blmin I flt - 10 0 -1 - "Only baselines with length > blmin are taken into account"
par blmax I flt - 10 0 1e30 - "Only baselines with length < blmax are taken into account"
node phaseshift 4.0.0 development 'node constraint' "Phase shift"
par type I text - 10 0 "phaseshift" - "Type of the averager, do not change"
par phasecenter I vtext - 10 0 "" - "J2000 RA and DEC of new phase center; if empty vector, original phase center is used"
node avg 4.0.0 development 'node constraint' "Averager"
par type I text - 10 0 "squash" - "Type of the averager, do not change"
node averager 4.0.0 development 'node constraint' "Average"
par type I text - 10 0 "phaseshift" - "Type of the averager, do not change"
par freqstep I int - 10 0 8 - "Number of channels to average."
par timestep I int - 10 0 1 - "Number of time slots to average."
par minpoints I int - 10 0 0 - "If fewer unflagged input points are available, the averaged point is flagged."
par minperc I flt - 10 0 0.0 - "Like minpoints, but expressed as a percentage of timestep*freqstep"
node uvwflag 4.0.0 development 'node constraint' "UVW flagger"
node uvwflagger 4.0.0 development 'node constraint' "UVW flagger"
par type I text - 10 0 "uvwflagger" - "Type of the flagger, do not change"
par count.path I text - 10 0 "-" - "Directory where to create the flag percentages tables"
par count.save I bool - 10 0 F - "Save flag percentages per frequency and baseline?"
par uvmrange I vtext - 10 0 '[]' - "Flag baselines with UV within one the given ranges (in meters)."
par uvmmin I dbl - 10 0 0.0 - "Flag baselines with UV < uvmmin meter."
par uvmmax I dbl - 10 0 1e15 - "Flag baselines with UV > uvmmax meter."
......@@ -100,10 +135,15 @@ node DPPP 4.0.0 development 'node constraint' "DPPP"
par steps I vtext - 10 0 ["preflag","flag","avg"] - "Names of the steps to perform."
par showprogress I bool - 10 0 F - "Show a progress bar?"
par showtimings I bool - 10 0 F - "At the end the percentage of elapsed time each step took can be shown"
par checkparset I bool - 10 0 F - "Check if all parameters in parset are used?"
par uselogger I bool - 100 0 T - "Use logging framework for messages?"
uses msin 4.0.0 development 1 "Input MeasurementSet"
uses msout 4.0.0 development 1 "Output MeasurementSet"
uses preflag 4.0.0 development 1 "Preflagger"
uses preflagger 4.0.0 development 1 "Preflagger"
uses aoflagger 4.0.0 development 1 "AOflagger"
uses madflagger 4.0.0 development 1 "MADflagger"
uses avg 4.0.0 development 1 "Averager"
uses uvwflag 4.0.0 development 1 "UVW flagger"
uses averager 4.0.0 development 1 "Averager"
uses uvwflagger 4.0.0 development 1 "UVW flagger"
uses phaseshift 4.0.0 development 1 "Phase shift"
uses counter 4.0.0 development 1 "Count flags"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment