DiffractionExperiment: Solid angle correction is saved with the master file
This commit is contained in:
@@ -511,6 +511,8 @@ void JFJochFrameDeserializer::ProcessStartMessageUserDataElement(CborValue &valu
|
||||
start_message.rad_int_bin_number = GetCBORInt(map_value);
|
||||
else if (key == "rad_int_bin_to_q")
|
||||
GetCBORFloatArray(map_value, start_message.rad_int_bin_to_q);
|
||||
else if (key == "rad_int_solid_angle_corr")
|
||||
GetCBORFloatArray(map_value, start_message.rad_int_solid_angle_corr);
|
||||
else if (key == "summation")
|
||||
start_message.summation = GetCBORUInt(map_value);
|
||||
else if (key == "storage_cell_number")
|
||||
|
||||
Reference in New Issue
Block a user