From 1fa1c9caaabcc1e85419da0e600773250e7e1b5b Mon Sep 17 00:00:00 2001 From: esmithExperimentControls Date: Fri, 13 Dec 2024 10:57:45 +0000 Subject: [PATCH] Fix pyobj path reference for PeriodGoodFramesNormalizer --- doc/devices/dae.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/devices/dae.md b/doc/devices/dae.md index 371f265..a6a4798 100644 --- a/doc/devices/dae.md +++ b/doc/devices/dae.md @@ -210,7 +210,7 @@ Published signals: Scalar Normalizers (such as PeriodGoodFramesNormalizer, GoodFramesNormalizer) can be passed a summing function which can optionally sum spectra between provided time of flight or wavelength bounds. -{py:obj}`ibex_bluesky_core.some.path.PeriodGoodFramesNormalizer` +{py:obj}`ibex_bluesky_core.src.ibex_bluesky_core.devices.simpledae.reducers.PeriodGoodFramesNormalizer` Here is an example showing creating a scalar normalizer with time of flight bounds from 15000 to 25000 μs, and summing 2 detectors: