v1.0.0-rc.72

This commit is contained in:
2025-09-08 20:28:59 +02:00
parent 6c88c6902e
commit c67337cfe1
275 changed files with 7525 additions and 1039 deletions

View File

@@ -98,7 +98,9 @@ std::shared_ptr<JFJochReaderDataset> JFJochHttpReader::UpdateDataset_i() {
dataset->bkg_estimate = GetPlot_i("bkg_estimate");
dataset->spot_count = GetPlot_i("spot_count");
dataset->indexing_result = GetPlot_i("indexing_rate");
dataset->mosaicity = GetPlot_i("mosaicity");
dataset->profile_radius = GetPlot_i("profile_radius");
dataset->b_factor = GetPlot_i("b_factor");
dataset->efficiency = GetPlot_i("image_collection_efficiency");
return dataset;
} catch (std::exception &e) {
Close_i();