Small fixes
This commit is contained in:
@@ -485,12 +485,6 @@ namespace {
|
||||
message.image_collection_efficiency = GetCBORFloat(value);
|
||||
else if (key == "bkg_estimate")
|
||||
message.bkg_estimate = GetCBORFloat(value);
|
||||
else if (key == "corr_beam_x_pxl")
|
||||
message.corr_beam_x_pxl = GetCBORFloat(value);
|
||||
else if (key == "corr_beam_y_pxl")
|
||||
message.corr_beam_y_pxl = GetCBORFloat(value);
|
||||
else if (key == "corr_det_dist_mm")
|
||||
message.corr_det_dist_mm = GetCBORFloat(value);
|
||||
else if (key == "adu_histogram")
|
||||
GetCBORUInt64Array(value, message.adu_histogram);
|
||||
else if (key == "roi_integrals")
|
||||
|
||||
Reference in New Issue
Block a user