CSADImage QML Type
Display an image from areaDetector. More...
Import Statement: | import CSDataQuick.Components 1.0 |
Inherits: |
Properties
- source : string
Detailed Description
areaDetector is a generic EPICS framework to integrate detectors. The detector data is internally represented as a NDArray structure. The plugin NDPluginStdArrays makes it available as EPICS PVs.
Because EPICS PV only supports 1-D waveform. To reconstruct the image. The following PVs are relavent:
areaDetector PV | Description |
---|---|
$(P)$(R)ArraySize0_RBV | First dimension of NDArray data |
$(P)$(R)ArraySize1_RBV | Second dimension of NDArray data |
$(P)$(R)ArraySize2_RBV | Third dimension of NDArray data |
$(P)$(R)DataType_RBV | Data type of NDArray data |
CSADImage { interval: 200 source: '13SIM1:image1:' }