Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/fitting/fitting.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Similar to [`LivePlot`](../callbacks/plotting.md), [`ibex_bluesky_core`](ibex_bluesky_core) provides a thin wrapper around Bluesky's [`LiveFit`](ibex_bluesky_core.callbacks.LiveFit) class, enhancing it with additional functionality to better support real-time data fitting. This wrapper not only offers a wide selection of models to fit your data on, but also introduces guess generation for fit parameters. As new data points are acquired, the wrapper refines these guesses dynamically, improving the accuracy of the fit with each additional piece of data, allowing for more efficient and adaptive real-time fitting workflows.

In order to use the wrapper, import[`LiveFit`](ibex_bluesky_core.callbacks.LiveFit from [`ibex_bluesky_core`](ibex_bluesky_core) rather than
In order to use the wrapper, import[`LiveFit`](ibex_bluesky_core.callbacks.LiveFit) from [`ibex_bluesky_core`](ibex_bluesky_core) rather than
`bluesky` directly:
```py
from ibex_bluesky_core.callbacks.fitting import LiveFit
Expand Down Expand Up @@ -261,4 +261,4 @@ Parameter uncertainties are not carried over between fits

```{important}
If a fit fails to converge, subsequent fits will use their default guess functions
```
```