Index: trunk/ippTools/share/stacktool_summary.sql
===================================================================
--- trunk/ippTools/share/stacktool_summary.sql	(revision 36009)
+++ trunk/ippTools/share/stacktool_summary.sql	(revision 36040)
@@ -4,10 +4,14 @@
        stackAssociation.filter,
        stackSummary.path_base,
-       stackAssociation.data_group
+       stackAssociation.data_group,
+       rawExp.camera
 FROM stackRun 
     JOIN stackAssociationMap USING(stack_id) 
     JOIN stackAssociation USING(sass_id, filter)
     JOIN stackSummary using(sass_id, projection_cell)
-
--- WHERE stackRun.label ='lap.threepi.20130717' and skycell_id like 'skycell.0635%' and filter = 'r.00000'\G
--- WHERE stackRun.label ='lap.threepi.20130717' and projection_cell = 'skycell.0635' and filter = 'r.00000'\G
+    JOIN stackInputSkyfile using(stack_id)
+    JOIN warpRun USING(warp_id)
+    JOIN fakeRun USING(fake_id)
+    JOIN camRun USING(cam_id)
+    JOIN chipRun USING(chip_id)
+    JOIN rawExp USING(exp_id)
