Input

“”

inputs

msin.autoweight

type:

bool

default:

False

doc:

Calculate weights using the auto-correlation data? It is meant for setting the proper weights for a raw LOFAR MeasurementSet .

msin.band

type:

integer

default:

-1

doc:

Band (spectral window) to select (<0 is no selection). This is mainly useful for WSRT data .

msin.baseline

type:

string

doc:

Baselines to be selected (default is all baselines). See Description of baseline selection parameters. Only the CASA baseline selection syntax as described in this note can be used .

msin.datacolumn

type:

string

default:

DATA

doc:

Data column to use, i.e. the name of the column in which the visibilities are written .

msin.endtime

type:

string

default:

last time in MS

doc:

Center of last time slot to use; if > last time in MS, dummy time slots are inserted .

msin.flagcolumn

type:

string

default:

FLAG

doc:

Flag column to use, i.e. the name of the column in which the flags are written .

msin.forceautoweight

type:

bool

default:

False

doc:

In principle the calculation of the weights should only be done for the raw LOFAR data. It appeared that sometimes the autoweight switch was accidently set in a DP3 run on already dppp-ed data. To make it harder to make such mistakes, the forceautoweight flag has to be set as well for MSs containing dppp-ed data .

msin.missingdata

type:

bool

default:

False

doc:

true = it is allowed that a data column in an MS does not exist. In that case its data will be 0 and flagged. It can be useful if the CORRECTED_DATA of subbands are combined, but a BBS run for one of them failed. If ‘orderms=false’, it also makes it possible that a MS is specified but does not exist. In such a case flagged data will be used instead. The missing frequency info will be deduced from the other MSs where all MSs have to have the same number of channels and must be defined in order of frequency .

msin.nchan

type:

integer

default:

0

doc:

Number of channels to use from the input MS (0 means till the end). It can be an expression with nchan (nr of input channels) as parameter. E.g. 15*nchan/16 .

msin.ntimes

type:

integer

default:

0

doc:

Number of time slots to use (0 means till the end) .

msin.orderms

type:

bool

default:

True

doc:

Do the MSs need to be ordered on frequency? If true, all MSs must exist, otherwise they cannot be ordered. If false, the MSs must be given in order of frequency .

msin.sort

type:

bool

default:

False

doc:

Does the MS need to be sorted in TIME order ?

msin.startchan

type:

integer

default:

0

doc:

First channel to use from the input MS (channel numbers start counting at 0). Note that skipped channels will not be written into the output MS. It can be an expression with nchan (nr of input channels) as parameter. E.g. nchan/32 will be fine for LOFAR observations with 64 and 256 channels .

msin.starttime

type:

string

doc:

Center of first time slot to use; if < first time in MS, dummy time slots are inserted. A date/time must be specified in the casacore MVTime format, e.g. 19Feb2010/14:01:23.817 .

default:

first time in MS

msin.starttimeslot

type:

int

default:

0

doc:

Starting time slot. This can be negative to insert flagged time slots before the beginning of the MS .

msin.useflag

type:

bool

default:

True

doc:

Use the current flags in the MS? If false, all flags in the MS are ignore and the data (except NaN and infinite values) are assumed to be good and will be used in later steps .

msin.weightcolumn

type:

string

default:

WEIGHT_SPECTRUM or WEIGHT

doc:

Weight column to use. Defaults to WEIGHT_SPECTRUM if this exists, otherwise the WEIGHT column is used .

msin/msin.name

type:

string

doc:

Name of the input MeasurementSets. If a single name is given, it can be a glob-pattern (like L23456_SAP000_SB*) meaning that all MSs matching the pattern will be used. A glob-pattern can contain *, ?, [], and {} pattern characters (as used in bash). If multiple MSs are to be used, their data are concatenated in frequency, thus multiple subbands are combined to a single band. In principle all MSs should exist, but if ‘missingdata=true’ and ‘orderms=false’ flagged zero data will be inserted for missing MS(s) and their frequency info will be deduced from the other MSs .