Skip to content

Commit

Permalink
undoing all swe changes
Browse files Browse the repository at this point in the history
  • Loading branch information
daralynnrhode committed Aug 7, 2024
1 parent 1bb7e78 commit 7d7b5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imap_processing/swe/l1a/swe_science.py
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ def swe_science(decom_data: list, data_version: str) -> xr.Dataset:
dataset["raw_science_data"] = raw_science_xarray

# create xarray dataset for each metadata field
for key, value in metadata_arrays.item():
for key, value in metadata_arrays.items():
# Lowercase the key to be complaint with ISTP's metadata field
metadata_field = key.lower()
dataset[metadata_field] = xr.DataArray(
Expand Down

0 comments on commit 7d7b5a0

Please sign in to comment.