Skip to content

Commit

Permalink
Merge pull request #80 from soleti/default_conf
Browse files Browse the repository at this point in the history
Updating default light binary files
  • Loading branch information
soleti authored May 16, 2022
2 parents cab4552 + 023d77c commit 9cf6991
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/simulate_pixels.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ def run_simulation(input_filename,
detector_properties,
output_filename,
response_file='../larndsim/bin/response_44.npy',
light_lut_filename='../larndsim/bin/lightLUT.npy',
light_det_noise_filename='../larndsim/bin/light_noise.npy',
light_lut_filename='../larndsim/bin/lightLUT.npz',
light_det_noise_filename='../larndsim/bin/light_noise-module0.npy',
bad_channels=None,
n_tracks=None,
pixel_thresholds_file=None):
Expand Down

0 comments on commit 9cf6991

Please sign in to comment.