Index: trunk/psModules/src/config/pmConfig.h
===================================================================
--- trunk/psModules/src/config/pmConfig.h	(revision 10623)
+++ trunk/psModules/src/config/pmConfig.h	(revision 10965)
@@ -9,6 +9,6 @@
 /// @author Eugene Magnier, IfA
 ///
-/// @version $Revision: 1.22 $ $Name: not supported by cvs2svn $
-/// @date $Date: 2006-12-11 20:59:48 $
+/// @version $Revision: 1.23 $ $Name: not supported by cvs2svn $
+/// @date $Date: 2007-01-08 22:26:06 $
 ///
 /// Copyright 2005-2006 Institute for Astronomy, University of Hawaii
@@ -42,5 +42,7 @@
     psMetadata *site;                   ///< Site configuration
     psMetadata *camera;                 ///< Camera specification
-    const char *cameraName;             ///< Camera name
+    psString cameraName;                ///< Camera name
+    psMetadata *format;                 ///< Camera format description
+    psString formatName;                ///< Camera format name
     psMetadata *recipes;                ///< Recipes for processing
     psMetadata *arguments;              ///< Processed command-line arguments
@@ -49,7 +51,7 @@
     int *argc;                          ///< Number of command-line arguments
     char **argv;                        ///< Command-line arguments (raw version)
-    char *defaultRecipe;  ///< name of top-level recipe for this program
+    const char *defaultRecipe;          ///< name of top-level recipe for this program
     // Private members
-    pmRecipeSource recipesRead;  ///< Which recipe sources have been read
+    pmRecipeSource recipesRead;         ///< Which recipe sources have been read
     psMetadata *recipeSymbols;          ///< Where each recipe came from
 }
