imap_processing.swe.l1b.swe_l1b.read_in_flight_cal_data#

imap_processing.swe.l1b.swe_l1b.read_in_flight_cal_data(in_flight_cal_files: list) DataFrame#

Read in-flight calibration data.

In-flight calibration data file will contain rows where each line has 8 numbers, with the first being a time stamp in MET, and the next 7 being the factors for the 7 detectors.

This file will be updated weekly with new calibration data. In other words, one line of data will be added each week to the existing file. File will be in CSV format. Processing won’t be kicked off until there is in-flight calibration data that covers science data.

Parameters:

in_flight_cal_files (list) – List of in-flight calibration files.

Returns:

in_flight_cal_df – DataFrame with in-flight calibration data.

Return type:

pandas.DataFrame