Index: /branches/pap_branch_080117/psLib/src/fits/psFitsImage.c
===================================================================
--- /branches/pap_branch_080117/psLib/src/fits/psFitsImage.c	(revision 16122)
+++ /branches/pap_branch_080117/psLib/src/fits/psFitsImage.c	(revision 16123)
@@ -7,6 +7,6 @@
  *  @author Robert DeSonia, MHPCC
  *
- *  @version $Revision: 1.23.2.1 $ $Name: not supported by cvs2svn $
- *  @date $Date: 2008-01-18 01:04:21 $
+ *  @version $Revision: 1.23.2.2 $ $Name: not supported by cvs2svn $
+ *  @date $Date: 2008-01-18 01:07:31 $
  *
  *  Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
@@ -337,4 +337,8 @@
     }
 
+    if (PSELEMTYPE_SIZEOF(inType) > PSELEMTYPE_SIZEOF(outType)) {
+        psWarning("Truncating image pixels to write to disk.");
+    }
+
     return psImageCopy(NULL, image, outType);
 }
