astrohack.core.extract_locit

Functions

extract_antenna_data(extract_locit_parms, locit_mds)

Extract antenna information from the ANTENNA sub table of the cal table

extract_spectral_info(extract_locit_parms)

Extract spectral information from the SPECTRAL_WINDOW sub table of the cal table

extract_source_and_telescope(extract_locit_parms, ...)

Extract source and telescope information from the FIELD and OBSERVATION sub tables of the cal table

extract_antenna_phase_gains(extract_locit_parms, ...)

Extract antenna based phase gains from the cal table

Module Contents

extract_antenna_data(extract_locit_parms: dict, locit_mds: astrohack.io.locit_mds.AstrohackLocitFile)[source]

Extract antenna information from the ANTENNA sub table of the cal table :param extract_locit_parms: input_parameters to extract_locit :param locit_mds: Locit data file object

extract_spectral_info(extract_locit_parms)[source]

Extract spectral information from the SPECTRAL_WINDOW sub table of the cal table :param extract_locit_parms: input_parameters to extract_locit

Returns: DDI dictionary

extract_source_and_telescope(extract_locit_parms, locit_mds)[source]

Extract source and telescope information from the FIELD and OBSERVATION sub tables of the cal table :param extract_locit_parms: input_parameters to extract_locit :param locit_mds: Locit data file object

extract_antenna_phase_gains(extract_locit_parms, ddi_dict, locit_mds)[source]

Extract antenna based phase gains from the cal table :param extract_locit_parms: input_parameters to extract_locit :param ddi_dict: Dictionary with DDI meta information :param locit_mds: Locit data file object