Skip to content
Snippets Groups Projects
Commit 736f0d7a authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

CHANGELOG

parent 548d3a79
No related branches found
No related tags found
1 merge request!2088Replace FlatDetector and SphericalDetector by Detector2D
...@@ -4,8 +4,8 @@ BornAgain-22.0, in preparation ...@@ -4,8 +4,8 @@ BornAgain-22.0, in preparation
* LambdaScan for time-of-flight offspec * LambdaScan for time-of-flight offspec
* Datafield::flat flattens out axis of size 1 * Datafield::flat flattens out axis of size 1
> API: > API:
* FlatDetector replaces RectangularDetector * Detector2D replaces RectangularDetector and SphericalDetector. Its nominal axes are equidistant
* SphericalDetector is obsolete. For 2D scattering, use FlatDetector as shown in examples phi, alpha grids, but scattering is computed for the actual phi, alpha of each pixel.
* Offspec analyzer is set for detector, not scan(#651) * Offspec analyzer is set for detector, not scan(#651)
* FitObjective::addSimulationAndData has been replaced by function addFitPair, * FitObjective::addSimulationAndData has been replaced by function addFitPair,
which takes experimental data in form of a Datafield object instead of a NumPy array which takes experimental data in form of a Datafield object instead of a NumPy array
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment