v1.0.0-rc.61
This commit is contained in:
@@ -71,8 +71,8 @@ void HDF5DataFilePluginMX::Write(const DataMessage &msg, uint64_t image_number)
|
||||
if (msg.resolution_estimate.has_value())
|
||||
resolution_estimate[image_number] = msg.resolution_estimate.value();
|
||||
|
||||
if (msg.spot_count_in_rings)
|
||||
spot_count_rings[image_number] = msg.spot_count_in_rings.value();
|
||||
if (msg.spot_count_ice_rings)
|
||||
spot_count_rings[image_number] = msg.spot_count_ice_rings.value();
|
||||
|
||||
if (msg.indexing_lattice) {
|
||||
auto tmp = msg.indexing_lattice->GetVector();
|
||||
|
||||
Reference in New Issue
Block a user