Index: trunk/magic/remove/src/warpedpixels.c
===================================================================
--- trunk/magic/remove/src/warpedpixels.c	(revision 20778)
+++ trunk/magic/remove/src/warpedpixels.c	(revision 20816)
@@ -57,10 +57,10 @@
     if (!fits) {
         psError(PS_ERR_IO, false, "failed to open skycell file: %s", fileName);
-        streaksremoveExit("", PS_EXIT_DATA_ERROR);
+        streaksExit("", PS_EXIT_DATA_ERROR);
     }
     psMetadata *header = psFitsReadHeader(NULL, fits);
     if (!header) {
         psError(PS_ERR_IO, false, "failed to read fixts header from skycell file: %s", fileName);
-        streaksremoveExit("", PS_EXIT_DATA_ERROR);
+        streaksExit("", PS_EXIT_DATA_ERROR);
     }
     // set up astrometry for conversion from skycell image to sky
@@ -68,5 +68,5 @@
     if (!wcs) {
         psError(PS_ERR_IO, false, "failed to read astrometry  from skycell file: %s", fileName);
-        streaksremoveExit("", PS_EXIT_DATA_ERROR);
+        streaksExit("", PS_EXIT_DATA_ERROR);
     }
     int naxis1 = psMetadataLookupS32(NULL, header, "NAXIS1");
@@ -99,5 +99,5 @@
         if (!pmAstromWCStoSky(&sky, wcs, &pt[i])) {
             psError(PS_ERR_IO, false, "failed to convert pt %d of %s to sky coords: %s", fileName);
-            streaksremoveExit("", PS_EXIT_DATA_ERROR);
+            streaksExit("", PS_EXIT_DATA_ERROR);
         }
         strkPt p;
@@ -105,5 +105,5 @@
         if (!skyToCell(&p, sf->astrom, sky.r, sky.d)) {
             psError(PS_ERR_IO, false, "failed to convert pt %d of %s to sky coords: %s", fileName);
-            streaksremoveExit("", PS_EXIT_DATA_ERROR);
+            streaksExit("", PS_EXIT_DATA_ERROR);
         }
         pt[i].x = p.x;
