Skip to content

Commit

Permalink
fix #1070
Browse files Browse the repository at this point in the history
  • Loading branch information
Joran Angevaare committed Oct 12, 2022
1 parent ea2603b commit d1c5a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion straxen/plugins/event_patternfit.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class EventPatternFit(strax.Plugin):
s1_optical_map = straxen.URLConfig(help='S1 (x, y, z) optical/pattern map.', infer_type=False,
default='itp_map://'
'resource://'
'XENONnT_s1_xyz_patterns_LCE_corrected_qes_MCva43fa9b_wires.pkl'
'XENONnT_s1_xyz_patterns_corrected_qes_MCva43fa9b_wires.pkl'
'?fmt=pkl')

s2_optical_map = straxen.URLConfig(help='S2 (x, y) optical/pattern map.', infer_type=False,
Expand Down

0 comments on commit d1c5a8a

Please sign in to comment.