Add mechanics to save per spot lattice information (WIP)

This commit is contained in:
2026-06-05 14:17:19 +02:00
parent 74c1a7a828
commit 83f467d4dc
10 changed files with 34 additions and 13 deletions
+3 -2
View File
@@ -82,9 +82,10 @@ std::optional<SpotToSave> DiffractionSpot::Export(const DiffractionGeometry &geo
.phi = phi,
.intensity = static_cast<float>(photons),
.maxc = max_photons,
.lattice = -1,
.image = image_num,
.d_A = d,
.ice_ring = false,
.indexed = false,
.image = image_num
.indexed = false
};
}