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 e538fbe commit 1bb7e78
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 @@ -142,7 +142,7 @@ def swe_science(decom_data: list, data_version: str) -> xr.Dataset:
# Save data as np.int64 to be complaint with ISTP' FILLVAL
science_array.append(uncompress_data.astype(np.int64))
raw_science_array.append(raw_counts.astype(np.int64))
metadata_arrays = np.array(add_metadata_to_array(data_packet,metadata_arrays))
metadata_arrays = add_metadata_to_array(data_packet,metadata_arrays)

# Load CDF attrs
cdf_attrs = ImapCdfAttributes()
Expand Down

0 comments on commit 1bb7e78

Please sign in to comment.