From 736f0d7aac3153ce62e24a5a6f4ae4e1829e3b94 Mon Sep 17 00:00:00 2001 From: "Joachim Wuttke (o)" <j.wuttke@fz-juelich.de> Date: Tue, 7 Nov 2023 16:57:20 +0100 Subject: [PATCH] CHANGELOG --- CHANGELOG | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 4488db1186c..1c747915b56 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -4,8 +4,8 @@ BornAgain-22.0, in preparation * LambdaScan for time-of-flight offspec * Datafield::flat flattens out axis of size 1 > API: - * FlatDetector replaces RectangularDetector - * SphericalDetector is obsolete. For 2D scattering, use FlatDetector as shown in examples + * Detector2D replaces RectangularDetector and SphericalDetector. Its nominal axes are equidistant + phi, alpha grids, but scattering is computed for the actual phi, alpha of each pixel. * Offspec analyzer is set for detector, not scan(#651) * FitObjective::addSimulationAndData has been replaced by function addFitPair, which takes experimental data in form of a Datafield object instead of a NumPy array -- GitLab