diff --git a/documentation/RoperDoc.html b/documentation/RoperDoc.html
index c30543b..8b03188 100755
--- a/documentation/RoperDoc.html
+++ b/documentation/RoperDoc.html
@@ -10,7 +10,7 @@
areaDetector Roper driver
- August 18, 2009
+ May 19, 2010
Mark Rivers
@@ -60,9 +60,9 @@
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
+ asynNDArryDriver.h and in
+ ADArrayDriver.h. It also implements a number of parameters that are specific
to the Roper detectors.The roper
class documentation describes this class in detail.
@@ -595,6 +595,13 @@
add to the EPICS interface if needed in the future. Settings that EPICS does not
control and which do not need to be frequently changed can simply be set via the
WinView GUI.
+
When NumImages is greater than one WinView collects a 3-D stack of images. The
+ areaDetector driver can save that data to a file using WinView. However, the driver
+ callbacks to plugins currently only passes the first image in that stack. It is
+ not practical to pass all the images in the stack at once as a 3-d array, because
+ this would require allocating a second 3-D array of the same size as the one in
+ the WinView buffer. What would be possible is to pass each of the images in the
+ stack on after the other. This will be implemented in a future release.
Reading data files back into WinView is not currently supported. This may be added
in a future release.
The values of ADNumImagesCounter ($(P)$(R)NumImagesCounter_RBV) and ADNumExposuresCounter