We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d668610 commit 53e894bCopy full SHA for 53e894b
src/ess/amor/utils.py
@@ -91,7 +91,7 @@ def qgrid(
91
qmin = reflectometry_q(wavelength=wmax, theta=theta_min)
92
qmax = reflectometry_q(wavelength=wmin, theta=theta_max)
93
qmin = max(qmin, sc.scalar(1e-3, unit='1/angstrom'))
94
- return QBins(sc.geomspace('Q', qmin, qmax, 499))
+ return QBins(sc.geomspace('Q', qmin, qmax, 501))
95
96
97
providers = (theta_grid, qgrid)
0 commit comments