to_CASA_intent¶
- to_CASA_intent(ms: MeasurementSet, intents: str) str[source]¶
Convert pipeline intents back to the equivalent intents recorded in the measurement set.
Example: > to_CASA_intent(ms, 'PHASE,BANDPASS') 'CALIBRATE_PHASE_ON_SOURCE,CALIBRATE_BANDPASS_ON_SOURCE'
- Parameters:
ms -- MeasurementSet object.
intents -- pipeline intents to convert.
- Returns:
The CASA intents recorded.