v1.0.0-rc.60
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user