Skip to content

Commit 20c6fa9

Browse files
committed
docstring
1 parent c1bda00 commit 20c6fa9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/ess/amor/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ def qgrid(
7171
wbins: WavelengthBins,
7272
bdlims: BeamDivergenceLimits,
7373
) -> QBins:
74+
'''Generates a suitable Q-binnning from
75+
the limits on wavelength and divergence angle.'''
7476
theta_min = (
7577
bdlims[0].to(unit='rad', copy=False)
7678
+ detector_rotation.to(unit='rad', dtype='float64')

0 commit comments

Comments
 (0)