diff --git a/hugo/content/ex/fit/galaxi.md b/hugo/content/ex/fit/galaxi.md index 44d848beb1b2c5f79d15b1d859c872e8a4282e08..84ba9c7134cb354b3bd32e13fbafda3d79e196e9 100644 --- a/hugo/content/ex/fit/galaxi.md +++ b/hugo/content/ex/fit/galaxi.md @@ -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). - -### 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).