From 56c171da3a6e44b90b60a2200ddb7351c66ab062 Mon Sep 17 00:00:00 2001 From: rivers Date: Tue, 6 May 2008 13:13:35 +0000 Subject: [PATCH] Some update, still needs much work git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@7222 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/areaDetectorDoc.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) 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,