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,