Skip to content

Commit c7926de

Browse files
committed
fix: wrong default
1 parent 72b5296 commit c7926de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ess/amor/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def default_parameters() -> dict:
6363
Gravity: sc.vector(value=[0, -1, 0]) * sc.constants.g,
6464
SamplePosition[RunType]: sc.vector([0, 0, 0], unit="m"),
6565
NeXusDetectorName[RunType]: "detector",
66-
ChopperPhase[RunType]: sc.scalar(-5.0, unit="deg"),
66+
ChopperPhase[RunType]: sc.scalar(7.0, unit="deg"),
6767
ChopperFrequency[RunType]: sc.scalar(8.333, unit="Hz"),
6868
BeamDivergenceLimits: (sc.scalar(-0.7, unit='deg'), sc.scalar(0.7, unit='deg')),
6969
}

0 commit comments

Comments
 (0)