File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change 33
44import sciline
55import scipp as sc
6- import scippnexus as snx
76
87from ess .reduce import nexus
98
109from ..reflectometry import providers as reflectometry_providers
1110from ..reflectometry import supermirror
1211from ..reflectometry .types import (
1312 BeamDivergenceLimits ,
14- BeamSize ,
1513 DetectorSpatialResolution ,
1614 NeXusDetectorName ,
17- Position ,
1815 ReferenceRun ,
1916 RunType ,
2017 SampleRotationOffset ,
@@ -52,7 +49,6 @@ def mcstas_default_parameters() -> dict:
5249 supermirror .MValue : sc .scalar (5 , unit = sc .units .dimensionless ),
5350 supermirror .CriticalEdge : 0.022 * sc .Unit ("1/angstrom" ),
5451 supermirror .Alpha : sc .scalar (0.25 / 0.088 , unit = sc .units .angstrom ),
55- BeamSize [RunType ]: 2.0 * sc .units .mm ,
5652 DetectorSpatialResolution [RunType ]: 0.0025 * sc .units .m ,
5753 NeXusDetectorName : "detector" ,
5854 BeamDivergenceLimits : (
You can’t perform that action at this time.
0 commit comments