imap_processing.hi.hi_l1b.compute_hae_coordinates#

imap_processing.hi.hi_l1b.compute_hae_coordinates(dataset: Dataset) dict[str, DataArray]#

Compute HAE latitude and longitude.

The HAE coordinates are returned in a dictionary that can be added to the input dataset using the .update() method.

Parameters:

dataset (xarray.Dataset) – The partial L1B dataset that has had coincidence type, times of flight, and spin phase computed and added to the L1A data.

Returns:

new_vars – Keys are variable names and values are xarray.DataArray.

Return type:

dict[str, xarray.DataArray]