imap_processing.hit.l1a.hit_l1a.hit_l1a#

imap_processing.hit.l1a.hit_l1a.hit_l1a(packet_file: Path, packet_date: str | None) list[Dataset]#

Will process HIT L0 data into L1A data products.

Parameters:
  • packet_file (str) – Path to the CCSDS data packet file.

  • packet_date (str) – The date of the packet data in ‘YYYYMMDD’ format. This is used to filter data to the correct processing day since L0 will have a 20-minute buffer before and after the processing day.

Returns:

processed_data – List of Datasets of L1A processed data.

Return type:

list[xarray.Dataset]