diff --git a/documentation/areaDetectorDoc.html b/documentation/areaDetectorDoc.html index 2df0727..67613d4 100755 --- a/documentation/areaDetectorDoc.html +++ b/documentation/areaDetectorDoc.html @@ -7,8 +7,8 @@

areaDetector: EPICS Area Detector Support

-

R1-0beta

-

March 21, 2008

+

R1-1

+

May 6, 2008

Mark Rivers

University of Chicago

@@ -49,8 +49,6 @@ MEDM Screens
  • IDL Image Display Client -
  • - SPEC interface
  • Performance measurements
  • @@ -66,7 +64,7 @@

    The areaDetector module provides a general-purpose interface for area (2-D) detectors in EPICS. It is intended to be used with a wide variety of detectors and cameras, ranging from high frame rate -video cameras, pixel-array detectors such as the Pilatus, and large format detectors like the +CCD and CMOS cameras, pixel-array detectors such as the Pilatus, and large format detectors like the MAR-345 online imaging plate.

    The goals of this module are: @@ -81,7 +79,7 @@ The goals of this module are:
  • Allow easy extensibility to take advantage of detector-specific features beyond the standard parameters.
  • Have high-performance. Applications can be written to get the detector - image data through EPICS, but hooks are also provided to get the detector + image data through EPICS, but an interface is also available to receive the detector data at a lower-level for very high performance.
  • Provide an optional Region-Of-Interest (ROI) driver that performs computations on regions within the image data. A basic ROI driver is included in the module,