Index: /trunk/ippconfig/megacam/camera.config
===================================================================
--- /trunk/ippconfig/megacam/camera.config	(revision 15627)
+++ /trunk/ippconfig/megacam/camera.config	(revision 15628)
@@ -212,16 +212,16 @@
 FITS    METADATA
 # BITPIX is the bits per pixel for writing the output data
-# COMPRESSION = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
+# COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
 # TILE.[XYZ] are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
 # NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss
 # HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
 # HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
-        TYPE            FITS    BITPIX  COMPRESSION     TILE.X  TILE.Y  TILE.Z  NOISE   HSCALE  HSMOOTH
-        DET_IMAGE       FITS    -32     RICE            0       1       1       16      0       0
-        DET_MASK        FITS    8       PLIO            0       1       1       0       0       0
-        DET_WEIGHT      FITS    -32     RICE            0       1       1       16      0       0
-        SKY_IMAGE       FITS    -32     RICE            0       1       1       16      0       0
-        SKY_MASK        FITS    8       PLIO            0       1       1       0       0       0
-        SKY_WEIGHT      FITS    -32     RICE            0       1       1       16      0       0
+        TYPE            FITS    FLOAT	BITPIX  COMP     TILE.X  TILE.Y  TILE.Z  NOISE   HSCALE  HSMOOTH
+        DET_IMAGE       FITS    NONE	-32     RICE     0       1       1       16      0       0
+        DET_MASK        FITS    NONE	8       PLIO     0       1       1       0       0       0
+        DET_WEIGHT      FITS    NONE	-32     RICE     0       1       1       16      0       0
+        SKY_IMAGE       FITS    NONE	-32     RICE     0       1       1       16      0       0
+        SKY_MASK        FITS    NONE	8       PLIO     0       1       1       0       0       0
+        SKY_WEIGHT      FITS    NONE	-32     RICE     0       1       1       16      0       0
 END
 
Index: /trunk/ippconfig/simtest/camera.config
===================================================================
--- /trunk/ippconfig/simtest/camera.config	(revision 15627)
+++ /trunk/ippconfig/simtest/camera.config	(revision 15628)
@@ -136,17 +136,18 @@
 
 FITS    METADATA
+# FLOAT is the name of a custom floating-point scheme, or NONE
 # BITPIX is the bits per pixel for writing the output data
-# COMPRESSION = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
+# COMP = NONE|RICE|GZIP|HCOMPRESS|PLIO is the compression algorithm
 # TILE.[XYZ] are the tile sizes.  0 means entire the dimension, so (0,1,1) forms tiles from rows
 # NOISE [0..16] is the number of "noise bits" to preserve when quantising floating point data; 16 for no loss
 # HSCALE is the scale factor for lossy compression with HCOMPRESS; 0 or 1 for none; 2*RMS --> 10x compression
 # HSMOOTH is the smoothing to apply to HCOMPRESSed data when decompressing; 0 for none
-        TYPE            FITS    BITPIX  COMPRESSION     TILE.X  TILE.Y  TILE.Z  NOISE   HSCALE  HSMOOTH
-        DET_IMAGE       FITS    -32     RICE            0       1       1       16      0       0
-        DET_MASK        FITS    8       PLIO            0       1       1       0       0       0
-        DET_WEIGHT      FITS    -32     RICE            0       1       1       16      0       0
-        SKY_IMAGE       FITS    -32     RICE            0       1       1       16      0       0
-        SKY_MASK        FITS    8       PLIO            0       1       1       0       0       0
-        SKY_WEIGHT      FITS    -32     RICE            0       1       1       16      0       0
+        TYPE            FITS    FLOAT	BITPIX  COMP     TILE.X  TILE.Y  TILE.Z  NOISE   HSCALE  HSMOOTH
+        DET_IMAGE       FITS    NONE	-32     RICE     0       1       1       16      0       0
+        DET_MASK        FITS    NONE	8       PLIO     0       1       1       0       0       0
+        DET_WEIGHT      FITS    NONE	-32     RICE     0       1       1       16      0       0
+        SKY_IMAGE       FITS    NONE	-32     RICE     0       1       1       16      0       0
+        SKY_MASK        FITS    NONE	8       PLIO     0       1       1       0       0       0
+        SKY_WEIGHT      FITS    NONE	-32     RICE     0       1       1       16      0       0
 END
 
