Index: trunk/psModules/src/astrom/pmAstrometryWCS.c
===================================================================
--- trunk/psModules/src/astrom/pmAstrometryWCS.c	(revision 11626)
+++ trunk/psModules/src/astrom/pmAstrometryWCS.c	(revision 11687)
@@ -7,6 +7,6 @@
  *  @author EAM, IfA
  *
- *  @version $Revision: 1.17 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2007-02-03 06:34:28 $
+ *  @version $Revision: 1.18 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2007-02-07 23:58:17 $
  *
  *  Copyright 2006 Institute for Astronomy, University of Hawaii
@@ -58,5 +58,5 @@
     // technically, we can have a plate scale here (fpa->toTPA:dx,dy != 1)
     if (!psPlaneTransformIsDiagonal (fpa->toTPA))
-        psAbort ("psastro", "invalid TPA transformation");
+        psAbort("invalid TPA transformation");
 
     pmAstromWCS *wcs = pmAstromWCSfromFPA(fpa, chip, tol);
@@ -396,7 +396,7 @@
 
         if (fpa->toTPA == NULL)
-            psAbort ("wcs", "projection defined, tangent-plane not defined");
+            psAbort("projection defined, tangent-plane not defined");
         if (fpa->fromTPA == NULL)
-            psAbort ("wcs", "projection defined, tangent-plane not defined");
+            psAbort("projection defined, tangent-plane not defined");
 
         // convert from pixels on this chip to pixels on reference chip
@@ -524,5 +524,5 @@
     // XXX not really: toTPA needs to have unity scale for distortion fitting function
     if (!psPlaneTransformIsDiagonal (fpa->toTPA))
-        psAbort ("psastro", "invalid TPA transformation");
+        psAbort("invalid TPA transformation");
 
     // XXX require chip->toFPA->x->nX == chip->toFPA->x->nY
