imap_processing.hi.hi_l2.hi_l2#

imap_processing.hi.hi_l2.hi_l2(psets: list[str | Path], geometric_factors_path: str | Path, esa_energies_path: str | Path, descriptor: str) list[Dataset]#

High level IMAP-Hi L2 processing function.

Parameters:
  • psets (list of str or pathlib.Path) – List of input PSETs to make a map from.

  • geometric_factors_path (str or pathlib.Path) – Where to get the geometric factors from.

  • esa_energies_path (str or pathlib.Path) – Where to get the energies from.

  • descriptor (str) – Output filename descriptor. Contains full configuration for the options of how to generate the map.

Returns:

l2_dataset – Level 2 IMAP-Hi dataset ready to be written to a CDF file.

Return type:

list[xarray.Dataset]