Index: trunk/ippMonitor/def/stackProcessedSkyfile.d
===================================================================
--- trunk/ippMonitor/def/stackProcessedSkyfile.d	(revision 19183)
+++ trunk/ippMonitor/def/stackProcessedSkyfile.d	(revision 21339)
@@ -10,5 +10,4 @@
 ARGS  ARG7 stackRun.stack_id=$stackRun.stack_id
 ARGS  ARG7 stackRun.skycell_id=$stackRun.skycell_id
-# XXX need to fix this: there may not be a single camera per stack...
 ARGS  ARG7 camera=GPC1
 ARGS  ARG7 basename=$stackSumSkyfile.path_base
@@ -17,8 +16,23 @@
 FIELD stackRun.stack_id,            5, %s,     Stack ID
 FIELD stackRun.skycell_id,          5, %s,     Skycell ID
+FIELD stackRun.label,    	    5, %s,     Label
+FIELD stackRun.filter,    	    5, %s,     Filter
+FIELD stackRun.tess_id,    	    5, %s,     Tess ID
 FIELD stackRun.state,    	    7, %s,     State,         value,   stackProcessedSkyfile.php, ARG7
 FIELD stackSumSkyfile.bg,           5, %.2f,   backgnd
 FIELD stackSumSkyfile.bg_stdev,     5, %.2f,   stdev    
-FIELD stackSumSkyfile.dtime_stack,  5, %.2f,   dtime
+FIELD stackSumSkyfile.dtime_stack,  5, %.2f,   t(stack)
+FIELD stackSumSkyfile.dtime_match_mean, 5, %.2f, t(match)
+FIELD stackSumSkyfile.dtime_initial, 5, %.2f,   t(initial)
+FIELD stackSumSkyfile.dtime_reject,  5, %.2f,   t(reject)
+FIELD stackSumSkyfile.dtime_final,   5, %.2f,   t(final)
+FIELD stackSumSkyfile.dtime_phot,    5, %.2f,   t(phot)
+FIELD stackSumSkyfile.dtime_script,  5, %.2f,   t(script)
+
+FIELD stackSumSkyfile.match_mean,    5, %.2f,   match
+FIELD stackSumSkyfile.match_stdev,   5, %.2f,   match err
+
+FIELD stackSumSkyfile.reject_images, 5, %d,   n(reject)
+FIELD stackSumSkyfile.sources,       5, %d,   n(sources)
 
 FIELD stackSumSkyfile.path_base,    5, %s,     path_base,     none
