Private
Public Access
11
1

Update Realtime Sampler Configuration

2024-06-05 15:56:12 +02:00
parent 1c6396a687
commit 8ccdbcfe85

@@ -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"
},