Index: trunk/ippconfig/cfh12k/format_mef.config
===================================================================
--- trunk/ippconfig/cfh12k/format_mef.config	(revision 17875)
+++ trunk/ippconfig/cfh12k/format_mef.config	(revision 17911)
@@ -14,5 +14,5 @@
 	PHU		STR	FPA	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	CHIP	# The extensions represent chips
-	FPA.NAME	STR	EXPNUM	# A PHU keyword for unique identifier
+	FPA.OBS		STR	EXPNUM	# A PHU keyword for unique identifier
 	CHIP.NAME	STR	IMAGEID	# An extension keyword for unique identifie
 	EXTWORD         STR     IMAGEID
Index: trunk/ippconfig/cfh12k/format_mef_early.config
===================================================================
--- trunk/ippconfig/cfh12k/format_mef_early.config	(revision 17875)
+++ trunk/ippconfig/cfh12k/format_mef_early.config	(revision 17911)
@@ -18,5 +18,5 @@
 	PHU		STR	FPA	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	CHIP	# The extensions represent chips
-	FPA.NAME	STR	EXPNUM	# A PHU keyword for unique identifier
+	FPA.OBS		STR	EXPNUM	# A PHU keyword for unique identifier
 	CHIP.NAME	STR	IMAGEID	# An extension keyword for unique identifie
 	EXTWORD         STR     IMAGEID
Index: trunk/ippconfig/cfh12k/format_split.config
===================================================================
--- trunk/ippconfig/cfh12k/format_split.config	(revision 17875)
+++ trunk/ippconfig/cfh12k/format_split.config	(revision 17911)
@@ -14,5 +14,5 @@
 	PHU		STR	CHIP	 # The FITS file represents an entire FPA
 	EXTENSIONS	STR	NONE	 # The extensions represent chips
-	FPA.NAME	STR	EXPNUM	 # A PHU keyword for unique identifier
+	FPA.OBS		STR	EXPNUM	 # A PHU keyword for unique identifier
 	CHIP.NAME	STR	IMAGEID	 # An extension keyword for unique identifie
 	EXTWORD         STR     IMAGEID
Index: trunk/ippconfig/cfh12k/format_split_cmf.config
===================================================================
--- trunk/ippconfig/cfh12k/format_split_cmf.config	(revision 17875)
+++ trunk/ippconfig/cfh12k/format_split_cmf.config	(revision 17911)
@@ -14,5 +14,5 @@
 	PHU		STR	CHIP	 # The FITS file represents an entire FPA
 	EXTENSIONS	STR	NONE	 # The extensions represent chips
-	FPA.NAME	STR	EXPNUM	 # A PHU keyword for unique identifier
+	FPA.OBS		STR	EXPNUM	 # A PHU keyword for unique identifier
 	CHIP.NAME	STR	IMAGEID	 # An extension keyword for unique identifie
 	EXTWORD         STR     IMAGEID
Index: trunk/ippconfig/cfh12k/format_split_early.config
===================================================================
--- trunk/ippconfig/cfh12k/format_split_early.config	(revision 17875)
+++ trunk/ippconfig/cfh12k/format_split_early.config	(revision 17911)
@@ -18,5 +18,5 @@
 	PHU		STR	CHIP	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	NONE	# The extensions represent chips
-	FPA.NAME	STR	EXPNUM	# A PHU keyword for unique identifier
+	FPA.OBS		STR	EXPNUM	# A PHU keyword for unique identifier
 	CHIP.NAME	STR	IMAGEID	# An extension keyword for unique identifie
 	EXTWORD         STR     IMAGEID
Index: trunk/ippconfig/ctio_mosaic2/format.config
===================================================================
--- trunk/ippconfig/ctio_mosaic2/format.config	(revision 17875)
+++ trunk/ippconfig/ctio_mosaic2/format.config	(revision 17911)
@@ -13,5 +13,5 @@
 	PHU		STR	FPA	 # The FITS file represents an entire FPA
 	EXTENSIONS	STR	CELL	 # The extensions represent cells
-	FPA.NAME	STR	FILENAME # A PHU keyword for unique identifier within the hierarchy level
+	FPA.OBS	STR	FILENAME # A PHU keyword for unique identifier within the hierarchy level
 END
 
Index: trunk/ippconfig/esowfi/format_split.config
===================================================================
--- trunk/ippconfig/esowfi/format_split.config	(revision 17875)
+++ trunk/ippconfig/esowfi/format_split.config	(revision 17911)
@@ -11,5 +11,5 @@
 	PHU		STR	CHIP		# The FITS file represents an entire FPA
 	EXTENSIONS	STR	NONE		# There are no extensions
-	FPA.NAME	STR	ORIGIN		# A PHU keyword for unique FPA identifier
+	FPA.OBS		STR	ORIGIN		# A PHU keyword for unique FPA identifier
 	CONTENT		STR	EXTNAME 	# Key to the CONTENTS menu
 	CONTENT.RULE	STR	{CHIP.NAME}	# How to derive the CONTENT when writing
Index: trunk/ippconfig/esowfi/format_together.config
===================================================================
--- trunk/ippconfig/esowfi/format_together.config	(revision 17875)
+++ trunk/ippconfig/esowfi/format_together.config	(revision 17911)
@@ -12,5 +12,5 @@
 	PHU		STR		FPA		# The FITS file represents an entire FPA
 	EXTENSIONS	STR		CHIP		# There are no extensions
-	FPA.NAME	STR		ESO OBS NAME	# A PHU keyword for unique FPA identifier
+	FPA.OBS		STR		ESO OBS NAME	# A PHU keyword for unique FPA identifier
 END
 
Index: trunk/ippconfig/gpc1/format_mef.config
===================================================================
--- trunk/ippconfig/gpc1/format_mef.config	(revision 17875)
+++ trunk/ippconfig/gpc1/format_mef.config	(revision 17911)
@@ -13,5 +13,5 @@
 	PHU		STR	FPA	   # The FITS file represents a complete camera fpa
 	EXTENSIONS	STR	CHIP	   # The extensions represent chips
-	FPA.NAME	STR	CONTROLR   # A PHU keyword for unique identifier within the hierarchy level
+	FPA.OBS		STR	CONTROLR   # A PHU keyword for unique identifier within the hierarchy level
 END
 
@@ -196,5 +196,5 @@
 	FPA.INSTRUMENT	STR	GPC1
 	FPA.DETECTOR	STR	GPC1
-	FPA.NAME	S32	12345
+	FPA.OBS	S32	12345
 	FPA.TIMESYS	STR	UTC
 	CHIP.XPARITY	S32	1
Index: trunk/ippconfig/gpc1/format_raw.config
===================================================================
--- trunk/ippconfig/gpc1/format_raw.config	(revision 17875)
+++ trunk/ippconfig/gpc1/format_raw.config	(revision 17911)
@@ -14,5 +14,5 @@
         PHU             STR     CHIP       # The FITS file represents a single chip
         EXTENSIONS      STR     CELL       # The extensions represent cells
-        FPA.NAME        STR     CONTROLR   # A PHU keyword for unique identifier within the hierarchy level
+        FPA.OBS         STR     CONTROLR   # A PHU keyword for unique identifier within the hierarchy level
         CONTENT         STR     DETECTOR   # How to determine content of FITS file
         CONTENT.RULE    STR     {CHIP.ID}  # How to derive the CONTENT when writing
@@ -214,5 +214,70 @@
         CELL.YPARITY    STR     LTM2_2
 #       CELL.SATURATION STR     SATURATE
-        CHIP.TEMP       STR     DETTEM
+
+#        CHIP.TEMP       STR     DETTEM	# XY24 is bad, so get it from the database; all others from header
+	CHIP.TEMP.DEPEND	STR	CHIP.NAME
+	CHIP.TEMP	METADATA
+		XY01	STR	DETTEM
+		XY02	STR	DETTEM
+		XY03	STR	DETTEM
+		XY04	STR	DETTEM
+		XY05	STR	DETTEM
+		XY06	STR	DETTEM
+		XY10	STR	DETTEM
+		XY11	STR	DETTEM
+		XY12	STR	DETTEM
+		XY13	STR	DETTEM
+		XY14	STR	DETTEM
+		XY15	STR	DETTEM
+		XY16	STR	DETTEM
+		XY17	STR	DETTEM
+		XY20	STR	DETTEM
+		XY21	STR	DETTEM
+		XY22	STR	DETTEM
+		XY23	STR	DETTEM
+#		XY24	STR	DETTEM	# This is currently bad --- get it from the database
+		XY25	STR	DETTEM
+		XY26	STR	DETTEM
+		XY27	STR	DETTEM
+		XY30	STR	DETTEM
+		XY31	STR	DETTEM
+		XY32	STR	DETTEM
+		XY33	STR	DETTEM
+		XY34	STR	DETTEM
+		XY35	STR	DETTEM
+		XY36	STR	DETTEM
+		XY37	STR	DETTEM
+		XY40	STR	DETTEM
+		XY41	STR	DETTEM
+		XY42	STR	DETTEM
+		XY43	STR	DETTEM
+		XY44	STR	DETTEM
+		XY45	STR	DETTEM
+		XY46	STR	DETTEM
+		XY47	STR	DETTEM
+		XY50	STR	DETTEM
+		XY51	STR	DETTEM
+		XY52	STR	DETTEM
+		XY53	STR	DETTEM
+		XY54	STR	DETTEM
+		XY55	STR	DETTEM
+		XY56	STR	DETTEM
+		XY57	STR	DETTEM
+		XY60	STR	DETTEM
+		XY61	STR	DETTEM
+		XY62	STR	DETTEM
+		XY63	STR	DETTEM
+		XY64	STR	DETTEM
+		XY65	STR	DETTEM
+		XY66	STR	DETTEM
+		XY67	STR	DETTEM
+		XY71	STR	DETTEM
+		XY72	STR	DETTEM
+		XY73	STR	DETTEM
+		XY74	STR	DETTEM
+		XY75	STR	DETTEM
+		XY76	STR	DETTEM
+	END
+
         FPA.EXPOSURE    STR     EXPREQ          # Requested exposure time, presumably camera exposure time
         CELL.EXPOSURE   STR     EXPTIME         # Exposure time measured by shutter
@@ -225,5 +290,4 @@
         FPA.INSTRUMENT  STR     GPC1
         FPA.DETECTOR    STR     GPC1
-        FPA.NAME        S32     12345
         FPA.TIMESYS     STR     UTC
         CHIP.XPARITY    S32     1
@@ -492,12 +556,8 @@
 # How to translation PS concepts into database lookups
 DATABASE        METADATA
-        TYPE            dbEntry         TABLE           COLUMN          GIVENDBCOL      GIVENPS
-#       CELL.GAIN       dbEntry         Camera          gain            chipId,cellId   CHIP,CELL
-#       CELL.READNOISE  dbEntry         Camera          readNoise       chipId,cellId   CHIP,CELL
-
-# A database entry refers to a particular column (COLUMN) in a
-# particular table (TABLE), given certain PS concepts (GIVENPS) that
-# match certain database columns (GIVENDBCOL).
-
+	CHIP.TEMP.DEPEND	STR	CHIP.NAME
+	CHIP.TEMP		METADATA
+		XY24	STR	SELECT AVG(ccd_temp) FROM rawImfile WHERE dateobs = '{FPA.TIME}' AND class_id != 'XY24'
+	END
 END
 
Index: trunk/ippconfig/isp/format.config
===================================================================
--- trunk/ippconfig/isp/format.config	(revision 17875)
+++ trunk/ippconfig/isp/format.config	(revision 17911)
@@ -14,5 +14,5 @@
 	PHU		STR	FPA	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	NONE	# There are no extensions
-	FPA.NAME	STR	SEQID	# A PHU keyword for unique identifier within the hierarchy level
+	FPA.OBS	STR	SEQID	# A PHU keyword for unique identifier within the hierarchy level
 END
 
Index: trunk/ippconfig/lbc_red/format.config
===================================================================
--- trunk/ippconfig/lbc_red/format.config	(revision 17875)
+++ trunk/ippconfig/lbc_red/format.config	(revision 17911)
@@ -15,5 +15,5 @@
 	PHU		STR	FPA	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	CHIP	# The extensions represent chips
-	FPA.NAME	STR	OBS_ID	# A PHU keyword for unique identifier
+	FPA.OBS	STR	OBS_ID	# A PHU keyword for unique identifier
 	CHIP.NAME	STR	EXTNAME	# An extension keyword for unique identifie
 END
Index: trunk/ippconfig/lris_blue/format_mef.config
===================================================================
--- trunk/ippconfig/lris_blue/format_mef.config	(revision 17875)
+++ trunk/ippconfig/lris_blue/format_mef.config	(revision 17911)
@@ -12,5 +12,5 @@
 	PHU		STR	FPA	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	CHIP	# There are no extensions
-	FPA.NAME	STR	OBSNUM	# A PHU keyword for unique identifier within the hierarchy level
+	FPA.OBS		STR	OBSNUM	# A PHU keyword for unique identifier within the hierarchy level
 END
 
Index: trunk/ippconfig/lris_blue/format_raw.config
===================================================================
--- trunk/ippconfig/lris_blue/format_raw.config	(revision 17875)
+++ trunk/ippconfig/lris_blue/format_raw.config	(revision 17911)
@@ -33,5 +33,5 @@
 	PHU		STR	FPA	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	NONE	# There are no extensions
-	FPA.NAME	STR	OBSNUM	# A PHU keyword for unique identifier within the hierarchy level
+	FPA.OBS		STR	OBSNUM	# A PHU keyword for unique identifier within the hierarchy level
 END
 
Index: trunk/ippconfig/lris_red/format_raw.config
===================================================================
--- trunk/ippconfig/lris_red/format_raw.config	(revision 17875)
+++ trunk/ippconfig/lris_red/format_raw.config	(revision 17911)
@@ -34,5 +34,5 @@
 	PHU		STR	FPA	# The FITS file represents a single chip
 	EXTENSIONS	STR	NONE	# There are no extensions
-	FPA.NAME	STR	OBSNUM	# A PHU keyword for unique identifier within the hierarchy level
+	FPA.OBS		STR	OBSNUM	# A PHU keyword for unique identifier within the hierarchy level
 END
 
Index: trunk/ippconfig/lris_red/format_spec.config
===================================================================
--- trunk/ippconfig/lris_red/format_spec.config	(revision 17875)
+++ trunk/ippconfig/lris_red/format_spec.config	(revision 17911)
@@ -34,5 +34,5 @@
 	PHU		STR	FPA	# The FITS file represents a single chip
 	EXTENSIONS	STR	NONE	# There are no extensions
-	FPA.NAME	STR	OBSNUM	# A PHU keyword for unique identifier within the hierarchy level
+	FPA.OBS		STR	OBSNUM	# A PHU keyword for unique identifier within the hierarchy level
 	CHIP.NAME	STR	INSTRUME	# An extension keyword for unique identifier
 END
Index: trunk/ippconfig/mcshort/format_raw.config
===================================================================
--- trunk/ippconfig/mcshort/format_raw.config	(revision 17875)
+++ trunk/ippconfig/mcshort/format_raw.config	(revision 17911)
@@ -14,5 +14,5 @@
 	PHU		STR	FPA	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	CELL	# The extensions represent cells
-	FPA.NAME	STR	EXPNUM	# A PHU keyword for unique identifier within the hierarchy level
+	FPA.OBS		STR	EXPNUM	# A PHU keyword for unique identifier within the hierarchy level
 END
 
@@ -118,5 +118,5 @@
 # How to translate PS concepts into FITS headers
 TRANSLATION	METADATA
-	FPA.NAME		STR	EXPNUM
+	FPA.OBS		STR	EXPNUM
 	FPA.AIRMASS		STR	AIRMASS
 	FPA.FILTER		STR	FILTER
Index: trunk/ippconfig/mcshort/format_spliced.config
===================================================================
--- trunk/ippconfig/mcshort/format_spliced.config	(revision 17875)
+++ trunk/ippconfig/mcshort/format_spliced.config	(revision 17911)
@@ -14,5 +14,5 @@
 	PHU		STR	FPA	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	CHIP	# The extensions represent chips
-	FPA.NAME	STR	EXPNUM	# A PHU keyword for unique identifier
+	FPA.OBS		STR	EXPNUM	# A PHU keyword for unique identifier
 	CHIP.NAME	STR	EXTNAME	# An extension keyword for unique identifie
 END
@@ -90,5 +90,5 @@
 # How to translate PS concepts into FITS headers
 TRANSLATION	METADATA
-        FPA.NAME        STR     EXPNUM
+        FPA.OBS        STR     EXPNUM
         FPA.AIRMASS     STR     AIRMASS
         FPA.FILTER      STR     FILTER
Index: trunk/ippconfig/mcshort/format_split.config
===================================================================
--- trunk/ippconfig/mcshort/format_split.config	(revision 17875)
+++ trunk/ippconfig/mcshort/format_split.config	(revision 17911)
@@ -12,5 +12,5 @@
 	PHU		STR	CHIP	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	NONE	# The extensions represent chips
-	FPA.NAME	STR	EXPNUM	# A PHU keyword for unique identifier
+	FPA.OBS		STR	EXPNUM	# A PHU keyword for unique identifier
 	CONTENT		STR	EXTNAME	# Key to the CONTENTS menu
 END
@@ -88,5 +88,5 @@
 # How to translate PS concepts into FITS headers
 TRANSLATION	METADATA
-        FPA.NAME        STR     EXPNUM
+        FPA.OBS        STR     EXPNUM
         FPA.AIRMASS     STR     AIRMASS
         FPA.FILTER      STR     FILTER
Index: trunk/ippconfig/megacam/format_mef.config
===================================================================
--- trunk/ippconfig/megacam/format_mef.config	(revision 17875)
+++ trunk/ippconfig/megacam/format_mef.config	(revision 17911)
@@ -14,5 +14,5 @@
 	PHU		STR	FPA	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	CHIP	# The extensions represent chips
-	FPA.NAME	STR	EXPNUM	# A PHU keyword for unique identifier
+	FPA.OBS		STR	EXPNUM	# A PHU keyword for unique identifier
 	# CHIP.NAME	STR	EXTNAME	# An extension keyword for unique identifie
 END
Index: trunk/ippconfig/megacam/format_pre_03Am04_mef.config
===================================================================
--- trunk/ippconfig/megacam/format_pre_03Am04_mef.config	(revision 17875)
+++ trunk/ippconfig/megacam/format_pre_03Am04_mef.config	(revision 17911)
@@ -13,5 +13,5 @@
 	PHU		STR	FPA	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	CHIP	# The extensions represent chips
-	FPA.NAME	STR	EXPNUM	# A PHU keyword for unique identifier
+	FPA.OBS		STR	EXPNUM	# A PHU keyword for unique identifier
 	# CHIP.NAME	STR	EXTNAME	# An extension keyword for unique identifie
 END
Index: trunk/ippconfig/megacam/format_pre_03Am04_raw.config
===================================================================
--- trunk/ippconfig/megacam/format_pre_03Am04_raw.config	(revision 17875)
+++ trunk/ippconfig/megacam/format_pre_03Am04_raw.config	(revision 17911)
@@ -13,5 +13,5 @@
 	PHU		STR	FPA	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	CELL	# The extensions represent cells
-	FPA.NAME	STR	EXPNUM	# A PHU keyword for unique identifier within the hierarchy level
+	FPA.OBS		STR	EXPNUM	# A PHU keyword for unique identifier within the hierarchy level
 END
 
Index: trunk/ippconfig/megacam/format_raw.config
===================================================================
--- trunk/ippconfig/megacam/format_raw.config	(revision 17875)
+++ trunk/ippconfig/megacam/format_raw.config	(revision 17911)
@@ -14,5 +14,5 @@
 	PHU		STR	FPA	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	CELL	# The extensions represent cells
-	FPA.NAME	STR	EXPNUM	# A PHU keyword for unique identifier within the hierarchy level
+	FPA.OBS		STR	EXPNUM	# A PHU keyword for unique identifier within the hierarchy level
 END
 
Index: trunk/ippconfig/megacam/format_split.config
===================================================================
--- trunk/ippconfig/megacam/format_split.config	(revision 17875)
+++ trunk/ippconfig/megacam/format_split.config	(revision 17911)
@@ -12,5 +12,5 @@
 	PHU		STR	CHIP	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	NONE	# The extensions represent chips
-	FPA.NAME	STR	EXPNUM	# A PHU keyword for unique identifier
+	FPA.OBS		STR	EXPNUM	# A PHU keyword for unique identifier
 	CONTENT		STR	EXTNAME	# Key to the CONTENTS menu
 	CONTENT.RULE	STR	{CHIP.NAME} # How to derive the CONTENT when writing
@@ -91,5 +91,5 @@
 # How to translate PS concepts into FITS headers
 TRANSLATION	METADATA
-        FPA.NAME        STR     EXPNUM
+        FPA.OBS        STR     EXPNUM
         FPA.AIRMASS     STR     AIRMASS
         FPA.FILTER      STR     FILTER
Index: trunk/ippconfig/mosaic2/format.config
===================================================================
--- trunk/ippconfig/mosaic2/format.config	(revision 17875)
+++ trunk/ippconfig/mosaic2/format.config	(revision 17911)
@@ -13,5 +13,5 @@
 	PHU		STR	FPA	 # The FITS file represents an entire FPA
 	EXTENSIONS	STR	CELL	 # The extensions represent cells
-	FPA.NAME	STR	FILENAME # A PHU keyword for unique identifier within the hierarchy level
+	FPA.OBS	STR	FILENAME # A PHU keyword for unique identifier within the hierarchy level
 END
 
Index: trunk/ippconfig/recipes/ppStats.config
===================================================================
--- trunk/ippconfig/recipes/ppStats.config	(revision 17875)
+++ trunk/ippconfig/recipes/ppStats.config	(revision 17911)
@@ -81,5 +81,5 @@
   CONCEPT       STR     FPA.TIME        # Time of exposure
   CONCEPT       STR     FPA.TELESCOPE   # Telescope (eg, CFHT)
-  CONCEPT       STR     FPA.INSTRUMENT  # Instrument (eg, CFH12K)
+  CONCEPT       STR     FPA.CAMERA      # Instrument (eg, CFH12K)
   CONCEPT       STR     CHIP.TEMP       # Detector temperature
   CONCEPT       STR     CELL.EXPOSURE   # Exposure time
Index: trunk/ippconfig/sdss/format.config
===================================================================
--- trunk/ippconfig/sdss/format.config	(revision 17875)
+++ trunk/ippconfig/sdss/format.config	(revision 17911)
@@ -14,5 +14,5 @@
 	PHU		STR	FPA	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	NONE	# There are no extensions
-	FPA.NAME	STR	FRAME	# A PHU keyword for unique identifier within the hierarchy level
+	FPA.OBS	STR	FRAME	# A PHU keyword for unique identifier within the hierarchy level
 END
 
Index: trunk/ippconfig/sdss/format_skycell.config
===================================================================
--- trunk/ippconfig/sdss/format_skycell.config	(revision 17875)
+++ trunk/ippconfig/sdss/format_skycell.config	(revision 17911)
@@ -14,5 +14,5 @@
 	PHU		STR	FPA	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	NONE	# There are no extensions
-	FPA.NAME	STR	FRAME	# A PHU keyword for unique identifier within the hierarchy level
+	FPA.OBS		STR	FRAME	# A PHU keyword for unique identifier within the hierarchy level
 END
 
Index: trunk/ippconfig/simmosaic/format_split.config
===================================================================
--- trunk/ippconfig/simmosaic/format_split.config	(revision 17875)
+++ trunk/ippconfig/simmosaic/format_split.config	(revision 17911)
@@ -12,5 +12,5 @@
 	PHU		STR	CHIP		# The FITS file represents an entire FPA
 	EXTENSIONS	STR	CELL		# There are no extensions
-	FPA.NAME	STR	FPANAME		# A PHU keyword for unique FPA identifier
+	FPA.OBS		STR	FPANAME		# A PHU keyword for unique FPA identifier
 	CONTENT	        STR     CHIPNAME	# How to determine content of FITS file
 	CONTENT.RULE	STR	{CHIP.NAME}	# How to derive the CONTENT when writing
Index: trunk/ippconfig/simmosaic/format_together.config
===================================================================
--- trunk/ippconfig/simmosaic/format_together.config	(revision 17875)
+++ trunk/ippconfig/simmosaic/format_together.config	(revision 17911)
@@ -12,5 +12,5 @@
 	PHU		STR	FPA		# The FITS file represents an entire FPA
 	EXTENSIONS	STR	CHIP		# There are no extensions
-	FPA.NAME	STR	FPANAME		# A PHU keyword for unique FPA identifier
+	FPA.OBS		STR	FPANAME		# A PHU keyword for unique FPA identifier
 	CONTENT	        STR     CHIPNAME	# How to determine content of FITS file
 END
Index: trunk/ippconfig/simple/format.config
===================================================================
--- trunk/ippconfig/simple/format.config	(revision 17875)
+++ trunk/ippconfig/simple/format.config	(revision 17911)
@@ -11,5 +11,5 @@
 	PHU		STR	FPA	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	NONE	# There are no extensions
-	FPA.NAME	STR	NAXIS	# A PHU keyword for unique identifier within the hierarchy level
+	FPA.OBS		STR	NAXIS	# A PHU keyword for unique identifier within the hierarchy level
 END
 
Index: trunk/ippconfig/simtest/format.config
===================================================================
--- trunk/ippconfig/simtest/format.config	(revision 17875)
+++ trunk/ippconfig/simtest/format.config	(revision 17911)
@@ -12,5 +12,5 @@
 	PHU		STR	FPA	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	NONE	# There are no extensions
-	FPA.NAME	STR	OBJECT	# A PHU keyword for unique identifier within the hierarchy level
+	FPA.OBS	STR	OBJECT	# A PHU keyword for unique identifier within the hierarchy level
 END
 
Index: trunk/ippconfig/tc3/format.config
===================================================================
--- trunk/ippconfig/tc3/format.config	(revision 17875)
+++ trunk/ippconfig/tc3/format.config	(revision 17911)
@@ -13,5 +13,5 @@
 	PHU		STR	CHIP	# The FITS file represents a chip
 	EXTENSIONS	STR	CELL	# The extensions represent cells
-	FPA.NAME	STR	OBSTYPE	# A PHU keyword for unique identifier
+	FPA.OBS	STR	OBSTYPE	# A PHU keyword for unique identifier
 	CONTENT	        STR     DETECTOR # How to determine content of FITS file
 	CONTENT.RULE	STR	{CHIP.NAME}	# How to derive the CONTENT when writing
Index: trunk/ippconfig/tek/format.config
===================================================================
--- trunk/ippconfig/tek/format.config	(revision 17875)
+++ trunk/ippconfig/tek/format.config	(revision 17911)
@@ -14,5 +14,5 @@
 	PHU		STR	FPA	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	NONE	# There are no extensions
-	FPA.NAME	STR	NAXIS	# A PHU keyword for unique identifier within the hierarchy level
+	FPA.OBS	STR	NAXIS	# A PHU keyword for unique identifier within the hierarchy level
 END
 
Index: trunk/ippconfig/ucam/format_raw.config
===================================================================
--- trunk/ippconfig/ucam/format_raw.config	(revision 17875)
+++ trunk/ippconfig/ucam/format_raw.config	(revision 17911)
@@ -13,5 +13,5 @@
 	PHU		STR	FPA	# The FITS file represents an entire FPA
 	EXTENSIONS	STR	CELL	# The extensions represent cells
-	FPA.NAME	STR	OBSTYPE	# A PHU keyword for unique identifier within the hierarchy level
+	FPA.OBS		STR	OBSTYPE	# A PHU keyword for unique identifier within the hierarchy level
 END
 
