inspect

Diagnostic plots for data

enable

bool

Execute the inspect worker (i.e. diagnostic plotting of the first-pass cross-calibrated data).

label_in

str, optional, default = ‘ ‘

Label of the input dataset

label_cal

str, optional, default = ‘ ‘

Label for output products (plots etc.) for this step.

dirname

str, optional, default = ‘ ‘

Subdirectory (under diagnostic plots) where the plots are to go.

shadems

Direct list of shadems plots.

enable

bool, optional, default = True

Execute series of “extended” shadems plots.

default_column

str, optional, default = CORRECTED_DATA

Data column to plot.

plots_by_field

list of str, optional, default = ‘ ‘

Sequence of shadems plot specifications, made per field

plots_by_corr

list of str, optional, default = ‘ ‘

Sequence of shadems plot specifications, made per correlation

ignore_errors

bool, optional, default = True

Don’t halt the pipeline for shadems plotting errors.

standard_plotter

{“plotms”, “shadems”, “ragavi_vis”, “none”}, optional, default = ragavi_vis

Application to use for making “standard” plots. Use “none” to disable.

correlation

str, optional, default = XX, YY

Label specifying the correlations.

num_cores

int, optional, default = 8

number of CPUs to use

mem_limit

str, optional, default = 8GB

Amount of memory (RAM) to use

uvrange

str, optional, default = ‘ ‘

Set the U-V range for data selection, e.g. ‘>50’.

fields

list of str, optional, default = bpcal, gcal

Fields to plot. Specify by field id, index or keys like, gcal, bpcal.

real_imag

Plot real vs imaginary parts of data.

enable

bool, optional, default = True

Executed the real v/s imaginary data plotting.

fields

list of str, optional, default = ‘ ‘

Fields to plot. Specify by field id, index or keys like, gcal, bpcal.

col

str, optional, default = corrected

Data column to plot.

avgtime

str, optional, default = 10

Time to average for plotting, in seconds.

avgchan

str, optional, default = 10

Number of channels to average for plotting.

amp_phase

Plot Amplitude vs Phase for data.

enable

bool, optional, default = False

Executes the plotting of amplitude v/s phase for data.

fields

list of str, optional, default = ‘ ‘

Fields to plot. Specify by field id, index or keys like: gcal, bpcal.

col

str, optional, default = corrected

Data column to plot.

avgtime

str, optional, default = 10

Time to average for plotting, in seconds.

avgchan

str, optional, default = 10

Number of channels to average for plotting.

amp_uvwave

Plot data amplitude v/s uvwave.

enable

bool, optional, default = True

Executes plotting data amplitude as a function of uvwave.

fields

list of str, optional, default = ‘ ‘

Fields to plot. Specify by field id, index or keys like: gcal, bpcal.

col

str, optional, default = corrected

Data column to plot.

avgtime

str, optional, default = 10

Time to average for plotting, in seconds.

avgchan

str, optional, default = 10

Number of channels to average for plotting.

amp_ant

Plot data amplitde v/s antenna.

enable

bool, optional, default = False

Executes plotting data amplitude v/s antennas.

fields

list of str, optional, default = ‘ ‘

Fields to plot. Specify by field id, index or keys like: gcal, bpcal.

col

str, optional, default = corrected

Data column to plot.

avgtime

str, optional, default = 10

Time to average for plotting, in seconds.

avgchan

str, optional, default = 10

Number of channels to average for plotting.

phase_uvwave

Plot data phase v/s uvwave.

enable

bool, optional, default = True

Executes plotting data phase v/s uvwave.

fields

list of str, optional, default = ‘ ‘

Fields to plot. Specify by field id, index or keys like: gcal, bpcal.

col

str, optional, default = corrected

Data column to plot.

avgtime

str, optional, default = 10

Time to average for plotting, in seconds.

avgchan

str, optional, default = 10

Number of channels to average for plotting.

amp_scan

Plot data amplitude v/s scan number.

enable

bool, optional, default = False

Executes plotting data amplitude v/s scan number.

fields

list of str, optional, default = ‘ ‘

Fields to plot. Specify by field id, index or keys like: gcal, bpcal.

col

str, optional, default = corrected

Data column to plot.

avgtime

str, optional, default = 10

Time to average for plotting, in seconds.

avgchan

str, optional, default = 10

Number of channels to average for plotting.

amp_chan

Plot Amplitude vs Channel data.

enable

bool, optional, default = True

Executes the plotting of amplitude v/s phase for data.

fields

list of str, optional, default = ‘ ‘

Fields to plot. Specify by field id, index or keys like: gcal, bpcal.

col

str, optional, default = corrected

Data column to plot.

avgtime

str, optional, default = 10

Time to average for plotting, in seconds.

avgchan

str, optional, default = 10

Number of channels to average for plotting.

phase_chan

Plot Phase vs Chan.

enable

bool, optional, default = True

Executes the plotting of amplitude v/s phase for data.

fields

list of str, optional, default = ‘ ‘

Fields to plot. Specify by field id, index or keys like: gcal, bpcal.

col

str, optional, default = corrected

Data column to plot.

avgtime

str, optional, default = 10

Time to average for plotting, in seconds.

avgchan

str, optional, default = 10

Number of channels to average for plotting.

report

bool, optional, default = False

(Re)generate a full HTML report at the end of this segment.