Index: trunk/ippMonitor/def/stackInputSkyfile.d
===================================================================
--- trunk/ippMonitor/def/stackInputSkyfile.d	(revision 19302)
+++ trunk/ippMonitor/def/stackInputSkyfile.d	(revision 19523)
@@ -1,3 +1,3 @@
-TABLE stackInputSkyfile, stackRun, warpRun, warpSkyfile, fakeRun, camRun, chipRun, rawExp
+TABLE stackInputSkyfile, stackRun, warpRun, warpSkyfile, fakeRun, camRun, camProcessedExp, chipRun, rawExp
 TITLE Stack Input Exposures
 FILE  stackInputSkyfile.php
@@ -10,4 +10,5 @@
 WHERE warpSkyfile.skycell_id = stackRun.skycell_id
 WHERE fakeRun.cam_id = camRun.cam_id
+WHERE camProcessedExp.cam_id = camRun.cam_id
 WHERE camRun.chip_id = chipRun.chip_id
 WHERE chipRun.exp_id = rawExp.exp_id
@@ -41,4 +42,5 @@
 FIELD rawExp.exp_time,       	    5, %.2f,   exp_time    
 FIELD rawExp.airmass,        	    5, %.4f,   airmass     
+FIELD camProcessedExp.fwhm_major,   5, %.4f,   FWHM     
 FIELD warpSkyfile.good_frac,   	    7, %.4f,   warp good f
 FIELD rawExp.bg,             	    5, %.2f,   backgnd
