Index: trunk/psModules/src/camera/pmFPAfile.c
===================================================================
--- trunk/psModules/src/camera/pmFPAfile.c	(revision 15929)
+++ trunk/psModules/src/camera/pmFPAfile.c	(revision 16186)
@@ -74,6 +74,5 @@
   file->fits = NULL;
   file->compression = NULL;
-  file->bitpix = 0;
-  file->floatType = PS_FITS_FLOAT_NONE;
+  file->options = NULL;
   file->names = psMetadataAlloc();
 
@@ -192,5 +191,5 @@
       char *name = psMetadataLookupStr (NULL, chip->concepts, "CHIP.NAME");
       if (name != NULL) {
-	psStringSubstitute(&newName, name, "{CHIP.NAME}");
+        psStringSubstitute(&newName, name, "{CHIP.NAME}");
       }
     }
@@ -201,5 +200,5 @@
       char *name = psMetadataLookupStr (NULL, chip->concepts, "CHIP.ID");
       if (name != NULL) {
-	psStringSubstitute(&newName, name, "{CHIP.ID}");
+        psStringSubstitute(&newName, name, "{CHIP.ID}");
       }
     }
@@ -220,5 +219,5 @@
       char *name = psMetadataLookupStr (NULL, cell->concepts, "CELL.NAME");
       if (name != NULL) {
-	psStringSubstitute(&newName, name, "{CELL.NAME}");
+        psStringSubstitute(&newName, name, "{CELL.NAME}");
       }
     }
@@ -243,5 +242,5 @@
       char *name = psMetadataLookupStr (NULL, fpa->concepts, "FPA.FILTER");
       if (name && *name) {
-	psStringSubstitute(&newName, name, "{FILTER}");
+        psStringSubstitute(&newName, name, "{FILTER}");
       }
     }
@@ -251,5 +250,5 @@
       char *name = psMetadataLookupStr (NULL, fpa->concepts, "FPA.FILTERID");
       if (name && *name) {
-	psStringSubstitute(&newName, name, "{FILTER.ID}");
+        psStringSubstitute(&newName, name, "{FILTER.ID}");
       }
     }
@@ -259,5 +258,5 @@
       char *name = psMetadataLookupStr (NULL, fpa->concepts, "FPA.INSTRUMENT");
       if (name && *name) {
-	psStringSubstitute(&newName, name, "{CAMERA}");
+        psStringSubstitute(&newName, name, "{CAMERA}");
       }
     }
@@ -267,5 +266,5 @@
       char *name = psMetadataLookupStr (NULL, fpa->concepts, "FPA.INSTRUMENT");
       if (name && *name) {
-	psStringSubstitute(&newName, name, "{INSTRUMENT}");
+        psStringSubstitute(&newName, name, "{INSTRUMENT}");
       }
     }
@@ -275,5 +274,5 @@
       char *name = psMetadataLookupStr (NULL, fpa->concepts, "FPA.DETECTOR");
       if (name && *name) {
-	psStringSubstitute(&newName, name, "{DETECTOR}");
+        psStringSubstitute(&newName, name, "{DETECTOR}");
       }
     }
@@ -283,5 +282,5 @@
       char *name = psMetadataLookupStr (NULL, fpa->concepts, "FPA.TELESCOPE");
       if (name && *name) {
-	psStringSubstitute(&newName, name, "{TELESCOPE}");
+        psStringSubstitute(&newName, name, "{TELESCOPE}");
       }
     }
@@ -340,5 +339,5 @@
   if (view->cell >= inChip->cells->n) {
     psError(PS_ERR_IO, true, "Requested cell == %d>= inChip->cells->n == %ld",
-	    view->cell, inChip->cells->n);
+            view->cell, inChip->cells->n);
     return false;
   }
@@ -387,5 +386,5 @@
   if (view->cell >= inChip->cells->n) {
     psError(PS_ERR_IO, true, "Requested cell == %d>= inChip->cells->n == %ld",
-	    view->cell, inChip->cells->n);
+            view->cell, inChip->cells->n);
     return false;
   }
