Index: trunk/ippMonitor/Makefile.in
===================================================================
--- trunk/ippMonitor/Makefile.in	(revision 27203)
+++ trunk/ippMonitor/Makefile.in	(revision 27674)
@@ -114,4 +114,5 @@
 $(DESTWWW)/rawScienceExp.php \
 $(DESTWWW)/rawExp.php \
+$(DESTWWW)/rawExpStats.php \
 $(DESTWWW)/summitExp.php \
 $(DESTWWW)/summitImfile.php \
Index: trunk/ippMonitor/def/camProcessedExp_failure.d
===================================================================
--- trunk/ippMonitor/def/camProcessedExp_failure.d	(revision 27203)
+++ trunk/ippMonitor/def/camProcessedExp_failure.d	(revision 27674)
@@ -5,5 +5,4 @@
 
 # the following WHERE clauses are added to all queries joined by AND
-WHERE camRun.state = 'full'
 WHERE camRun.chip_id = chipRun.chip_id
 WHERE chipRun.exp_id = rawExp.exp_id
Index: trunk/ippMonitor/def/rawExp.d
===================================================================
--- trunk/ippMonitor/def/rawExp.d	(revision 27203)
+++ trunk/ippMonitor/def/rawExp.d	(revision 27674)
@@ -22,12 +22,4 @@
 FIELD    airmass,      5,  %.4f,   airmass     
 FIELD    exp_time,     5,  %.2f,   exp_time    
-FIELD    ccd_temp,     5,  %.2f,   ccd_temp
-FIELD    pon_time,     5,  %.2f,   pon_time
-FIELD    sat_pixel_frac, 5,   %.4f,   f(sat pixels)
-FIELD    bg,	        8,  %.2f,   backgnd
-FIELD    bg_stdev,      8,  %.2f,   stdev
-FIELD    bg_mean_stdev, 8, %.2f,   [stdev]
-FIELD    moon_angle,    5,  %.2f,   moon angle
-FIELD    moon_phase,    5,  %.2f,   moon phase
-FIELD    sun_alt,       5,  %.2f,   sun altitude
+FIELD    state,        10,  %s,     State
 FIELD    comment,      65,  %s,     Comment
Index: trunk/ippMonitor/def/rawExpStats.d
===================================================================
--- trunk/ippMonitor/def/rawExpStats.d	(revision 27674)
+++ trunk/ippMonitor/def/rawExpStats.d	(revision 27674)
@@ -0,0 +1,33 @@
+TABLE rawExp
+TITLE Raw Exposure Stats
+FILE  rawExpStats.php
+MENU  ipp.load.dat
+
+ARGS ARG1 rawImfile.exp_id=$exp_id
+
+OP   OP1  $ra * 57.295783
+OP   OP2  $decl * 57.295783
+
+#        field        size format  name           show          link to   extras
+FIELD    exp_name,    10,  %s,     Exp Name
+FIELD    exp_id,       5,  %d,     Exp ID,        value,   rawImfile.php,  ARG1
+FIELD    telescope,   10,  %s,     Telescope
+FIELD    camera,      10,  %s,     Camera
+FIELD    exp_type,     8,  %s,     Type    
+FIELD    dateobs,     19,  %T,     Date/Time
+FIELD    ra,           8,  %C, RA,           op=OP1      
+FIELD    decl,         8,  %C, DEC,          op=OP2
+FIELD    object,      10,  %s,     object
+FIELD    filter,      10,  %s,     FILTER
+FIELD    airmass,      5,  %.4f,   airmass     
+FIELD    exp_time,     5,  %.2f,   exp_time    
+FIELD    ccd_temp,     5,  %.2f,   ccd_temp
+FIELD    pon_time,     5,  %.2f,   pon_time
+FIELD    sat_pixel_frac, 5,   %.4f,   f(sat pixels)
+FIELD    bg,	        8,  %.2f,   backgnd
+FIELD    bg_stdev,      8,  %.2f,   stdev
+FIELD    bg_mean_stdev, 8, %.2f,   [stdev]
+FIELD    moon_angle,    5,  %.2f,   moon angle
+FIELD    moon_phase,    5,  %.2f,   moon phase
+FIELD    sun_alt,       5,  %.2f,   sun altitude
+FIELD    comment,      65,  %s,     Comment
Index: trunk/ippMonitor/raw/ipp.load.dat
===================================================================
--- trunk/ippMonitor/raw/ipp.load.dat	(revision 27203)
+++ trunk/ippMonitor/raw/ipp.load.dat	(revision 27674)
@@ -6,4 +6,5 @@
 menulink  | menuselect 	 | link    | Raw Science Exp              | rawScienceExp.php             
 menulink  | menuselect 	 | link    | Raw Unknown Exp              | rawUnknownExp.php             
+menulink  | menuselect 	 | link    | Raw Exp Stats                | rawExpStats.php             
 menutop   | menutop      | plain   | &nbsp;                       | 
 menulink  | menuselect 	 | link    | Summit Exp                   | summitExp.php                         
Index: trunk/ippMonitor/scripts/skyplot.dvo
===================================================================
--- trunk/ippMonitor/scripts/skyplot.dvo	(revision 27203)
+++ trunk/ippMonitor/scripts/skyplot.dvo	(revision 27674)
@@ -8,4 +8,22 @@
  black
  gold
+end
+
+list pttype
+ 7
+ 0
+ 1
+ 2
+ 7
+ 3
+end
+
+list ptsize
+ 1.1
+ 0.5
+ 0.8
+ 1.3
+ 0.9
+ 1.3
 end
 
@@ -20,5 +38,5 @@
 
   resize 1000 500
-  region +ns -ew 0 0 85 ait; cgrid -ra-by-hour -c grey80
+  region +ns -ew 180 0 85 ait; cgrid -ra-by-hour -c grey80
 
   set R = r * 180/3.14
@@ -29,5 +47,5 @@
     subset D1 = D if (f == $i)
     if (R1[]) 
-      cplot R1 D1 -sz 1.0 -pt 7 -c $filters:$i
+      cplot R1 D1 -pt $pttype:$i -sz $ptsize:$i -c $filters:$i
     end
   end
