Skip to content

Commit

Permalink
adding run info
Browse files Browse the repository at this point in the history
  • Loading branch information
FaroutYLq committed Dec 18, 2023
1 parent 7e90239 commit 8be794c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saltax/match/visual.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def plot_wf(ind, st_salt, st_simu, st_data, runid, matched_simu,
:param s1_ext_window_samples: time window in samples to plot around S1, default 25 samples
:param s2_ext_window_samples: time window in samples to plot around S2, default 100 samples
"""
print("Loading peaks and lone_hits for event %s"%ind)
print("Loading peaks and lone_hits for run %s event %s"%(runid, ind))

# Get time ranges in indices for events, S1 and S2
extended_simu_event_timerange_ns = (matched_simu['s1_time'][ind]-event_ext_window_ns,
Expand Down

0 comments on commit 8be794c

Please sign in to comment.