Index: trunk/psModules/src/astrom/pmAstrometryTable.h
===================================================================
--- trunk/psModules/src/astrom/pmAstrometryTable.h	(revision 15675)
+++ trunk/psModules/src/astrom/pmAstrometryTable.h	(revision 15884)
@@ -4,6 +4,6 @@
  * @author EAM, IfA
  *
- * @version $Revision: 1.3 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-11-21 09:59:40 $
+ * @version $Revision: 1.4 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-12-19 18:57:05 $
  * Copyright 2006 Institute for Astronomy, University of Hawaii
  */
@@ -27,7 +27,14 @@
 bool pmAstromWriteChips (pmFPAfile *file);
 
+int pmConceptsChipNumberFromName (pmFPA *fpa, char *name);
+pmChip *pmConceptsChipFromName (pmFPA *fpa, char *name);
+
 bool pmAstromReadForView (const pmFPAview *view, pmFPAfile *file, const pmConfig *config);
-bool pmAstromReadFPA (pmFPA *fpa, const pmFPAview *view, pmFPAfile *file, const pmConfig *config);
-bool pmAstromReadChip (pmChip *chip, const pmFPAview *view, pmFPAfile *file, const pmConfig *config);
+bool pmAstromReadFPA (pmFPAfile *file);
+bool pmAstromReadPHU (pmFPAfile *file);
+bool pmAstromReadChips (pmFPAfile *file);
+bool pmAstromReadFP (pmFPAfile *file);
+bool pmAstromReadTP (pmFPAfile *file);
+bool pmAstromReadSky (pmFPAfile *file);
 
 /// @}
