From 34d9b58ea5c01aef24a53482e2c8ee0d9580c68b Mon Sep 17 00:00:00 2001 From: esmithExperimentControls Date: Fri, 13 Dec 2024 11:02:02 +0000 Subject: [PATCH] fix path for py object --- 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 a6a4798..29066a9 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.src.ibex_bluesky_core.devices.simpledae.reducers.PeriodGoodFramesNormalizer` +{py:obj}`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: