imap_processing.swe.l1a.swe_l1a.swe_l1a#
- imap_processing.swe.l1a.swe_l1a.swe_l1a(file_path, data_version)#
Process SWE l0 data into l1a data.
Receive all L0 data file. Based on appId, it call its function to process. If appId is science, it requires more work than other appId such as appId of housekeeping.
- Parameters:
file_path (pathlib.Path) – Path where data is downloaded
data_version (str) – Data version to write to CDF files and the Data_version CDF attribute. Should be in the format Vxxx
- Returns:
List of xarray.Dataset
- Return type:
List