Add mechanics to save per spot lattice information (WIP)
This commit is contained in:
@@ -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
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user