jfjoch_writer: Save integrated reflection count

This commit is contained in:
2026-04-28 19:54:00 +02:00
parent 97a5899b73
commit 83fff25724
18 changed files with 35 additions and 6 deletions
@@ -699,6 +699,8 @@ namespace {
message.mosaicity_deg = GetCBORFloat(value);
else if (key == "b_factor")
message.b_factor = GetCBORFloat(value);
else if (key == "integrated_reflections")
message.integrated_reflections = GetCBORInt(value);
else if (key == "indexing_unit_cell")
message.indexing_unit_cell = ProcessUnitCellElement(value);
else if (key == "lattice_type")