Index: trunk/doc/modules/CameraImages.tex
===================================================================
--- trunk/doc/modules/CameraImages.tex	(revision 5022)
+++ trunk/doc/modules/CameraImages.tex	(revision 5030)
@@ -114,6 +114,6 @@
 of analyses (e.g., the r.m.s. of the overscan fit).
 
-\tbd{At what stage are the offsets (\code{col0,row0}) get set, and how
-are they known?}
+\tbd{At what stage are the offsets ({\tt col0,row0}) set, and how are
+they known?}
 
 \subsubsection{A Readout}
@@ -405,10 +405,10 @@
 have \code{valid} set to \code{true}.
 
+\tbd{make these functions richer: select by extention, extname, cell,
+options to invalidate all / validate all, etc}
+
 \begin{prototype}
 bool pmFPAMorph(pmFPA *toFPA, pmFPA *fromFPA, bool positionDependent, int chipNum, int cellNum);
-bool pmFPAWrite(psFits *fits, pmFPA *fpa);
 \end{prototype}
-
-These two functions write out a focal plane hierarchy to a FITS file.
 
 \code{pmFPAMorph} shall morph the \code{fromFPA} focal plane hierarchy
@@ -434,4 +434,8 @@
 suitable error message, in which case it shall return \code{false}.
 
+\begin{prototype}
+bool pmFPAWrite(psFits *fits, pmFPA *fpa);
+\end{prototype}
+
 \code{pmFPAWrite} shall write the focal plane hierarchy, \code{fpa},
 to the specified \code{fits} file, returning \code{true} upon success
@@ -445,5 +449,13 @@
 \code{pmFPAWriteMask} is very similar to \code{pmFPAWrite}, but it
 shall write the \code{mask} elements of the \code{pmReadout}s
-comprinsing the \code{fpa}.
+comprising the \code{fpa}.
+
+\begin{prototype}
+pmFPAWriteWeight(psFits *fits, pmFPA *fpa);
+\end{prototype}
+
+\code{pmFPAWriteWeight} is very similar to \code{pmFPAWrite}, but it
+shall write the \code{weight} elements of the \code{pmReadout}s
+comprising the \code{fpa}.
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
