Changeset 27674
- Timestamp:
- Apr 13, 2010, 4:49:33 PM (16 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 1 added
- 5 edited
-
Makefile.in (modified) (1 diff)
-
def/camProcessedExp_failure.d (modified) (1 diff)
-
def/rawExp.d (modified) (1 diff)
-
def/rawExpStats.d (added)
-
raw/ipp.load.dat (modified) (1 diff)
-
scripts/skyplot.dvo (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/Makefile.in
r27194 r27674 114 114 $(DESTWWW)/rawScienceExp.php \ 115 115 $(DESTWWW)/rawExp.php \ 116 $(DESTWWW)/rawExpStats.php \ 116 117 $(DESTWWW)/summitExp.php \ 117 118 $(DESTWWW)/summitImfile.php \ -
trunk/ippMonitor/def/camProcessedExp_failure.d
r27203 r27674 5 5 6 6 # the following WHERE clauses are added to all queries joined by AND 7 WHERE camRun.state = 'full'8 7 WHERE camRun.chip_id = chipRun.chip_id 9 8 WHERE chipRun.exp_id = rawExp.exp_id -
trunk/ippMonitor/def/rawExp.d
r24867 r27674 22 22 FIELD airmass, 5, %.4f, airmass 23 23 FIELD 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 24 FIELD state, 10, %s, State 33 25 FIELD comment, 65, %s, Comment -
trunk/ippMonitor/raw/ipp.load.dat
r26947 r27674 6 6 menulink | menuselect | link | Raw Science Exp | rawScienceExp.php 7 7 menulink | menuselect | link | Raw Unknown Exp | rawUnknownExp.php 8 menulink | menuselect | link | Raw Exp Stats | rawExpStats.php 8 9 menutop | menutop | plain | | 9 10 menulink | menuselect | link | Summit Exp | summitExp.php -
trunk/ippMonitor/scripts/skyplot.dvo
r27113 r27674 8 8 black 9 9 gold 10 end 11 12 list pttype 13 7 14 0 15 1 16 2 17 7 18 3 19 end 20 21 list ptsize 22 1.1 23 0.5 24 0.8 25 1.3 26 0.9 27 1.3 10 28 end 11 29 … … 20 38 21 39 resize 1000 500 22 region +ns -ew 0 0 85 ait; cgrid -ra-by-hour -c grey8040 region +ns -ew 180 0 85 ait; cgrid -ra-by-hour -c grey80 23 41 24 42 set R = r * 180/3.14 … … 29 47 subset D1 = D if (f == $i) 30 48 if (R1[]) 31 cplot R1 D1 - sz 1.0 -pt 7-c $filters:$i49 cplot R1 D1 -pt $pttype:$i -sz $ptsize:$i -c $filters:$i 32 50 end 33 51 end
Note:
See TracChangeset
for help on using the changeset viewer.
