Skip to content

Commit

Permalink
updated packet files to datasets to used raw value
Browse files Browse the repository at this point in the history
  • Loading branch information
sdhoyt committed Sep 12, 2024
1 parent eeb1c8d commit e6b4dae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions imap_processing/lo/l1a/lo_l1a.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def lo_l1a(dependency: Path, data_version: str) -> list[xr.Dataset]:
datasets_by_apid = packet_file_to_datasets(
packet_file=dependency.resolve(),
xtce_packet_definition=xtce_file.resolve(),
use_derived_value=False,
)

# create the attribute manager for this data level
Expand Down

0 comments on commit e6b4dae

Please sign in to comment.