Index: trunk/doc/pslib/psLibSDRS.tex
===================================================================
--- trunk/doc/pslib/psLibSDRS.tex	(revision 2929)
+++ trunk/doc/pslib/psLibSDRS.tex	(revision 2939)
@@ -1,3 +1,3 @@
-%%% $Id: psLibSDRS.tex,v 1.165 2005-01-07 22:31:49 price Exp $
+%%% $Id: psLibSDRS.tex,v 1.166 2005-01-09 00:50:15 eugene Exp $
 \documentclass[panstarrs,spec]{panstarrs}
 
@@ -4210,11 +4210,10 @@
 
 \begin{verbatim}
-psFits *psFitsMoveExtName(psFits *fits, const char *extname);
+bool psFitsMoveExtName(psFits *fits, const char *extname);
 \end{verbatim}
 
 Positions the pointer to the beginning of the specified
 \code{extname}.  If the \code{extname} does not exist, the function
-shall fail.  \tbd{is it necessary to return the pointer? can this just
-return a status?}
+shall fail.  
 
 \begin{verbatim}
@@ -4224,6 +4223,6 @@
 Moves the pointer to the beginning of the specified HDU number.  If
 \code{relative} is TRUE, \code{extnum} represents the number of HDUs
-relative to the current HDU.  \tbd{Is PHU 0 or -1?  is it necessary to
-return the pointer? can this just return a status?}
+relative to the current HDU.  The PHU is entry number 0, while the
+extended data segments start at number 1.
 
 \begin{verbatim}
@@ -4269,5 +4268,4 @@
 \begin{verbatim}
 bool psFitsWriteHeader(psMetadata *output, const psFits *fits);
-bool psFitsUpdateHeader(psMetadata *output, const psFits *fits);
 \end{verbatim}
 Write metadata into the header of a FITS image file.  The header is
@@ -4277,5 +4275,5 @@
 
 \begin{verbatim}
-psImage *psFitsReadImageSection(psImage *output, psFits *fits, psRegion region, int z);
+psImage *psFitsReadImage(psImage *output, psFits *fits, psRegion region, int z);
 \end{verbatim}
 Read an image or subimage from the \code{psFits} file pointer.  This
@@ -4296,5 +4294,4 @@
  
 \begin{verbatim}
-bool psFitsWriteImageSection(psFits *fits, const psImage *input, psRegion region, int z);
 bool psFitsUpdateImage(psFits *fits, const psImage *input, psRegion region, int z);
 \end{verbatim}
