imap_processing.swapi.swapi_utils.read_swapi_lut_table#

imap_processing.swapi.swapi_utils.read_swapi_lut_table(file_path: Path) DataFrame#

Read the LUT table from a CSV file.

Parameters:

file_path (pathlib.Path) – The path to the LUT table CSV file.

Returns:

The LUT table as a DataFrame.

Return type:

pandas.DataFrame