Index: trunk/ippconfig/gpc1/ppMerge.config
===================================================================
--- trunk/ippconfig/gpc1/ppMerge.config	(revision 24811)
+++ trunk/ippconfig/gpc1/ppMerge.config	(revision 24812)
@@ -30,11 +30,27 @@
 
 # Ordinates for fitting dark current as function of darktime and fpa temp:
+# DARK.ORDINATES	METADATA
+# 	CELL.DARKTIME	S32	1
+#  	FPA.TEMP	METADATA
+#  		ORDER	S32	1
+#  		SCALE	BOOL	TRUE
+# 		RULE	STR	FPA.TEMP * CELL.DARKTIME
+#  		MIN	F32	-95
+#  		MAX	F32	-50
+#  	END
+# END
+
+# Ordinates for fitting dark current as function of darktime and fpa temp:
+# Counts = C0 + (CT0 + CT1*Temp + CT2*Temp^2)*exptime
+# the 0th order term is implied, right?
 DARK.ORDINATES	METADATA
 	CELL.DARKTIME	S32	1
  	FPA.TEMP	METADATA
  		ORDER	S32	1
- 		SCALE	BOOL	TRUE
- 		MIN	F32	-95
- 		MAX	F32	-50
+		RULE	STR	FPA.TEMP * CELL.DARKTIME
+ 	END
+ 	FPA.TEMP2	METADATA
+ 		ORDER	S32	1
+		RULE	STR	FPA.TEMP * FPA.TEMP * CELL.DARKTIME
  	END
 END
