to_CASA_intent

to_CASA_intent(ms, intents)[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) -- MeasurementSet object.

  • intents (str) -- pipeline intents to convert.

Returns:

The CASA intents recorded.

Return type:

str