Changeset 36788
- Timestamp:
- May 28, 2014, 10:20:59 AM (12 years ago)
- Location:
- trunk/ippMonitor/def
- Files:
-
- 17 edited
-
camIQstats.d (modified) (1 diff)
-
camProcessedExp.d (modified) (1 diff)
-
camProcessedExp_Images.d (modified) (2 diffs)
-
camProcessedExp_NoImages.d (modified) (1 diff)
-
camProcessedImfile.d (modified) (1 diff)
-
camStageExp.d (modified) (1 diff)
-
chipIQstats.d (modified) (1 diff)
-
chipProcessedExp.d (modified) (1 diff)
-
chipProcessedImfile.d (modified) (1 diff)
-
chipStageExp.d (modified) (1 diff)
-
diffInputSkyfile.d (modified) (1 diff)
-
diffProcessedSkyfile.d (modified) (1 diff)
-
diffProcessedSkyfile_Images.d (modified) (1 diff)
-
diffRun.d (modified) (1 diff)
-
rawBurntoolState.d (modified) (1 diff)
-
warpProcessedSkyfiles.d (modified) (1 diff)
-
warpProcessedSkyfiles_Images.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/camIQstats.d
r27892 r36788 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 -
trunk/ippMonitor/def/camProcessedExp.d
r27892 r36788 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) -
trunk/ippMonitor/def/camProcessedExp_Images.d
r34011 r36788 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 -
trunk/ippMonitor/def/camProcessedExp_NoImages.d
r27892 r36788 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) -
trunk/ippMonitor/def/camProcessedImfile.d
r27892 r36788 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 -
trunk/ippMonitor/def/camStageExp.d
r27892 r36788 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 -
trunk/ippMonitor/def/chipIQstats.d
r27892 r36788 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 -
trunk/ippMonitor/def/chipProcessedExp.d
r27892 r36788 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 -
trunk/ippMonitor/def/chipProcessedImfile.d
r32539 r36788 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 -
trunk/ippMonitor/def/chipStageExp.d
r27892 r36788 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 -
trunk/ippMonitor/def/diffInputSkyfile.d
r27892 r36788 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 -
trunk/ippMonitor/def/diffProcessedSkyfile.d
r27892 r36788 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 -
trunk/ippMonitor/def/diffProcessedSkyfile_Images.d
r35660 r36788 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 -
trunk/ippMonitor/def/diffRun.d
r27892 r36788 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 -
trunk/ippMonitor/def/rawBurntoolState.d
r34014 r36788 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 -
trunk/ippMonitor/def/warpProcessedSkyfiles.d
r32368 r36788 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 -
trunk/ippMonitor/def/warpProcessedSkyfiles_Images.d
r33847 r36788 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.
