JFJochReceiver: ADU histogram saved on per module basis at the end of the measurement (but not on per image basis)
This commit is contained in:
@@ -155,9 +155,6 @@ void HDF5DataFile::Write(const DataMessage &msg, uint64_t image_number) {
|
||||
|
||||
if (!msg.rad_int_profile.empty() && (msg.rad_int_profile.size() == rad_int_bin_to_q.size()))
|
||||
rad_int_group->SaveVector("img" + std::to_string(image_number), msg.rad_int_profile);
|
||||
|
||||
if (!msg.adu_histogram.empty())
|
||||
adu_histo_group->SaveVector("img" + std::to_string(image_number), msg.adu_histogram);
|
||||
}
|
||||
|
||||
HDF5DataFileStatistics HDF5DataFile::GetStatistics() const {
|
||||
|
||||
Reference in New Issue
Block a user