JFJochReceiver: Save information on crystal lattice and spot indexing status to HDF5 file

This commit is contained in:
2023-05-18 10:46:46 +02:00
parent e3998a7488
commit bb4cee9b2d
12 changed files with 68 additions and 37 deletions
+2 -1
View File
@@ -55,7 +55,8 @@ DiffractionSpot::operator SpotToSave() const {
return {
.x = x / static_cast<float>(photons),
.y = y / static_cast<float>(photons),
.intensity = static_cast<float>(photons)
.intensity = static_cast<float>(photons),
.indexed = false
};
}