Skip to content
Snippets Groups Projects

Timepix: Fix error when no centroid could be computed

Merged Björn Senfftleben requested to merge fix/timepix_empty_centroid into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
"x": np.array([]),
"x": np.array([]),
"y": np.array([]),
"y": np.array([]),
"toa": np.array([]),
"toa": np.array([]),
 
"tot": np.array([]),
"tot_avg": np.array([]),
"tot_avg": np.array([]),
"tot_max": np.array([]),
"tot_max": np.array([]),
"size": np.array([]),
"size": np.array([]),
Loading