CalTo¶
- class CalTo(vis: str | None = None, field: str = '', spw: str = '', antenna: str = '', intent: str = '')[source]
Bases:
objectCalTo represents a target data selection to which a calibration can be applied.
Attributes Summary
antennaReturn the antennas to which the calibrations apply.
fieldReturn the field(s) to which the calibrations apply.
intentReturn the observing intent(s) to which the calibrations apply.
spwReturn the spectral window(s) to which the calibrations apply.
visReturn 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.