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

rm obsolete paragraph

parent 25958d87
No related branches found
No related tags found
1 merge request!1747fit example cleanup ctd
...@@ -125,8 +125,3 @@ data = img.data.astype("float64") ...@@ -125,8 +125,3 @@ data = img.data.astype("float64")
``` ```
The main requirement is that the shape of the numpy array coincides with the number of detector channels (i.e. `npx, npy = 981, 1043` for given example). The main requirement is that the shape of the numpy array coincides with the number of detector channels (i.e. `npx, npy = 981, 1043` for given example).
### Running the fit
To run the fit, the user assembles all components - simulation description and experimental data file - using `FitObjective.addSimulationAndData`.
The complete example can be found in [Real life fit example: experiment at GALAXI](/ex/fit/extended/experiment-at-galaxi).
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