v1.0.0-rc.61

This commit is contained in:
2025-07-08 07:16:59 +02:00
parent 3c67b5a900
commit e4ec9fb38f
163 changed files with 448 additions and 346 deletions
+1
View File
@@ -34,6 +34,7 @@ void ScanResultGenerator::Add(const DataMessage &message) {
v[image_number].max_viable_pixel = message.max_viable_pixel_value;
v[image_number].sat_pixels = message.saturated_pixel_count;
v[image_number].spot_count_low_res = message.spot_count_low_res;
v[image_number].spot_count_indexed = message.indexing_spot_count;
v[image_number].res = message.resolution_estimate;
}
}