IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 27674


Ignore:
Timestamp:
Apr 13, 2010, 4:49:33 PM (16 years ago)
Author:
eugene
Message:

updates to ippMonitor

Location:
trunk/ippMonitor
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/Makefile.in

    r27194 r27674  
    114114$(DESTWWW)/rawScienceExp.php \
    115115$(DESTWWW)/rawExp.php \
     116$(DESTWWW)/rawExpStats.php \
    116117$(DESTWWW)/summitExp.php \
    117118$(DESTWWW)/summitImfile.php \
  • trunk/ippMonitor/def/camProcessedExp_failure.d

    r27203 r27674  
    55
    66# the following WHERE clauses are added to all queries joined by AND
    7 WHERE camRun.state = 'full'
    87WHERE camRun.chip_id = chipRun.chip_id
    98WHERE chipRun.exp_id = rawExp.exp_id
  • trunk/ippMonitor/def/rawExp.d

    r24867 r27674  
    2222FIELD    airmass,      5,  %.4f,   airmass     
    2323FIELD    exp_time,     5,  %.2f,   exp_time   
    24 FIELD    ccd_temp,     5,  %.2f,   ccd_temp
    25 FIELD    pon_time,     5,  %.2f,   pon_time
    26 FIELD    sat_pixel_frac, 5,   %.4f,   f(sat pixels)
    27 FIELD    bg,            8,  %.2f,   backgnd
    28 FIELD    bg_stdev,      8,  %.2f,   stdev
    29 FIELD    bg_mean_stdev, 8, %.2f,   [stdev]
    30 FIELD    moon_angle,    5,  %.2f,   moon angle
    31 FIELD    moon_phase,    5,  %.2f,   moon phase
    32 FIELD    sun_alt,       5,  %.2f,   sun altitude
     24FIELD    state,        10,  %s,     State
    3325FIELD    comment,      65,  %s,     Comment
  • trunk/ippMonitor/raw/ipp.load.dat

    r26947 r27674  
    66menulink  | menuselect   | link    | Raw Science Exp              | rawScienceExp.php             
    77menulink  | menuselect   | link    | Raw Unknown Exp              | rawUnknownExp.php             
     8menulink  | menuselect   | link    | Raw Exp Stats                | rawExpStats.php             
    89menutop   | menutop      | plain   |                         |
    910menulink  | menuselect   | link    | Summit Exp                   | summitExp.php                         
  • trunk/ippMonitor/scripts/skyplot.dvo

    r27113 r27674  
    88 black
    99 gold
     10end
     11
     12list pttype
     13 7
     14 0
     15 1
     16 2
     17 7
     18 3
     19end
     20
     21list ptsize
     22 1.1
     23 0.5
     24 0.8
     25 1.3
     26 0.9
     27 1.3
    1028end
    1129
     
    2038
    2139  resize 1000 500
    22   region +ns -ew 0 0 85 ait; cgrid -ra-by-hour -c grey80
     40  region +ns -ew 180 0 85 ait; cgrid -ra-by-hour -c grey80
    2341
    2442  set R = r * 180/3.14
     
    2947    subset D1 = D if (f == $i)
    3048    if (R1[])
    31       cplot R1 D1 -sz 1.0 -pt 7 -c $filters:$i
     49      cplot R1 D1 -pt $pttype:$i -sz $ptsize:$i -c $filters:$i
    3250    end
    3351  end
Note: See TracChangeset for help on using the changeset viewer.