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

Merge branch 'cherry-pick-d749155b' into 'xgm_normalization'

fixed failing logger when loading chunk data

See merge request !90
parents f3a1b7a2 23956f56
No related branches found
No related tags found
4 merge requests!98WIP: Separate digitizers from XGM, assign absolute pulse ID to XGM and digitizers data,!90fixed failing logger when loading chunk data,!89Xgm normalization,!87Introduce package structure, generalized binning principle, ...
......@@ -101,7 +101,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