Index: trunk/ppImage/src/ppImageOptions.h
===================================================================
--- trunk/ppImage/src/ppImageOptions.h	(revision 7531)
+++ trunk/ppImage/src/ppImageOptions.h	(revision 7621)
@@ -12,5 +12,6 @@
     bool doFringe;                      // Fringe subtraction
     bool doPhotom;                      // Source identification and photometry
-    bool doAstrom;                      // Astrometry
+    bool doAstromChip;                  // per-chip Astrometry
+    bool doAstromMosaic;                // full-mosaic Astrometry
 
     bool doOverscan;                    // Overscan subtraction
@@ -22,10 +23,15 @@
     void *nonLinearSource;
 
-    bool doBin1;
-    bool doBin1JPG;
+    bool BaseFITS;
+    bool ChipFITS;
+    bool FPA1FITS;
+    bool FPA2FITS;
+
+    bool Bin1FITS;
+    bool Bin1JPEG;
     int xBin1, yBin1;
 
-    bool doBin2;
-    bool doBin2JPG;
+    bool Bin2FITS;
+    bool Bin2JPEG;
     int xBin2, yBin2;
 
