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
Return the antennas to which the calibrations apply.
Return the field(s) to which the calibrations apply.
Return the observing intent(s) to which the calibrations apply.
Return the spectral window(s) to which the calibrations apply.
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