Skip to content

Commit

Permalink
Small fix of dtype description (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
dachengx authored Oct 18, 2024
1 parent 292b865 commit 2a9683e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion strax/dtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def peak_dtype(
if store_data_start:
start_field = (
(
"Waveform data in PE/sample (not PE/ns!), first 200 not downsampled samples",
"Waveform data in PE/sample (not PE/ns!), starting not downsampled samples",
"data_start",
),
np.float32,
Expand Down

0 comments on commit 2a9683e

Please sign in to comment.