imap_processing.hi.hi_l1b.de_esa_step_met#
- imap_processing.hi.hi_l1b.de_esa_step_met(dataset: Dataset) dict[str, DataArray]#
Compute esa_step_met for each CCSDS packet.
The esa_step_met is the MET time when the ESA was stepped, computed from esa_step_seconds and esa_step_milliseconds.
- Parameters:
dataset (xarray.Dataset) – The L1A/B dataset containing esa_step_seconds and esa_step_milliseconds.
- Returns:
new_vars – Dictionary with “esa_step_met” key and float64 DataArray value.
- Return type: