From c7926de55c274dde66ca2a8098f9456f72772ce5 Mon Sep 17 00:00:00 2001 From: Johannes Kasimir Date: Mon, 14 Oct 2024 14:04:52 +0200 Subject: [PATCH] fix: wrong default --- src/ess/amor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ess/amor/__init__.py b/src/ess/amor/__init__.py index 9113cf40..6cf9b18f 100644 --- a/src/ess/amor/__init__.py +++ b/src/ess/amor/__init__.py @@ -63,7 +63,7 @@ def default_parameters() -> dict: Gravity: sc.vector(value=[0, -1, 0]) * sc.constants.g, SamplePosition[RunType]: sc.vector([0, 0, 0], unit="m"), NeXusDetectorName[RunType]: "detector", - ChopperPhase[RunType]: sc.scalar(-5.0, unit="deg"), + ChopperPhase[RunType]: sc.scalar(7.0, unit="deg"), ChopperFrequency[RunType]: sc.scalar(8.333, unit="Hz"), BeamDivergenceLimits: (sc.scalar(-0.7, unit='deg'), sc.scalar(0.7, unit='deg')), }