Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor concat and get data #430

Merged
Merged
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 0 additions & 2 deletions strax/dtypes.py
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,6 @@ def hitlet_with_data_dtype(n_samples):
n_samples = max(n_samples, 2)
additional_fields = [(('Hitlet data in PE/sample with ZLE (only the first length samples are filled)', 'data'),
np.float32, n_samples),
(('Fragment number in the pulse',
WenzDaniel marked this conversation as resolved.
Show resolved Hide resolved
'record_i'), np.int32),
]

return dtype + additional_fields
WenzDaniel marked this conversation as resolved.
Show resolved Hide resolved
Expand Down