CBOR/HDF5: Save Lorentz-Polarization correction for reflections

This commit is contained in:
2026-01-21 16:39:13 +01:00
parent acea94552f
commit 4e6b9c960f
7 changed files with 16 additions and 2 deletions
@@ -463,6 +463,8 @@ namespace {
r.sigma = GetCBORFloat(map_value);
else if (key == "image")
r.image_number = GetCBORFloat(map_value);
else if (key == "rlp")
r.lp = GetCBORFloat(map_value);
else if (key == "rp")
r.dist_ewald = GetCBORFloat(map_value);
else