Index: /trunk/doc/modules/CameraImages.tex
===================================================================
--- /trunk/doc/modules/CameraImages.tex	(revision 4608)
+++ /trunk/doc/modules/CameraImages.tex	(revision 4609)
@@ -123,4 +123,5 @@
     // Information
     psImage *image;                    // Imaging area of readout
+    psList *bias;                      // List of bias section (sub-)images
     psMetadata *analysis;              // Readout-level analysis metadata
     psMetadata *concepts;              // Cache for PS concepts
Index: /trunk/doc/modules/ChangeLogSDRS.tex
===================================================================
--- /trunk/doc/modules/ChangeLogSDRS.tex	(revision 4608)
+++ /trunk/doc/modules/ChangeLogSDRS.tex	(revision 4609)
@@ -1,3 +1,3 @@
-%%% $Id: ChangeLogSDRS.tex,v 1.24 2005-07-15 22:03:27 eugene Exp $
+%%% $Id: ChangeLogSDRS.tex,v 1.25 2005-07-25 23:23:28 price Exp $
 
 \subsection{Changes from version 00 (16 August 2004) to version 01 (12 October 2004)}
@@ -86,2 +86,9 @@
 \item Added \code{pmFPAConstruct, pmFPARead, pmFPAMorph, pmFPAWrite}.
 \end{itemize}
+
+\subsection{Changes from version 07 (15 July 2005) to present (???)}
+
+\begin{itemize}
+\item Added \code{bias} sections to \code{pmReadout}.
+\item Added \code{CELL.READDIR} to specify read direction; \code{pmCellGetReaddir}.
+\end{itemize}
Index: /trunk/doc/modules/ModulesSDRS.tex
===================================================================
--- /trunk/doc/modules/ModulesSDRS.tex	(revision 4608)
+++ /trunk/doc/modules/ModulesSDRS.tex	(revision 4609)
@@ -1,3 +1,3 @@
-%%% $Id: ModulesSDRS.tex,v 1.49 2005-07-15 22:03:27 eugene Exp $
+%%% $Id: ModulesSDRS.tex,v 1.50 2005-07-25 23:23:28 price Exp $
 \documentclass[panstarrs]{panstarrs}
 
@@ -433,20 +433,21 @@
 \item \code{FPA.RA}: Right Ascension of boresight
 \item \code{FPA.DEC}: Declination of boresight
-\item \code{FPA.RADECSYS}: System of RA,Dec (e.g., J2000 or ICRS)
-\item \code{FPA.NAME}: An identifier (e.g., observation number) for the FPA instance
-\item \code{CHIP.NAME}: The name of the chip (unique within the FPA) --- set at FITS read
-\item \code{CELL.NAME}: The name of the cell (unique within the parent chip) --- set at FITS read
+\item \code{FPA.RADECSYS} (STR): System of RA,Dec (e.g., J2000 or ICRS)
+\item \code{FPA.NAME} (STR): An identifier (e.g., observation number) for the FPA instance
+\item \code{CHIP.NAME} (STR): The name of the chip (unique within the FPA) --- set at FITS read
+\item \code{CELL.NAME} (STR): The name of the cell (unique within the parent chip) --- set at FITS read
 \item \code{CELL.TIME}: Time of observation start
 \item \code{CELL.TIMESYS}: Time system in use (e.g., UTC)
-\item \code{CELL.BIASSEC}: Overscan region(s)
-\item \code{CELL.TRIMSEC}: Trim region
-\item \code{CELL.GAIN}: CCD gain (e/ADU)
-\item \code{CELL.READNOISE}: CCD read noise (e)
-\item \code{CELL.SATURATION}: CCD saturation point (ADU)
-\item \code{CELL.BAD}: CCD bad pixel point (ADU)
+\item \code{CELL.READDIR} (S32): Read direction: line (1) or column (2)
+\item \code{CELL.BIASSEC} (STR): Overscan region(s)
+\item \code{CELL.TRIMSEC} (STR): Trim region
+\item \code{CELL.GAIN} (F32): CCD gain (e/ADU)
+\item \code{CELL.READNOISE} (F32): CCD read noise (e)
+\item \code{CELL.SATURATION} (F32): CCD saturation point (ADU)
+\item \code{CELL.BAD} (F32): CCD bad pixel point (ADU)
 \item \code{CELL.BINNING}: CCD Binning
-\item \code{CELL.PARITY}: Direction of CCD readout
-\item \code{READOUT.EXPOSURE}: Exposure time of image (sec)
-\item \code{READOUT.DARKTIME}: Dark time for image (sec)
+\item \code{CELL.PARITY} (S32): Direction of CCD readout
+\item \code{READOUT.EXPOSURE} (F32): Exposure time of image (sec)
+\item \code{READOUT.DARKTIME} (F32): Dark time for image (sec)
 \end{itemize}
 
@@ -706,4 +707,5 @@
 psList *pmCellGetBiasSec(pmCell *cell); // CELL.BIASSEC
 psRegion pmCellGetTrimSec(pmCell *cell); // CELL.TRIMSEC
+int pmCellGetReaddir(pmCell *cell);    // CELL.READDIR
 float pmCellGetGain(pmCell *cell);     // CELL.GAIN
 float pmCellGetReadNoise(pmCell *cell); // CELL.READNOISE
