From e680b978071341beb4c225e1b6326b45fe3cd97f Mon Sep 17 00:00:00 2001 From: rivers Date: Fri, 30 Jan 2009 20:50:42 +0000 Subject: [PATCH] Minor changes for R1-4 git-svn-id: https://subversion.xor.aps.anl.gov/synApps/areaDetector/trunk@8313 dc6c5ff5-0b8b-c028-a01f-ffb33f00fc8b --- documentation/areaDetectorDoc.html | 31 +++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/documentation/areaDetectorDoc.html b/documentation/areaDetectorDoc.html index 48b0ade..a604dfe 100755 --- a/documentation/areaDetectorDoc.html +++ b/documentation/areaDetectorDoc.html @@ -7,7 +7,7 @@

areaDetector: EPICS Area Detector Support

- January 20, 2009

+ January 30, 2009

Mark Rivers

@@ -590,8 +590,7 @@ public:
  • NDColorModeBayer: Bayer color. There is a single value at each pixel, but the pixels have a color filter array in front of them. The supported Bayer filter is the most common one, a repeating 2x2 array of -
    -           Blue  Green
    +          
               Blue  Green
                Green Red
                
    Transmitting data from the camera using the Bayer format consumes 3 times less bandwidth @@ -791,8 +790,7 @@ public:

    The file ADStdDriverParams.h defines the following:

    -
    -/* Enumeration of shutter status */
    +  
    /* Enumeration of shutter status */
     typedef enum
     {
         ADShutterClosed, 
    @@ -910,6 +908,26 @@ typedef enum {
             
               EPICS record type
           
    +      
    +        
    +          Information about the asyn port
    +      
    +      
    +        
    +          ADPortNameSelf
    +        
    +          asynOctet
    +        
    +          r/o
    +        
    +          asyn port name
    +        
    +          PORT_NAME_SELF
    +        
    +          $(P)$(R)PortName_RBV
    +        
    +          stringin
    +      
           
             
               Information about the detector
    @@ -1514,8 +1532,7 @@ typedef enum {
               Format string for constructing ADFullFileName from ADFilePath, ADFileName, and ADFileNumber.
               The final file name (which is placed in ADFullFileName) is created with the following
               code:
    -          
    -epicsSnprintf(
    +          
    epicsSnprintf(
         FullFilename, 
         sizeof(FullFilename), 
         FileFormat, FilePath,