Skip to content

Commit

Permalink
Minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx committed Dec 18, 2024
1 parent 376136a commit bfb5169
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions strax/processing/hitlets.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,7 @@ def concat_overlapping_hits(hits, extensions, pmt_channels, start, end):
last_hit_in_channel = np.zeros(
nchannels,
dtype=(
strax.hit_dtype
+ [(("End time of the interval (ns since unix epoch)", "endtime"), np.int64)]
strax.hit_dtype + [(("Exclusive end time since unix epoch [ns]", "endtime"), np.int64)]
),
)

Expand Down

0 comments on commit bfb5169

Please sign in to comment.