imap_processing.spice.repoint.set_global_repoint_table_paths#

imap_processing.spice.repoint.set_global_repoint_table_paths(paths: list[Path]) None#

Set the path to input repoint-table csv file.

Parameters:

paths (list[pathlib.Path]) – List of paths to repoint-table csv files that will be used to supply repoint-table data. Note that although a list of Path objects is allowed, only a list of length 0 or 1 is supported.

Raises:

ValueError – If paths contains more than one repoint-table csv file path.