v1.0.0-rc.60

This commit is contained in:
2025-07-05 18:52:42 +02:00
parent 016e86cbc5
commit fbaf15aa07
156 changed files with 541 additions and 152 deletions

View File

@@ -18,7 +18,7 @@ std::pair<float, float> DiffractionGeometry::GetDirectBeam_pxl() const {
}
Coord DiffractionGeometry::GetScatteringVector() const {
return {0, 0, wavelength_A};
return {0, 0, 1.0f / wavelength_A};
}
Coord DiffractionGeometry::DetectorToRecip(float x, float y) const {