Pull request #986: PIPE-1447: implement self calibration task hif_selfcal
Merge in PIPE/pipeline from PIPE-1447-implement-self-calibration-task-hif_selfcal to release/2023.0.0
* commit '89ee5040d60275a523baa2cd0f01252f8ee52df9': (192 commits) PIPE-1765: correct typos in the hif_selfcal CLI input parameters; add the additional description of the 'contfile' parameter in docstring. PIPE-1474: Consider data type in hierarchy of hif_makeimages weblog plots. PIPE-1447: fix typos; remove unused lines. PIPE-1447: add type hint for the 'datatype' parameter in the base/vla heuristics class 'imagename' methods. PIPE-1474: Allow for FLOAT_DATA as a recognized column name. PIPE-1447: fix typos; small clean-up. PIPE-1447: allow the user/heuristic-based datacolumn selection while preserving the actual datatype information in clean target. PIPE-1447: move get_specmode_datatypes into the DataType class as a static method. PIPE-1710: change the workflow for MeasurementSet.set_data_column to update the datacolumn <=> datatype mapping only after successfully finishing other manipulations, i.e. do not update if those failed. PIPE-1710: updated the developer docs for datatype and datacolumn PIPE-1710: in editimlist, use the datatype corresponding to the datacolumn, if it is provided, otherwise choose the best available one for the given intent and specmode PIPE-1474: Removed obsolete initializations. PIPE-1474: Iterated list of preferred specmode data types. Improved documentation. PIPE-1447: incorporate misc. changes from PR feedback: remove unused lines and imports; update docstring. PIPE-1710: small cleanup in editimlist PIPE-1474: Added more detailed information to datatype_info messages. PIPE-1474: Explicit vis list must not be specified in hif_checkproductsize after changes in hif_makeimlist. PIPE-1474: Added observingrun.py which should have been part of the previous commit. PIPE-1474: Set data type also for user defined vis list. Added vis list filtering in get_measurement_sets_of_type. PIPE-1474: Obey per EB flag when checking for per source/spw vis list.
...