imap_processing.ultra.l0.decom_ultra.process_ultra_tof#
- imap_processing.ultra.l0.decom_ultra.process_ultra_tof(ds: Dataset, packet_props: PacketProperties) Dataset#
Unpack and decode Ultra TOF packets.
The TOF packets contain image data that may be split across multiple segmented packets. This function combines the segmented packets and decompresses the image data.
- Parameters:
ds (xarray.Dataset) – TOF dataset.
packet_props (PacketProperties) – Information that defines properties of the packet including the pixel window dimensions of images and number of image panes.
- Returns:
dataset – Dataset containing the decoded and decompressed data.
- Return type: