Index: trunk/archive/scripts/src/phase2/pmFPARead.h
===================================================================
--- trunk/archive/scripts/src/phase2/pmFPARead.h	(revision 5105)
+++ trunk/archive/scripts/src/phase2/pmFPARead.h	(revision 5564)
@@ -10,3 +10,16 @@
     );
 
+psString p_pmFPATranslateName(psString name, // The name to translate
+			      pmCell *cell // The cell for which to translate
+    );
+
+bool pmFPAReadMask(pmFPA *fpa,		// FPA to read into
+		     psFits *source	// Source FITS file (for the original data)
+    );
+
+bool pmFPAReadWeight(pmFPA *fpa,	// FPA to read into
+		     psFits *source	// Source FITS file (for the original data)
+    );
+
+
 #endif
