Index: trunk/ippMonitor/def/warpSkycellMap.d
===================================================================
--- trunk/ippMonitor/def/warpSkycellMap.d	(revision 15970)
+++ trunk/ippMonitor/def/warpSkycellMap.d	(revision 16035)
@@ -9,7 +9,10 @@
 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    rawExp.exp_tag,              5,    %s,     Exp Tag
 FIELD    chipRun.exp_id,  	      5,    %s,     Exp ID
+FIELD    rawExp.exp_name,             5,    %s,     Exp Name
 FIELD    chipRun.chip_id, 	      5,    %s,     Chip ID
 FIELD    camProcessedExp.cam_id,      5,    %s,     Cam ID
@@ -19,2 +22,13 @@
 FIELD    warpSkyCellMap.tess_id,      5,    %s,     Tessellation ID
 FIELD    warpSkyCellMap.class_id,     5,    %s,     Class ID
+FIELD    rawExp.telescope,            10,   %s,     Telescope
+FIELD    rawExp.camera,               10,   %s,     Camera
+FIELD    rawExp.dateobs,              20,   %s,     Date/Time
+FIELD    rawExp.ra,                    8,   %10.6f, RA,           op=OP1      
+FIELD    rawExp.decl,                  8,   %10.6f, DEC,          op=OP2
+FIELD    rawExp.object,                8,   %s,     Object
+FIELD    rawExp.filter,                8,   %s,     Filter
+FIELD    rawExp.exp_time,              5,   %s,     exptime    
+FIELD    rawExp.airmass,               5,   %s,     airmass
+FIELD    rawExp.bg,                    5,   %s,     bg
+FIELD    rawExp.bg_stdev,              5,   %s,     bg_stdev
