Index: /trunk/ippconfig/gpc1/format_mef.config
===================================================================
--- /trunk/ippconfig/gpc1/format_mef.config	(revision 15433)
+++ /trunk/ippconfig/gpc1/format_mef.config	(revision 15434)
@@ -180,5 +180,4 @@
 	FPA.AZ		STR	AZ
 	FPA.TEMP	STR	DETTEM
-	FPA.EXPOSURE	STR	EXPTIME
 	CHIP.ID         STR	DETECTOR
 	CELL.XBIN	STR	CCDSUM
@@ -189,4 +188,7 @@
 	CELL.YPARITY	STR	LTM2_2
 #	CELL.SATURATION	STR	SATURATE
+	FPA.EXPOSURE	STR	EXPREQ		# Requested exposure time, presumably camera exposure time
+	CELL.EXPOSURE	STR	EXPTIME		# Exposure time measured by shutter
+	CELL.DARKTIME	STR	EXPREQ		# Requested exposure time, presumably camera exposure time
 END
 
@@ -452,6 +454,4 @@
           XY76  S32     1
 	END
-	CELL.EXPOSURE	F32	0.0
-	CELL.DARKTIME	F32	0.0
 	CELL.GAIN	F32	1.0
 	CELL.READNOISE	F32	0.0
Index: /trunk/ippconfig/gpc1/format_raw.config
===================================================================
--- /trunk/ippconfig/gpc1/format_raw.config	(revision 15433)
+++ /trunk/ippconfig/gpc1/format_raw.config	(revision 15434)
@@ -192,4 +192,8 @@
 #	CELL.SATURATION	STR	SATURATE
 	CHIP.TEMP	STR	DETTEM
+	### These will have to change when we get the 'real' EXPTIME measured by the shutter driver
+	FPA.EXPOSURE	F32	EXPREQ
+	CELL.EXPOSURE	F32	EXPREQ
+	CELL.DARKTIME	F32	EXPREQ
 END
 
@@ -455,6 +459,4 @@
           XY76  S32     1
 	END
-	CELL.EXPOSURE	F32	0.0
-	CELL.DARKTIME	F32	0.0
 	CELL.GAIN	F32	1.0
 	CELL.READNOISE	F32	0.0
