Skip to content

Commit 13f773a

Browse files
committed
Merge remote-tracking branch 'origin/main' into centre_of_mass_callback
2 parents c329bad + 411de60 commit 13f773a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/fitting/fitting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
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.
44

5-
In order to use the wrapper, import[`LiveFit`](ibex_bluesky_core.callbacks.LiveFit from [`ibex_bluesky_core`](ibex_bluesky_core) rather than
5+
In order to use the wrapper, import [`LiveFit`](ibex_bluesky_core.callbacks.LiveFit) from [`ibex_bluesky_core`](ibex_bluesky_core) rather than
66
`bluesky` directly:
77
```py
88
from ibex_bluesky_core.callbacks.fitting import LiveFit

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ classifiers = [
4141

4242
dependencies = [
4343
"bluesky", # Bluesky framework
44-
"ophyd-async[ca] == 0.11", # Device abstraction
44+
"ophyd-async[ca] == 0.12.1", # Device abstraction
4545
"matplotlib", # Plotting
4646
"lmfit", # Fitting
4747
"scipy", # Definitions of erf/erfc functions

0 commit comments

Comments
 (0)