ComputationalRadiationPhysics / jungfrau-photoncounter

Conversion of Jungfrau pixel detector data to photon count rate
GNU General Public License v3.0
2 stars 2 forks source link

Unitialized use of initPedestal #61

Closed kloppstock closed 4 years ago

kloppstock commented 5 years ago

initPedestal is used in an uninitialized state in the calibration kernel. The initial pedestal data should be set to 0 somewhere near the initialization of the normal pedestal data.

kloppstock commented 4 years ago

Should be fixed in the confgen branch.