Index: trunk/ippMonitor/Makefile.in
===================================================================
--- trunk/ippMonitor/Makefile.in	(revision 25783)
+++ trunk/ippMonitor/Makefile.in	(revision 25786)
@@ -151,6 +151,6 @@
 $(DESTWWW)/calRun.php \
 $(DESTWWW)/flatcorrRun.php \
-$(DESTWWW)/flatcorrExp.php
-
+$(DESTWWW)/flatcorrChip.php \
+$(DESTWWW)/flatcorrCamera.php
 
 PICTURES = \
Index: trunk/ippMonitor/def/flatcorrCamera.d
===================================================================
--- trunk/ippMonitor/def/flatcorrCamera.d	(revision 25786)
+++ trunk/ippMonitor/def/flatcorrCamera.d	(revision 25786)
@@ -0,0 +1,33 @@
+TABLE flatcorrCamLink, flatcorrRun, camRun, chipRun, rawExp
+TITLE flatcorr Camera Runs
+FILE  flatcorrCamera.php
+MENU  ipp.detrend.dat
+
+WHERE flatcorrRun.corr_id = flatcorrCamLink.corr_id
+WHERE flatcorrCamLink.cam_id = camRun.cam_id
+WHERE flatcorrCamLink.chip_id = chipRun.chip_id
+WHERE chipRun.exp_id = rawExp.exp_id
+
+OP   OP1  $rawExp.ra * 57.295783
+OP   OP2  $rawExp.decl * 57.295783
+
+#     field                   size  format  name         show    link to                  extras
+FIELD flatcorrRun.corr_id,     	 5, %s,     Corr ID
+FIELD rawExp.exp_name,     	 5, %s,     Exp Name
+FIELD rawExp.exp_id,     	 5, %d,     Exp ID,      value,  rawImfile.php,           ARG1
+FIELD chipRun.chip_id,    	 7, %d,     Chip ID,     value,  chipProcessedImfile.php, ARG2
+FIELD camRun.state,    	         7, %s,     State
+FIELD chipRun.label,    	 7, %s,     Label
+FIELD rawExp.telescope,      	10, %s,     Telescope
+FIELD rawExp.camera,         	10, %s,     Camera
+FIELD rawExp.dateobs,        	19, %T,     Date/Time
+FIELD rawExp.ra,           	 8, %C, RA,           op=OP1      
+FIELD rawExp.decl,         	 8, %C, DEC,          op=OP2
+FIELD rawExp.object,         	 8, %s,     Object
+FIELD flatcorrRun.filter,     	10, %s,     FILTER
+FIELD rawExp.filter,         	10, %s,     FILTER
+FIELD rawExp.exp_time,       	 5, %.2f,     exp_time    
+FIELD rawExp.airmass,        	 5, %.4f,     airmass     
+FIELD rawExp.bg,             	 5, %.2f,     backgnd
+FIELD rawExp.bg_stdev,       	 5, %.2f,     stdev    
+FIELD rawExp.comment,  	        75, %s,     Comment
Index: trunk/ippMonitor/def/flatcorrChip.d
===================================================================
--- trunk/ippMonitor/def/flatcorrChip.d	(revision 25786)
+++ trunk/ippMonitor/def/flatcorrChip.d	(revision 25786)
@@ -0,0 +1,32 @@
+TABLE flatcorrChipLink, flatcorrRun, chipRun, rawExp
+TITLE flatcorr Chip Runs
+FILE  flatcorrChip.php
+MENU  ipp.detrend.dat
+
+WHERE flatcorrRun.corr_id = flatcorrChipLink.corr_id
+WHERE flatcorrChipLink.chip_id = chipRun.chip_id
+WHERE chipRun.exp_id = rawExp.exp_id
+
+OP   OP1  $rawExp.ra * 57.295783
+OP   OP2  $rawExp.decl * 57.295783
+
+#     field                   size  format  name         show    link to                  extras
+FIELD flatcorrRun.corr_id,     	 5, %s,     Corr ID
+FIELD rawExp.exp_name,     	 5, %s,     Exp Name
+FIELD rawExp.exp_id,     	 5, %d,     Exp ID,      value,  rawImfile.php,           ARG1
+FIELD chipRun.chip_id,    	 7, %d,     Chip ID,     value,  chipProcessedImfile.php, ARG2
+FIELD chipRun.state,    	 7, %s,     State
+FIELD chipRun.label,    	 7, %s,     Label
+FIELD rawExp.telescope,      	10, %s,     Telescope
+FIELD rawExp.camera,         	10, %s,     Camera
+FIELD rawExp.dateobs,        	19, %T,     Date/Time
+FIELD rawExp.ra,           	 8, %C, RA,           op=OP1      
+FIELD rawExp.decl,         	 8, %C, DEC,          op=OP2
+FIELD rawExp.object,         	 8, %s,     Object
+FIELD flatcorrRun.filter,     	10, %s,     FILTER
+FIELD rawExp.filter,         	10, %s,     FILTER
+FIELD rawExp.exp_time,       	 5, %.2f,     exp_time    
+FIELD rawExp.airmass,        	 5, %.4f,     airmass     
+FIELD rawExp.bg,             	 5, %.2f,     backgnd
+FIELD rawExp.bg_stdev,       	 5, %.2f,     stdev    
+FIELD rawExp.comment,  	        75, %s,     Comment
Index: trunk/ippMonitor/raw/ipp.detrend.dat
===================================================================
--- trunk/ippMonitor/raw/ipp.detrend.dat	(revision 25783)
+++ trunk/ippMonitor/raw/ipp.detrend.dat	(revision 25786)
@@ -53,3 +53,4 @@
 menutop   | menutop      | plain   | Flat Correction              | 
 menulink  | menuselect 	 | link    | Flat Corr Runs               | flatcorrRun.php
-menulink  | menuselect 	 | link    | Flat Corr Exp                | flatcorrExp.php
+menulink  | menuselect 	 | link    | Flat Corr Chip Runs          | flatcorrChip.php
+menulink  | menuselect 	 | link    | Flat Corr Camera Runs        | flatcorrCamera.php
