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 72b5296 + c7926de commit b4a9968Copy full SHA for b4a9968
src/ess/amor/__init__.py
@@ -63,7 +63,7 @@ def default_parameters() -> dict:
63
Gravity: sc.vector(value=[0, -1, 0]) * sc.constants.g,
64
SamplePosition[RunType]: sc.vector([0, 0, 0], unit="m"),
65
NeXusDetectorName[RunType]: "detector",
66
- ChopperPhase[RunType]: sc.scalar(-5.0, unit="deg"),
+ ChopperPhase[RunType]: sc.scalar(7.0, unit="deg"),
67
ChopperFrequency[RunType]: sc.scalar(8.333, unit="Hz"),
68
BeamDivergenceLimits: (sc.scalar(-0.7, unit='deg'), sc.scalar(0.7, unit='deg')),
69
}
0 commit comments