File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ Scientist-facing output files are written to `<isis share>\inst$\NDX<inst>\user\
4747default.
4848
4949Custom file-output paths can be specified by passing extra arguments to
50- {py: obj }` HumanReadableFileCallback<ibex_bluesky_core.callbacks.file_logger. HumanReadableFileCallback> `
50+ {py: obj }` HumanReadableFileCallback<ibex_bluesky_core.callbacks.HumanReadableFileCallback> `
5151for the "human-readable" files, or
52- {py: obj }` LiveFitLogger<ibex_bluesky_core.callbacks.fitting.livefit_logger. LiveFitLogger> `
52+ {py: obj }` LiveFitLogger<ibex_bluesky_core.callbacks.LiveFitLogger> `
5353for the fit output files. These callbacks may be hidden behind
5454{py: obj }` ISISCallbacks<ibex_bluesky_core.callbacks.ISISCallbacks> ` which also allows specifying output paths.
5555
@@ -62,7 +62,7 @@ Raw documents emitted by bluesky are stored in `C:\Instrument\Var\logs\bluesky\r
6262data emitted by bluesky scans. The filenames in this directory correspond to bluesky's scan ID, which is printed to
6363the console at the end of each scan, and is also included as metadata in the scientist-facing output files.
6464
65- These files are written by {py: obj }` ibex_bluesky_core.callbacks.document_logger. DocLoggingCallback ` , which is subscribed
65+ These files are written by {py: obj }` ibex_bluesky_core.callbacks.DocLoggingCallback ` , which is subscribed
6666to the run engine by default in {py: obj }` ibex_bluesky_core.run_engine.get_run_engine ` .
6767
6868``` {note}
You can’t perform that action at this time.
0 commit comments