v1.0.0-rc.91

This commit is contained in:
2025-10-20 20:43:44 +02:00
parent 6524365ffa
commit 061152279c
260 changed files with 4856 additions and 1063 deletions

View File

@@ -238,3 +238,7 @@ Coord DiffractionGeometry::ProjectToEwaldSphere(const Coord &p0) const {
S = S.Normalize() / wavelength_A;
return S - S0;
}
const RotMatrix &DiffractionGeometry::GetPoniRotMatrix() const {
return poni_rot;
}