Skip to content

Commit 09ed249

Browse files
committed
fix
1 parent a8ed920 commit 09ed249

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ess/estia/workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def mcstas_default_parameters() -> dict:
4545
return {
4646
supermirror.MValue: sc.scalar(5, unit=sc.units.dimensionless),
4747
# The reference sample in the McStas simulation has R=1 everywhere
48-
supermirror.CriticalEdge: sc.scalar(float('inf'), unit='angstrom'),
48+
supermirror.CriticalEdge: sc.scalar(float('inf'), unit='1/angstrom'),
4949
supermirror.Alpha: sc.scalar(0.25 / 0.088, unit=sc.units.angstrom),
5050
DetectorSpatialResolution[RunType]: 0.0025 * sc.units.m,
5151
NeXusDetectorName: "detector",

0 commit comments

Comments
 (0)