Skip to content

Commit

Permalink
Adding lmfit
Browse files Browse the repository at this point in the history
  • Loading branch information
anamanica committed Aug 15, 2024
1 parent 6c88e76 commit fcc9c33
Show file tree
Hide file tree
Showing 2 changed files with 354 additions and 328 deletions.
4 changes: 2 additions & 2 deletions imap_processing/idex/l2/idex_l2.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def model_fitter(
dims="epoch",
# TODO: attrs
attrs=self.l2_attrs.get_variable_attributes(
f"{variable_lower}__model_constant_offset"
f"{variable_lower}_model_constant_offset"
),
)

Expand Down Expand Up @@ -232,7 +232,7 @@ def model_fitter(
dims="epoch",
# TODO: attrs
attrs=self.l2_attrs.get_variable_attributes(
f"{variable_lower}_discharge_time"
f"{variable_lower}_model_discharge_time"
),
)

Expand Down
Loading

0 comments on commit fcc9c33

Please sign in to comment.