Skip to content

Commit

Permalink
Merge pull request #529 from ggmarshall/main
Browse files Browse the repository at this point in the history
changes to loading for trimming and updates to cal routines to handle 2 stage calibration
  • Loading branch information
jasondet authored Dec 4, 2023
2 parents 4d05951 + b6f9576 commit e192c10
Show file tree
Hide file tree
Showing 5 changed files with 367 additions and 218 deletions.
1 change: 0 additions & 1 deletion src/pygama/pargen/AoE_cal.py
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,6 @@ def __init__(
self.dt_cut = dt_cut
self.dep_acc = dep_acc
if self.dt_cut is not None:
self.update_cal_dicts(dt_cut["cut"])
self.dt_cut_param = dt_cut["out_param"]
self.fit_selection = f"{self.selection_string} & {self.dt_cut_param}"
self.dt_cut_hard = dt_cut["hard"]
Expand Down
Loading

0 comments on commit e192c10

Please sign in to comment.