From 8ccdbcfe85b233c982bb76e82a674610a8674f58 Mon Sep 17 00:00:00 2001 From: watts Date: Wed, 5 Jun 2024 15:56:12 +0200 Subject: [PATCH] Update Realtime Sampler Configuration --- Realtime-Sampler-Configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Realtime-Sampler-Configuration.md b/Realtime-Sampler-Configuration.md index 9b7efc0..feb39b7 100644 --- a/Realtime-Sampler-Configuration.md +++ b/Realtime-Sampler-Configuration.md @@ -36,7 +36,7 @@ Note that only one `OrocosSampler` Detector needs to exist. See [Config_Detector ## Positioner -Note that any positioner can be added to the realtime sampler by adding the appropriate fields, so long as it is implemented for its `type`. +Note that any positioner can be added to the realtime sampler by adding the appropriate fields, so long as it is implemented for its `type` (i.e. EPICS). All detectors are written into the `/entry/instrument/` section of the data file and setting `rtDetectorMonitor` to `true` will cause a corresponding `NXmonitor` group to also be written to the `/entry/` section. The NeXus standard says that the default normalisation data should be written into an `NXmonitor` group called "control". ``` "Ring_Current" : { @@ -47,7 +47,7 @@ Note that any positioner can be added to the realtime sampler by adding the appr "readOnly" : true, "rtDetector" : "OrocosDetector1", "rtDetectorChannelIndex" : 0, - "rtDetectorMonitor" : false, + "rtDetectorMonitor" : true, "type" : "Epics", "unitChannel" : "ARIDI-PCT:CURRENT.EGU" },