suncasa.eovsa.eovsa_flare_calib
Functions
|
Script to import and calibrate IDB data based on an input time range or list of IDB files. |
Module Contents
- suncasa.eovsa.eovsa_flare_calib.import_calib_idb(trange, workdir=None, ncpu=1, timebin='0s', width=1, udb_corr=True)[source]
Script to import and calibrate IDB data based on an input time range or list of IDB files.
- Parameters:
trange (list) – List containing the begin and end time in eovsa.util Time format or a list of IDB files. Example for time range: Time([‘2022-11-12 17:55:00’, ‘2022-11-12 18:10:00’]) Example for IDB files: [‘IDB202211121804’, ‘IDB202211121814’]
workdir (str, optional) – Specify where the working directory is. Defaults to the current path.
ncpu (int, optional) – Number of CPUs to use. Defaults to 1.
timebin (str, optional) – Time binning interval. Defaults to ‘0s’.
width (int, optional) – Width of the frequency channels. Defaults to 1.
udb_corr (bool, optional) – Apply correction to input UDB files before import to MS. Defaults to True.
- Returns:
Concatenated CASA measurement set with initial gain, amplitude, and phase calibrations applied.
- Return type:
str