JFJochReceiver: Save information on crystal lattice and spot indexing status to HDF5 file
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user