Index: trunk/psModules/src/camera/pmHDU.c
===================================================================
--- trunk/psModules/src/camera/pmHDU.c	(revision 7017)
+++ trunk/psModules/src/camera/pmHDU.c	(revision 7168)
@@ -187,4 +187,5 @@
     // Only a header
     if (!hdu->images && !hdu->table) {
+        #if 0
         // Tell CFITSIO there's nothing there
         psMetadataItem *naxis = psMetadataLookup(hdu->header, "NAXIS");
@@ -192,4 +193,5 @@
             naxis->data.S32 = 0;
         }
+        #endif
 
         if (!psFitsWriteHeader(hdu->header, fits)) {
