Index: trunk/doc/modules/ModulesSDRS.tex
===================================================================
--- trunk/doc/modules/ModulesSDRS.tex	(revision 4563)
+++ trunk/doc/modules/ModulesSDRS.tex	(revision 4564)
@@ -1,3 +1,3 @@
-%%% $Id: ModulesSDRS.tex,v 1.47 2005-07-15 21:42:13 price Exp $
+%%% $Id: ModulesSDRS.tex,v 1.48 2005-07-15 21:56:47 price Exp $
 \documentclass[panstarrs]{panstarrs}
 
@@ -676,8 +676,19 @@
 \subsubsection{Lookups}
 
-We here specify a series of ``one-stop shops'' for lookups of the
-concepts.  These will be what the user utilises, so the goal is to
+We first specify a general concept lookup function, which shall return the
+appropriate \code{psMetadataItem} for the value of the given \code{concept}
+for the specified \code{cell}, \code{chip} or \code{fpa}:
+\begin{prototype}
+psMetadataItem *pmCellGetConcept(pmCell *cell, const char *concept);
+psMetadataItem *pmChipGetConcept(pmChip *chip, const char *concept);
+psMetadataItem *pmFPAGetConcept(pmFPA *fpa, const char *concept);
+\end{prototype}
+
+We next specify a series of specific functions for concept lookups.
+These will generally be what the user utilises, so the goal is to
 provide a simple interface providing a single type back, so the user
-doesn't have to go to the trouble of checking types, etc.
+doesn't have to go to the trouble of checking types, etc.  These
+functions should employ the above three general lookup functions and
+deal with the result appropriately.
 
 \begin{prototype}
