Skip to content
Snippets Groups Projects
Commit d749155b authored by Rafael Gort's avatar Rafael Gort
Browse files

fixed failing logger when loading chunk data

parent cf176015
No related branches found
No related tags found
2 merge requests!98WIP: Separate digitizers from XGM, assign absolute pulse ID to XGM and digitizers data,!87Introduce package structure, generalized binning principle, ...
......@@ -100,7 +100,7 @@ def load_chunk_data(sel, sourcename, maxframes=None):
).unstack('trainId_pulse')
data = data.transpose('trainId', 'pulse', 'x', 'y')
log.debug(f"loaded chunk data {sel.train_ids[0]}:{sel.train_ids[1]}")
log.debug(f"loaded chunk data")
return data.loc[{'pulse': np.s_[:maxframes]}]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment