Index: trunk/psLib/src/fits/psFits.h
===================================================================
--- trunk/psLib/src/fits/psFits.h	(revision 15249)
+++ trunk/psLib/src/fits/psFits.h	(revision 15335)
@@ -4,6 +4,6 @@
  * @author Robert DeSonia, MHPCC
  *
- * @version $Revision: 1.33 $ $Name: not supported by cvs2svn $
- * @date $Date: 2007-10-09 03:00:05 $
+ * @version $Revision: 1.34 $ $Name: not supported by cvs2svn $
+ * @date $Date: 2007-10-19 23:52:39 $
  * Copyright 2004-2005 Maui High Performance Computing Center, University of Hawaii
  */
@@ -57,5 +57,8 @@
     struct {
         bool compression;               ///< Compression convention: handling of compressed images
+        bool psBitpix;                  ///< Pan-STARRS BITPIX for floating-point conversion
     } 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
 } psFits;
 
