Skip to content

Commit

Permalink
Fixes docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jackbdoughty committed Dec 4, 2024
1 parent d864579 commit 3323b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/fitting/livefit_logger.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Fitting Files Callback
## Fitting Files

The callback ({py:obj}`ibex_bluesky_core.fitting.livefit_logger.LiveFitLogger`) exists to write all fitting metrics from `LiveFit` to file. These are designed to be human readable files rather than machine readable.
The callback ({py:obj}`ibex_bluesky_core.callbacks.fitting.livefit_logger.LiveFitLogger`) exists to write all fitting metrics from `LiveFit` to file. These are designed to be human readable files rather than machine readable.

This callback provides you with useful metrics such as `R-squared` and `chi-square`, then providing you with a table of the raw collected data included modelled `y` data and `y` uncertainty.

Expand Down

0 comments on commit 3323b32

Please sign in to comment.