Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
laspsandoval committed Mar 14, 2024
1 parent ba2a389 commit 2494a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imap_processing/ultra/l0/decom_ultra.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def append_tof_params(
if key != "SHCOARSE":
stacked_dict[key].append(np.stack(data_dict[key]))
data_dict[key].clear()
for key in packet.data.keys():
for key in packet.header.keys():
stacked_dict[key].append(np.stack(data_dict[key]))
data_dict[key].clear()

Expand Down

0 comments on commit 2494a6b

Please sign in to comment.