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 c1bda00 commit 20c6fa9Copy full SHA for 20c6fa9
src/ess/amor/utils.py
@@ -71,6 +71,8 @@ def qgrid(
71
wbins: WavelengthBins,
72
bdlims: BeamDivergenceLimits,
73
) -> QBins:
74
+ '''Generates a suitable Q-binnning from
75
+ the limits on wavelength and divergence angle.'''
76
theta_min = (
77
bdlims[0].to(unit='rad', copy=False)
78
+ detector_rotation.to(unit='rad', dtype='float64')
0 commit comments