parse_contdotdat#
- auto_selfcal.selfcal_helpers.parse_contdotdat(contdotdat_file, target)#
Parses the cont.dat file that includes line emission automatically identified by the ALMA pipeline.
- Parameters:
- msfile: Name of the cont.dat file (string)
- Returns:
- Dictionary with the boundaries of the frequency range including line emission. The dictionary keys correspond to the spectral windows identified
- in the cont.dat file, and the entries include numpy arrays with shape (nline, 2), with the 2 corresponding to min and max frequencies identified.