Changeset 37403 for branches/eam_branches/ps2-tc3-20130727/ippMonitor
- Timestamp:
- Sep 19, 2014, 4:05:27 PM (12 years ago)
- Location:
- branches/eam_branches/ps2-tc3-20130727
- Files:
-
- 20 edited
-
. (modified) (1 prop)
-
ippMonitor/czartool/czartool/Plotter.pm (modified) (2 diffs, 1 prop)
-
ippMonitor/czartool/czartool/czarconfig.xml (modified) (2 diffs)
-
ippMonitor/def/camIQstats.d (modified) (1 diff)
-
ippMonitor/def/camProcessedExp.d (modified) (1 diff)
-
ippMonitor/def/camProcessedExp_Images.d (modified) (2 diffs)
-
ippMonitor/def/camProcessedExp_NoImages.d (modified) (1 diff)
-
ippMonitor/def/camProcessedImfile.d (modified) (1 diff)
-
ippMonitor/def/camStageExp.d (modified) (1 diff)
-
ippMonitor/def/chipIQstats.d (modified) (1 diff)
-
ippMonitor/def/chipProcessedExp.d (modified) (1 diff)
-
ippMonitor/def/chipProcessedImfile.d (modified) (1 diff)
-
ippMonitor/def/chipStageExp.d (modified) (1 diff)
-
ippMonitor/def/diffInputSkyfile.d (modified) (1 diff)
-
ippMonitor/def/diffProcessedSkyfile.d (modified) (1 diff)
-
ippMonitor/def/diffProcessedSkyfile_Images.d (modified) (1 diff)
-
ippMonitor/def/diffRun.d (modified) (1 diff)
-
ippMonitor/def/rawBurntoolState.d (modified) (1 diff)
-
ippMonitor/def/warpProcessedSkyfiles.d (modified) (1 diff)
-
ippMonitor/def/warpProcessedSkyfiles_Images.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ps2-tc3-20130727
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/ippMonitor/czartool/czartool/Plotter.pm
- Property svn:mergeinfo set to (toggle deleted branches)
r35742 r37403 671 671 "set ylabel \"Space (TB)\";" . 672 672 "set xtic rotate by -90 scale 0;" . 673 "set yrange [:100];" . 673 674 "plot '".$tmpFile->filename."' " . 674 675 "using 2:xtic(1) t \"Used\" lt 7," . … … 715 716 "set style data histograms;" . 716 717 "set ylabel \"Space (TB)\";" . 718 "set yrange [:100];" . 717 719 "set xtic rotate by -90 scale 0;" . 718 720 "plot '".$tmpFile->filename."' " . -
branches/eam_branches/ps2-tc3-20130727/ippMonitor/czartool/czartool/czarconfig.xml
r35742 r37403 27 27 <gpc1database> 28 28 <name>gpc1</name> 29 <host>scidb m</host>29 <host>scidbs1</host> 30 30 <user>ippuser</user> 31 31 <password>ippuser</password> … … 47 47 <serverinterval>20 MINUTE</serverinterval> 48 48 <!-- whitespace-separated server list for servers we want roboczar to check --> 49 <interestedservers>stdscience distribution summitcopy registration stack p ublishing pstamp </interestedservers>49 <interestedservers>stdscience distribution summitcopy registration stack pstamp </interestedservers> 50 50 <!-- <interestedservers>pstamp</interestedservers> --> 51 51 </roboczar> -
branches/eam_branches/ps2-tc3-20130727/ippMonitor/def/camIQstats.d
r27892 r37403 10 10 WHERE camProcessedExp.cam_id = camRun.cam_id 11 11 WHERE camProcessedExp.fault = 0 12 13 RESTRICT_COUNT AND dateobs >= CURDATE() 14 UNRESTRICTED AND dateobs >= CURDATE() 12 15 13 16 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id -
branches/eam_branches/ps2-tc3-20130727/ippMonitor/def/camProcessedExp.d
r27892 r37403 10 10 WHERE camProcessedExp.cam_id = camRun.cam_id 11 11 WHERE camProcessedExp.fault = 0 12 13 RESTRICT_COUNT AND dateobs >= CURDATE() 14 UNRESTRICTED AND dateobs >= CURDATE() 12 15 13 16 # define the arguments supplied to the links below (if any) -
branches/eam_branches/ps2-tc3-20130727/ippMonitor/def/camProcessedExp_Images.d
r34011 r37403 3 3 FILE camProcessedExp_Images.php 4 4 MENU ipp.science.dat 5 6 UNRESTRICTED AND 0>17 5 8 6 # the following WHERE clauses are added to all queries joined by AND … … 12 10 WHERE camProcessedExp.cam_id = camRun.cam_id 13 11 WHERE camProcessedExp.fault = 0 12 13 RESTRICT_COUNT AND dateobs >= CURDATE() 14 UNRESTRICTED AND dateobs >= CURDATE() 15 14 16 # define image names to be used below 15 17 # IMAGE VAR basename filerule camera class_id -
branches/eam_branches/ps2-tc3-20130727/ippMonitor/def/camProcessedExp_NoImages.d
r27892 r37403 10 10 WHERE camProcessedExp.cam_id = camRun.cam_id 11 11 WHERE camProcessedExp.fault = 0 12 13 RESTRICT_COUNT AND dateobs >= CURDATE() 14 UNRESTRICTED AND dateobs >= CURDATE() 12 15 13 16 # define the arguments supplied to the links below (if any) -
branches/eam_branches/ps2-tc3-20130727/ippMonitor/def/camProcessedImfile.d
r27892 r37403 10 10 WHERE camProcessedExp.cam_id = camRun.cam_id 11 11 WHERE chipProcessedImfile.chip_id = camRun.chip_id 12 13 RESTRICT_COUNT AND dateobs >= CURDATE() 14 UNRESTRICTED AND dateobs >= CURDATE() 12 15 13 16 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id -
branches/eam_branches/ps2-tc3-20130727/ippMonitor/def/camStageExp.d
r27892 r37403 6 6 WHERE camRun.chip_id = chipRun.chip_id 7 7 WHERE chipRun.exp_id = rawExp.exp_id 8 9 RESTRICT_COUNT AND dateobs >= CURDATE() 10 UNRESTRICTED AND dateobs >= CURDATE() 8 11 9 12 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id -
branches/eam_branches/ps2-tc3-20130727/ippMonitor/def/chipIQstats.d
r27892 r37403 8 8 WHERE chipRun.exp_id = rawExp.exp_id 9 9 WHERE chipRun.chip_id = chipProcessedImfile.chip_id 10 11 RESTRICT_COUNT AND dateobs >= CURDATE() 12 UNRESTRICTED AND dateobs >= CURDATE() 10 13 11 14 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id -
branches/eam_branches/ps2-tc3-20130727/ippMonitor/def/chipProcessedExp.d
r27892 r37403 7 7 WHERE chipRun.state != 'new' 8 8 WHERE chipRun.exp_id = rawExp.exp_id 9 10 RESTRICT_COUNT AND dateobs >= CURDATE() 11 UNRESTRICTED AND dateobs >= CURDATE() 9 12 10 13 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id -
branches/eam_branches/ps2-tc3-20130727/ippMonitor/def/chipProcessedImfile.d
r32539 r37403 9 9 WHERE chipProcessedImfile.chip_id = chipRun.chip_id 10 10 WHERE chipProcessedImfile.fault = 0 11 12 RESTRICT_COUNT AND dateobs >= CURDATE() 13 UNRESTRICTED AND dateobs >= CURDATE() 11 14 12 15 #UNRESTRICTED WHERE 0=1 -
branches/eam_branches/ps2-tc3-20130727/ippMonitor/def/chipStageExp.d
r27892 r37403 5 5 6 6 WHERE chipRun.exp_id = rawExp.exp_id 7 8 RESTRICT_COUNT AND dateobs >= CURDATE() 9 UNRESTRICTED AND dateobs >= CURDATE() 7 10 8 11 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id -
branches/eam_branches/ps2-tc3-20130727/ippMonitor/def/diffInputSkyfile.d
r27892 r37403 5 5 6 6 WHERE diffInputSkyfile.diff_id = diffRun.diff_id 7 8 RESTRICT_COUNT AND 0 = 1 9 UNRESTRICTED AND 0 = 1 7 10 8 11 # field size format name show link to extras -
branches/eam_branches/ps2-tc3-20130727/ippMonitor/def/diffProcessedSkyfile.d
r27892 r37403 7 7 # WHERE diffRun.state = 'full' 8 8 # WHERE diffSkyfile.fault = 0 9 10 RESTRICT_COUNT AND 0 = 1 11 UNRESTRICTED AND 0 = 1 9 12 10 13 ARGS ARG7 diffSkyfile.diff_id=$diffSkyfile.diff_id -
branches/eam_branches/ps2-tc3-20130727/ippMonitor/def/diffProcessedSkyfile_Images.d
r35660 r37403 3 3 FILE diffProcessedSkyfile_Images.php 4 4 MENU ipp.stack.dat 5 6 #RESTRICT_COUNT AND dateobs >= CURDATE() 7 #UNRESTRICTED AND dateobs >= CURDATE() 5 8 6 9 UNRESTRICTED AND 0>1 -
branches/eam_branches/ps2-tc3-20130727/ippMonitor/def/diffRun.d
r27892 r37403 3 3 FILE diffRun.php 4 4 MENU ipp.stack.dat 5 6 #RESTRICT_COUNT WHERE dateobs >= CURDATE() 7 #UNRESTRICTED WHERE dateobs >= CURDATE() 5 8 6 9 # field size format name show link to extras -
branches/eam_branches/ps2-tc3-20130727/ippMonitor/def/rawBurntoolState.d
r34014 r37403 5 5 6 6 # if no query restrictions are supplied, we want to limit the query or it is extremely long running: 7 RESTRICT_COUNT WHERE 0>1 8 UNRESTRICTED WHERE exp_id = 0 7 RESTRICT_COUNT WHERE dateobs >= CURDATE() 8 # UNRESTRICTED WHERE exp_id = 0 9 UNRESTRICTED WHERE dateobs >= CURDATE() 9 10 10 11 # field size format name show link to extras -
branches/eam_branches/ps2-tc3-20130727/ippMonitor/def/warpProcessedSkyfiles.d
r32368 r37403 4 4 MENU ipp.science.dat 5 5 6 UNRESTRICTED WHERE 0=1 6 RESTRICT_COUNT WHERE dateobs >= CURDATE() 7 UNRESTRICTED WHERE dateobs >= CURDATE() 7 8 8 9 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id -
branches/eam_branches/ps2-tc3-20130727/ippMonitor/def/warpProcessedSkyfiles_Images.d
r33847 r37403 4 4 MENU ipp.science.dat 5 5 6 UNRESTRICTED WHERE 0=1 6 RESTRICT_COUNT WHERE dateobs >= CURDATE() 7 UNRESTRICTED WHERE dateobs >= CURDATE() 8 9 # UNRESTRICTED WHERE 0=1 7 10 8 11 # WHERE warpSkyfile.warp_id = warpRun.warp_id
Note:
See TracChangeset
for help on using the changeset viewer.
