You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a typo in the documentation of Parameters.DetectorGeometry.DetectorPanel.__init__ in the entry of ranges:
:param ranges: The minimum and maximum values pixel numbers on the respective transverse axis.
:type ranges: Dictionary
:example ranges: {"fast_scan_min : 11, "fast_scan_max" : 20, "slow_scan_min" : 1, "fast_scan_max" : 20} # First axis from 11 to 20 and second axis from 1 to 20.
I assume the 4th key in the example dictionary should be slow_scan_max, not fast_scan_max:
There is a typo in the documentation of
Parameters.DetectorGeometry.DetectorPanel.__init__
in the entry ofranges
:I assume the 4th key in the example dictionary should be
slow_scan_max
, notfast_scan_max
:The text was updated successfully, but these errors were encountered: