imap_processing.hit.l1a.hit_l1a.create_datasets# imap_processing.hit.l1a.hit_l1a.create_datasets(data: dict, skip_keys=None)# Create a dataset for each APID in the data. Parameters: data (dict) – A single dictionary containing data for all instances of an APID. skip_keys (list, Optional) – Keys to skip in the metadata Returns: A dictionary containing xr.Dataset for each APID. Each dataset in the dictionary will be converted to a CDF. Return type: dict