Skip to content

Commit

Permalink
Do not apply the cable delay twice
Browse files Browse the repository at this point in the history
  • Loading branch information
fschlueter committed Jan 14, 2025
1 parent 87c5e2d commit 4337500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NuRadioMC/simulation/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ def apply_det_response_sim(sim_station, det, config,
else:
efieldToVoltageConverterPerEfield.run(evt, sim_station, det) # convolve efield with antenna pattern
detector_simulation_filter_amp(evt, sim_station, det)
channelAddCableDelay.run(evt, sim_station, det)
# channelAddCableDelay.run(evt, sim_station, det)

if config['speedup']['amp_per_ray_solution']:
channelSignalReconstructor.run(evt, sim_station, det)
Expand Down

0 comments on commit 4337500

Please sign in to comment.