diff --git a/documentation/pilatusDoc.html b/documentation/pilatusDoc.html index a3b232b..994776b 100755 --- a/documentation/pilatusDoc.html +++ b/documentation/pilatusDoc.html @@ -10,7 +10,7 @@
This driver inherits from ADDriver. - It implements many of the parameters in NDStdDriverParam_t (see - asynNDArryDriver.h) and in ADStdDriverParam_t (see - ADArrayDriver.h). It also implements a number of parameters that are specific + It implements many of the parameters in + asynNDArrayDriver.h and in + ADArrayDriver.h. It also implements a number of parameters that are specific to the Pilatus detectors.The pilatusDetector class documentation describes this class in detail.
- It is useful to use NDPluginROI to define an ROI containing the entire Pilatus detector. - The MaxValue_RBV PV in this ROI can be monitored to make sure that the 20-bit limit - of 1,048,575 is not being approached in any pixel. + It is useful to load and enable an NDPluginStats plugin that gets its data from + the Pilatus driver. The MaxValue_RBV PV for that plugin can be monitored to make + sure that the 20-bit limit of 1,048,575 is not being approached in any pixel.
pilatusDetector.adl is the main screen used to control the Pilatus
- driver. All records except those for ROIs are accessed through this screen.
+ driver.

- NDROI8.adl is used to define the ROIs, and to display the statistics
- for each ROI. In this example there are 3 valid ROIs defined. ROI 0 is the entire
- detector, ROI 1 is a 100x50 rectangle starting at [300,60], and ROI 2 is a 50x30
- rectangle starting at [320,70].
NDROI4.adl is used to define the ROIs. In this example there are 3
+ valid ROIs defined. ROI 1 is the entire detector, ROI 2 is a 300x50 rectangle starting
+ at [100,60], and ROI 3 is a 50x30 rectangle starting at [220,70].

+
+ NDStats5.adl is used to display the statistics in the ROIs defined
+ above.
+

mca.adl or mca_small.adl can be used to plot the net or total counts
in an ROI when NImages>1. In this example the plot is the net counts in ROI 1 as