CalTo

class CalTo(vis: str | None = None, field: str = '', spw: str = '', antenna: str = '', intent: str = '')[source]

Bases: object

CalTo represents a target data selection to which a calibration can be applied.

Attributes Summary

antenna

Return the antennas to which the calibrations apply.

field

Return the field(s) to which the calibrations apply.

intent

Return the observing intent(s) to which the calibrations apply.

spw

Return the spectral window(s) to which the calibrations apply.

vis

Return the name of the measurement set to which the calibrations apply.

Methods Summary

from_caltoargs(cta)

Returns a CalTo object for given arguments cta.

Attributes Documentation

antenna

Return the antennas to which the calibrations apply.

field

Return the field(s) to which the calibrations apply.

intent

Return the observing intent(s) to which the calibrations apply.

spw

Return the spectral window(s) to which the calibrations apply.

vis

Return the name of the measurement set to which the calibrations apply.

Methods Documentation

static from_caltoargs(cta: CalToArgs) CalTo[source]

Returns a CalTo object for given arguments cta.

Parameters:

cta -- CalToArgs object representing the arguments for the new CalTo object.

Returns:

CalTo object initialized with given arguments cta.