We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a966a63 commit 9779ca2Copy full SHA for 9779ca2
src/spine/utils/calib/manager.py
@@ -141,7 +141,7 @@ def __call__(
141
# Apply the gain correction
142
if "gain" in self.modules:
143
self.watch.start("gain")
144
- tpc_values = self.modules["gain"].process(tpc_values, t) # e-
+ tpc_values = self.modules["gain"].process(tpc_values, t, run_id) # e-
145
self.watch.stop("gain")
146
147
# Apply the recombination correction
0 commit comments