Index: /trunk/ippconfig/recipes/dqStatsTool.config
===================================================================
--- /trunk/ippconfig/recipes/dqStatsTool.config	(revision 26369)
+++ /trunk/ippconfig/recipes/dqStatsTool.config	(revision 26369)
@@ -0,0 +1,37 @@
+BUNDLE_SIZE	S32	1000       # Number of exposures to bundle together
+# BUNDLE_AGE      ?      "2 hours"? # I'd like this to be a way to tell if we can just skip ahead, since the bundle is "old" Don't know how, though.
+
+
+STATS.COLUMNS METADATA             # Column definitions for what goes into a bundle
+
+C1 METADATA
+    TABLE    STR rawExp
+    ENTRY    STR ra
+    DATATYPE STR PS_DATA_F64
+    COLNAME  STR RA
+END
+
+C2 METADATA
+    TABLE    STR rawExp
+    ENTRY    STR decl
+    DATATYPE STR PS_DATA_F64
+    COLNAME  STR DEC
+END
+
+C3 METADATA
+    TABLE    STR camProcessedExp
+    ENTRY    STR iq_m2
+    DATATYPE STR PS_DATA_F32
+    COLNAME  STR IQ_M2
+END
+
+C4 METADATA
+    TABLE    STR camProcessedExp
+    ENTRY    STR iq_fwhm_major
+    DATATYPE STR PS_DATA_F32
+    COLNAME  STR IQ_FWHM_MAJOR
+END
+
+
+END
+
