@@ -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).