Calibration Operator Reference
This chapter documents every operator available for user configuration in the HOPS4 fringe-fitting pipeline. Operators are broadly divided into two groups:
Configurable operators, which are triggered by, or have parameters accessible
through, user-issued control file statements or fourfit4 command line
arguments.
Non-configurable operators compartmentalize portions of the internal fringe-finding algorithm and are not directly accessible from the control file. They are triggered automatically by the pipeline based on data attributes or pipeline state.
The configurable operators are organized into functional categories. During runtime each category is initialized and executed in the following order:
Labeling
Selection
Flagging
Calibration
Pre-fit (user Python hooks)
Post-fit (user Python hooks)
Finalize
Within each category, execution order is determined by the operator’s priority value, a lower value means earlier execution.
Configurable Operators
- Labeling Operators
- Selection Operators
- Flagging Operators
- Calibration Operators
- MHO_AdhocPhaseCorrection
- MHO_CircularFieldRotationCorrection
- MHO_LinearDParCorrection
- MHO_LSBOffset
- MHO_ManualChannelDelayCorrection
- MHO_ManualChannelPhaseCorrection
- MHO_ManualPolDelayCorrection
- MHO_ManualPolPhaseCorrection
- MHO_MixedPolYShift
- MHO_MultitonePhaseCorrection
- MHO_PolProductSummation
- MHO_StationDelayCorrection
- Finalize Operators
Non-Configurable Operators
Note: documentation for the non-configurable operators is a work in progress.