Skip to content

Commit

Permalink
Fixing the simple S2 prop code
Browse files Browse the repository at this point in the history
  • Loading branch information
HenningSE committed Jan 9, 2025
1 parent de65f67 commit 6766439
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuse/plugins/detector_physics/s2_photon_propagation.py
Original file line number Diff line number Diff line change
Expand Up @@ -836,7 +836,7 @@ def luminescence_timings_simple(self, xy, n_photons):
rr = np.clip(1 / r, 1 / rA, 1 / rW)

return _luminescence_timings_simple(
len(xy), dG, E0, r, dr, rr, alpha, uE, pressure, n_photons
len(xy), dG, E0, r, dr, rr, alpha, uE, pressure, n_photons, self.rng
)

def optical_propagation(self, channels):
Expand Down

0 comments on commit 6766439

Please sign in to comment.