Index: trunk/psLib/src/fits/psFitsImage.c
===================================================================
--- trunk/psLib/src/fits/psFitsImage.c	(revision 16185)
+++ trunk/psLib/src/fits/psFitsImage.c	(revision 16672)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.24 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2008-01-23 03:08:03 $
+ *  @version $Revision: 1.25 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-02-27 00:35:41 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -285,6 +285,7 @@
             // Choose an appropriate BSCALE and BZERO
             if (!psFitsScaleDetermine(bscale, bzero, image, fits)) {
-                psError(PS_ERR_UNKNOWN, false, "Unable to determine BSCALE and BZERO for image.");
-                return NULL;
+                // We can't have the write dying for this reason --- try to save it somehow!
+                psWarning("Unable to determine BSCALE and BZERO for image --- setting to 1.0, 0.0");
+                psErrorStackClear();
             }
         } else {
