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.
2 parents a49cc28 + fbec94a commit c3ade8fCopy full SHA for c3ade8f
src/ess/estia/workflow.py
@@ -44,7 +44,8 @@
44
def mcstas_default_parameters() -> dict:
45
return {
46
supermirror.MValue: sc.scalar(5, unit=sc.units.dimensionless),
47
- supermirror.CriticalEdge: 0.022 * sc.Unit("1/angstrom"),
+ # The reference sample in the McStas simulation has R=1 everywhere
48
+ 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