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 a8ed920 commit 09ed249Copy full SHA for 09ed249
src/ess/estia/workflow.py
@@ -45,7 +45,7 @@ def mcstas_default_parameters() -> dict:
45
return {
46
supermirror.MValue: sc.scalar(5, unit=sc.units.dimensionless),
47
# The reference sample in the McStas simulation has R=1 everywhere
48
- supermirror.CriticalEdge: sc.scalar(float('inf'), unit='angstrom'),
+ supermirror.CriticalEdge: sc.scalar(float('inf'), unit='1/angstrom'),
49
supermirror.Alpha: sc.scalar(0.25 / 0.088, unit=sc.units.angstrom),
50
DetectorSpatialResolution[RunType]: 0.0025 * sc.units.m,
51
NeXusDetectorName: "detector",
0 commit comments