Skip to content

Commit 9779ca2

Browse files
Pass run_id to the gain correction calibrator
1 parent a966a63 commit 9779ca2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spine/utils/calib/manager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ def __call__(
141141
# Apply the gain correction
142142
if "gain" in self.modules:
143143
self.watch.start("gain")
144-
tpc_values = self.modules["gain"].process(tpc_values, t) # e-
144+
tpc_values = self.modules["gain"].process(tpc_values, t, run_id) # e-
145145
self.watch.stop("gain")
146146

147147
# Apply the recombination correction

0 commit comments

Comments
 (0)