Index: /trunk/doc/modules/CameraImages.tex
===================================================================
--- /trunk/doc/modules/CameraImages.tex	(revision 6422)
+++ /trunk/doc/modules/CameraImages.tex	(revision 6423)
@@ -527,12 +527,15 @@
 \end{datatype}
 \begin{prototype}
-bool pmFPAIterate(pmFPA *fpa, bool doCells, pmFPAIterateFunc func);
-\end{prototype}
-
-\code{pmFPAIterate} shall iterate through all chips (that \code{exist}
-and are marked to be \code{process}ed) in the \code{fpa}, and if
-\code{doCells} is \code{true}, all cells (that \code{exist} and are
-marked to be \code{process}ed) in those chips.  For each, the function
-shall call the iterator function, \code{func}.
+bool pmFPAIterateChips(pmFPA *fpa, pmFPAIterateFunc func);
+bool pmFPAIterateCells(pmFPA *fpa, pmFPAIterateFunc func);
+\end{prototype}
+
+\code{pmFPAIterateChips} shall iterate through all chips (that
+\code{exist} and are marked to be \code{process}ed) in the \code{fpa},
+calling the iterator function, \code{func}, for each (with
+\code{cell=NULL}).  \code{pmFPAIterateCells} shall iterate through all
+cells (that \code{exist} and are marked to be \code{process}ed) in all
+chips (that \code{exist} and are marked to be \code{process}ed),
+calling the iterator function for each.
 
 
