Index: /trunk/psModules/src/astrom/pmAstrometryWCS.h
===================================================================
--- /trunk/psModules/src/astrom/pmAstrometryWCS.h	(revision 10873)
+++ /trunk/psModules/src/astrom/pmAstrometryWCS.h	(revision 10874)
@@ -7,6 +7,6 @@
 *  @author EAM, IfA
 *
-*  @version $Revision: 1.7 $ $Name: not supported by cvs2svn $
-*  @date $Date: 2006-12-22 21:23:06 $
+*  @version $Revision: 1.8 $ $Name: not supported by cvs2svn $
+*  @date $Date: 2007-01-01 21:05:59 $
 *
 *  Copyright 2006 Institute for Astronomy, University of Hawaii
@@ -43,10 +43,10 @@
 
 // convert from chip->toFPA, fpa->toSky,toTPA terms to wcs terms
-pmAstromWCS *pmAstromWCSBilevelChipFromFPA (const pmChip *chip, float tol);
-pmAstromWCS *pmAstromWCSBilevelMosaicFromFPA (const pmFPA *fpa, float tol);
+pmAstromWCS *pmAstromWCSBilevelChipFromFPA (const pmChip *chip, double tol);
+pmAstromWCS *pmAstromWCSBilevelMosaicFromFPA (const pmFPA *fpa, double tol);
 
 // convert the pmAstromWCS representation to the FPA representation
 bool pmAstromWCStoFPA (pmFPA *fpa, pmChip *chip, const pmAstromWCS *wcs, double plateScale);
-pmAstromWCS *pmAstromWCSfromFPA (const pmFPA *fpa, const pmChip *chip, float tol);
+pmAstromWCS *pmAstromWCSfromFPA (const pmFPA *fpa, const pmChip *chip, double tol);
 
 // read wcs terms from the supplied header into the fpa hierarchy components
@@ -55,11 +55,11 @@
 // write the wcs terms from the fpa hierarchy components into the supplied header
 // tol is the convergence tolerance for the non-linear solution to the reference pixel
-bool pmAstromWriteWCS (psMetadata *header, const pmFPA *fpa, const pmChip *chip, float tol);
+bool pmAstromWriteWCS (psMetadata *header, const pmFPA *fpa, const pmChip *chip, double tol);
 
 bool pmAstromReadBilevelChip (pmChip *chip, const psMetadata *header);
 bool pmAstromReadBilevelMosaic (pmFPA *fpa, const psMetadata *header);
 
-bool pmAstromWriteBilevelChip (psMetadata *header, const pmChip *chip, float tol);
-bool pmAstromWriteBilevelMosaic (psMetadata *header, const pmFPA *fpa, float tol);
+bool pmAstromWriteBilevelChip (psMetadata *header, const pmChip *chip, double tol);
+bool pmAstromWriteBilevelMosaic (psMetadata *header, const pmFPA *fpa, double tol);
 
 // move to pslib
