Index: trunk/ippMonitor/def/stackInputSkyfile.d
===================================================================
--- trunk/ippMonitor/def/stackInputSkyfile.d	(revision 19131)
+++ trunk/ippMonitor/def/stackInputSkyfile.d	(revision 19183)
@@ -1,3 +1,3 @@
-TABLE stackInputSkyfile, stackRun, warpRun, fakeRun, camRun, chipRun, rawExp
+TABLE stackInputSkyfile, stackRun, warpRun, warpSkyfile, fakeRun, camRun, chipRun, rawExp
 TITLE Stack Input Exposures
 FILE  stackInputSkyfile.php
@@ -7,4 +7,6 @@
 WHERE stackInputSkyfile.warp_id = warpRun.warp_id
 WHERE warpRun.fake_id = fakeRun.fake_id
+WHERE warpSkyfile.warp_id = warpRun.warp_id
+WHERE warpSkyfile.skycell_id = stackRun.skycell_id
 WHERE fakeRun.cam_id = camRun.cam_id
 WHERE camRun.chip_id = chipRun.chip_id
@@ -39,4 +41,5 @@
 FIELD rawExp.exp_time,       	    5, %.2f,   exp_time    
 FIELD rawExp.airmass,        	    5, %.4f,   airmass     
+FIELD warpSkyfile.good_frac,   	    7, %.4f,   warp good f
 FIELD rawExp.bg,             	    5, %.2f,   backgnd
 FIELD rawExp.bg_stdev,       	    5, %.2f,   stdev    
