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 20c6fa9 commit 2fe9f5fCopy full SHA for 2fe9f5f
src/ess/amor/utils.py
@@ -72,7 +72,11 @@ def qgrid(
72
bdlims: BeamDivergenceLimits,
73
) -> QBins:
74
'''Generates a suitable Q-binnning from
75
- the limits on wavelength and divergence angle.'''
+ the limits on wavelength and divergence angle.
76
+
77
+ The binning is a geometric grid starting from
78
+ the minimum achievable Q value or ``1e-3 A``, whichever is larger.
79
+ '''
80
theta_min = (
81
bdlims[0].to(unit='rad', copy=False)
82
+ detector_rotation.to(unit='rad', dtype='float64')
0 commit comments