Index: trunk/psLib/src/fits/psFits.h
===================================================================
--- trunk/psLib/src/fits/psFits.h	(revision 15335)
+++ trunk/psLib/src/fits/psFits.h	(revision 15630)
@@ -4,6 +4,6 @@
  * @author Robert DeSonia, MHPCC
  *
- * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-10-19 23:52:39 $
+ * @version $Revision: 1.35 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-11-16 01:04:56 $
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
@@ -21,4 +21,5 @@
 #include "psMetadata.h"
 #include "psImage.h"
+#include "psFitsFloat.h"
 
 #include "psErrorCodes.h"
@@ -57,8 +58,8 @@
     struct {
         bool compression;               ///< Compression convention: handling of compressed images
-        bool psBitpix;                  ///< Pan-STARRS BITPIX for floating-point conversion
+        bool psBitpix;                  ///< Custom floating-point image
     } conventions;                      ///< Conventions to honour
-    double bscale;                      ///< Scaling to apply when reading FITS data; 0 for auto
-    double bzero;                       ///< Zero point to apply when reading FITS data; auto if bscale = 0
+    int bitpix;                         ///< Desired BITPIX for output images; 0 to use as provided
+    psFitsFloat floatType;              ///< Desired custom floating-point for output images
 } psFits;
 
