AzimuthalIntegrationProfile: Add standard deviation + save pixel count + improve handling of special cases (missing image)
This commit is contained in:
@@ -711,6 +711,10 @@ namespace {
|
||||
message.spot_count_ice_rings = GetCBORUInt(value);
|
||||
else if (key == "az_int_profile")
|
||||
GetCBORFloatArray(value, message.az_int_profile);
|
||||
else if (key == "az_int_profile_std")
|
||||
GetCBORFloatArray(value, message.az_int_profile_std);
|
||||
else if (key == "az_int_profile_count")
|
||||
GetCBORUInt64Array(value, message.az_int_profile_count);
|
||||
else if (key == "indexing_result")
|
||||
message.indexing_result = GetCBORBool(value);
|
||||
else if (key == "indexing_lattice") {
|
||||
|
||||
Reference in New Issue
Block a user