Index: trunk/ippconfig/tc3/camera.config
===================================================================
--- trunk/ippconfig/tc3/camera.config	(revision 39172)
+++ trunk/ippconfig/tc3/camera.config	(revision 39173)
@@ -5,5 +5,5 @@
 	RAW	STR	tc3/format.config
 	PS2	STR	tc3/format_ps2.config
-	PS2	STR	tc3/format_tc1.config
+	TC1	STR	tc3/format_tc1.config
 END
 
Index: trunk/ippconfig/tc3/format_ps2.config
===================================================================
--- trunk/ippconfig/tc3/format_ps2.config	(revision 39172)
+++ trunk/ippconfig/tc3/format_ps2.config	(revision 39173)
@@ -3,5 +3,5 @@
 # How to recognise this type
 RULE	METADATA
-#        IMAGESWV        STR     GPC DaqCom v2.05 (Mar 08 2007)
+#       IMAGESWV        STR     GPC DaqCom v2.05 (Mar 08 2007)
 	ORIGIN		STR	PS2
 	CONTROLR	STR	STARGRASP
Index: trunk/ippconfig/tc3/format_tc1.config
===================================================================
--- trunk/ippconfig/tc3/format_tc1.config	(revision 39172)
+++ trunk/ippconfig/tc3/format_tc1.config	(revision 39173)
@@ -99,7 +99,13 @@
 END		
 
+# Specify the cell data 
+# NOTE: A duplicate metadata entry will override the first entry
+CELLS	METADATA
+END
+
 # Specify the cell data
 CELLS	METADATA
-	pitch10u	METADATA
+	# if the test camera is generating BIASEC,DATASEC, use this:
+	tc1raw  METADATA
 		CELL.BIASSEC.SOURCE	STR	HEADER
 		CELL.TRIMSEC.SOURCE	STR	HEADER
@@ -107,9 +113,7 @@
 		CELL.TRIMSEC		STR	DATASEC
 	END
-END
-
-# Specify the cell data
-CELLS	METADATA
-	tc1raw	METADATA
+
+	# if the test camera is NOT generating BIASEC,DATASEC, use this:
+	tc1old	METADATA
 		CELL.BIASSEC.SOURCE	STR	VALUE
 		CELL.TRIMSEC.SOURCE	STR	VALUE
@@ -121,6 +125,6 @@
 # How to translate PS concepts into FITS headers
 TRANSLATION	METADATA
-        FPA.FILTERID    STR     FILTERID
-        FPA.FILTER      STR     FILTERID
+#       FPA.FILTERID    STR     FILTERID
+#       FPA.FILTER      STR     FILTERID
         FPA.RA          STR     RA
         FPA.DEC         STR     DEC
@@ -134,5 +138,5 @@
 	FPA.ROTANGLE	STR	ROT
         FPA.FOCUS       STR     M2Z
-        FPA.TIME        STR     SHUTOUTC
+#       FPA.TIME        STR     SHUTOUTC
         FPA.EXPOSURE    STR     EXPREQ          # Requested exposure time, presumably camera exposure time
         FPA.ALT         STR     ALT
@@ -180,5 +184,5 @@
         CELL.EXPOSURE   STR     EXPTIME         # Exposure time measured by shutter
         CELL.DARKTIME   STR     DARKTIME        # Exposure time for camera
-        CELL.TIME       STR     SHUTOUTC	# Observation time
+#       CELL.TIME       STR     SHUTOUTC	# Observation time
         # XXX CELL.GAIN       STR     GAIN		# Cell gain (e/ADU)
         CELL.READNOISE  STR     RDNOISE		# Cell read noise (ADU)
@@ -208,5 +212,5 @@
 	# XXX these should come from the header, but not for now
         CELL.GAIN       F32     1.0		# Cell gain (e/ADU)
-        CELL.SATURATION F32     40000		# Saturation point (ADU)
+        CELL.SATURATION F32     64000		# Saturation point (ADU)
 
 	### How to get FPA coordinates from chip coordinates
