Changeset 19183
- Timestamp:
- Aug 24, 2008, 3:14:18 PM (18 years ago)
- Location:
- trunk/ippMonitor/def
- Files:
-
- 2 deleted
- 26 edited
-
camPendingExp.d (modified) (2 diffs)
-
camProcessedExp.d (modified) (2 diffs)
-
camProcessedExp_NoImages.d (modified) (2 diffs)
-
camProcessedExp_failure.d (modified) (2 diffs)
-
camProcessedImfile.d (modified) (2 diffs)
-
camStageExp.d (modified) (1 diff)
-
chipPendingExp.d (modified) (1 diff)
-
chipPendingImfile.d (modified) (1 diff)
-
chipProcessedExp.d (modified) (1 diff)
-
chipProcessedImfile.d (modified) (1 diff)
-
chipProcessedImfile_failure.d (modified) (1 diff)
-
chipStageExp.d (modified) (1 diff)
-
fakePendingExp.d (modified) (1 diff)
-
fakePendingImfile.d (modified) (1 diff)
-
fakeProcessedExp.d (modified) (1 diff)
-
fakeProcessedImfile.d (modified) (1 diff)
-
fakeProcessedImfile_failure.d (modified) (1 diff)
-
fakeStageExp.d (modified) (1 diff)
-
stackFailedSkyfile.d (modified) (1 diff)
-
stackInputSkyfile.d (modified) (3 diffs)
-
stackProcessedSkyfile.d (modified) (1 diff)
-
warpFailedSkyfiles.d (modified) (1 diff)
-
warpInputExp.d (deleted)
-
warpRun.d (deleted)
-
warpSkycellMap.d (modified) (1 diff)
-
warpStageExp.d (modified) (1 diff)
-
warpStageSkyfileInputs.d (modified) (1 diff)
-
warpStageSkyfiles.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/camPendingExp.d
r19084 r19183 4 4 MENU ipp.science.dat 5 5 6 WHERE camRun.state = ' run'6 WHERE camRun.state = 'new' 7 7 WHERE camRun.chip_id = chipRun.chip_id 8 8 WHERE chipRun.exp_id = rawExp.exp_id … … 21 21 FIELD camRun.cam_id, 5, %s, Cam ID 22 22 FIELD camRun.state, 5, %s, State 23 FIELD camRun.label, 5, %s, Label 23 24 FIELD rawExp.telescope, 10, %s, Telescope 24 25 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/camProcessedExp.d
r19084 r19183 5 5 6 6 # the following WHERE clauses are added to all queries joined by AND 7 WHERE camRun.state = ' stop'7 WHERE camRun.state = 'full' 8 8 WHERE camRun.chip_id = chipRun.chip_id 9 9 WHERE chipRun.exp_id = rawExp.exp_id … … 32 32 FIELD chipRun.chip_id, 5, %s, Chip ID, value, chipProcessedImfile.php, ARG2 33 33 FIELD camRun.cam_id, 5, %s, Cam ID, value, camProcessedExp.php, ARG3 34 FIELD camRun.label, 5, %s, Label 34 35 FIELD *, 8, %s, image, image=JPEG2, camProcessedImfile.php, ARG4 35 36 FIELD rawExp.telescope, 10, %s, Telescope -
trunk/ippMonitor/def/camProcessedExp_NoImages.d
r19084 r19183 5 5 6 6 # the following WHERE clauses are added to all queries joined by AND 7 WHERE camRun.state = ' stop'7 WHERE camRun.state = 'full' 8 8 WHERE camRun.chip_id = chipRun.chip_id 9 9 WHERE chipRun.exp_id = rawExp.exp_id … … 29 29 FIELD camRun.cam_id, 5, %s, Cam ID, value, camProcessedExp.php, ARG3 30 30 FIELD camRun.state, 5, %s, state, value, camProcessedImfile.php, ARG4 31 FIELD camRun.label, 5, %s, label 31 32 FIELD rawExp.telescope, 10, %s, Telescope 32 33 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/camProcessedExp_failure.d
r19084 r19183 5 5 6 6 # the following WHERE clauses are added to all queries joined by AND 7 WHERE camRun.state = ' stop'7 WHERE camRun.state = 'full' 8 8 WHERE camRun.chip_id = chipRun.chip_id 9 9 WHERE chipRun.exp_id = rawExp.exp_id … … 29 29 FIELD camRun.cam_id, 5, %d, Cam ID, value, camProcessedExp_failure.php, ARG3 30 30 FIELD camRun.state, 5, %s, state, value, camProcessedImfile.php, ARG4 31 FIELD camRun.label, 5, %s, label 31 32 FIELD rawExp.telescope, 10, %s, Telescope 32 33 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/camProcessedImfile.d
r19084 r19183 5 5 6 6 # the following WHERE clauses are added to all queries joined by AND 7 WHERE camRun.state = ' stop'7 WHERE camRun.state = 'full' 8 8 WHERE camRun.chip_id = chipRun.chip_id 9 9 WHERE chipRun.exp_id = rawExp.exp_id … … 24 24 FIELD chipRun.chip_id, 5, %s, Chip ID, value, chipProcessedImfile.php, ARG2 25 25 FIELD camRun.cam_id, 5, %s, Cam ID, value, camProcessedExp.php, ARG3 26 FIELD camRun.label, 5, %s, Label 26 27 FIELD rawExp.telescope, 10, %s, Telescope 27 28 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/camStageExp.d
r19084 r19183 20 20 FIELD camRun.cam_id, 5, %s, Cam ID, value, camProcessedExp.php, ARG3 21 21 FIELD camRun.state, 5, %s, state 22 FIELD camRun.label, 5, %s, label 22 23 FIELD rawExp.telescope, 10, %s, Telescope 23 24 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/chipPendingExp.d
r19084 r19183 19 19 FIELD chipRun.chip_id, 7, %d, Chip ID, value, chipProcessedImfile.php, ARG2 20 20 FIELD chipRun.state, 7, %s, State 21 FIELD chipRun.label, 7, %s, Label 21 22 FIELD rawExp.telescope, 10, %s, Telescope 22 23 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/chipPendingImfile.d
r19084 r19183 24 24 FIELD chipRun.chip_id, 7, %d, Chip ID, value, chipProcessedImfile.php, ARG2 25 25 FIELD chipRun.state, 7, %s, State 26 FIELD chipRun.label, 7, %s, Label 26 27 FIELD rawExp.telescope, 10, %s, Telescope 27 28 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/chipProcessedExp.d
r19084 r19183 19 19 FIELD chipRun.chip_id, 7, %d, Chip ID, value, chipProcessedImfile.php, ARG2 20 20 FIELD chipRun.state, 7, %s, State 21 FIELD chipRun.label, 7, %s, Label 21 22 FIELD rawExp.telescope, 10, %s, Telescope 22 23 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/chipProcessedImfile.d
r19084 r19183 29 29 FIELD chipRun.chip_id, 7, %d, Chip ID, value, chipProcessedImfile.php, ARG2 30 30 FIELD chipRun.state, 7, %s, State, value, chipProcessedImfile.php, ARG3 31 FIELD chipRun.label, 7, %s, Label 31 32 FIELD rawExp.telescope, 10, %s, Telescope 32 33 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/chipProcessedImfile_failure.d
r19084 r19183 29 29 FIELD chipRun.chip_id, 7, %d, Chip ID, value, chipProcessedImfile_failure.php, ARG2 30 30 FIELD chipRun.state, 7, %s, State, value, chipProcessedImfile_failure.php, ARG3 31 FIELD chipRun.label, 7, %s, Label 31 32 FIELD rawExp.telescope, 10, %s, Telescope 32 33 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/chipStageExp.d
r19084 r19183 17 17 FIELD chipRun.chip_id, 7, %d, Chip ID, value, chipProcessedImfile.php, ARG2 18 18 FIELD chipRun.state, 7, %s, State 19 FIELD chipRun.label, 7, %s, Label 19 20 FIELD rawExp.telescope, 10, %s, Telescope 20 21 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/fakePendingExp.d
r19084 r19183 25 25 FIELD fakeRun.fake_id, 7, %d, Fake ID, value, fakeProcessedImfile.php, ARG4 26 26 FIELD fakeRun.state, 7, %s, state 27 FIELD fakeRun.label, 7, %s, label 27 28 FIELD rawExp.telescope, 10, %s, Telescope 28 29 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/fakePendingImfile.d
r19084 r19183 25 25 FIELD camRun.cam_id, 5, %s, Cam ID, alue, camProcessedExp.php, ARG3 26 26 FIELD fakeRun.fake_id, 5, %s, Fake ID, value, fakeProcessedImfile.php, ARG4 27 FIELD chipRun.state, 7, %s, State 27 FIELD fakeRun.state, 7, %s, State 28 FIELD fakeRun.label, 7, %s, label 28 29 FIELD rawExp.telescope, 10, %s, Telescope 29 30 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/fakeProcessedExp.d
r19084 r19183 25 25 FIELD fakeRun.fake_id, 7, %d, Fake ID, value, fakeProcessedImfile.php, ARG4 26 26 FIELD fakeRun.state, 7, %s, state 27 FIELD fakeRun.label, 7, %s, label 27 28 FIELD rawExp.telescope, 10, %s, Telescope 28 29 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/fakeProcessedImfile.d
r19084 r19183 33 33 FIELD fakeRun.fake_id, 7, %d, Fake ID, value, fakeProcessedImfile.php, ARG4 34 34 FIELD fakeRun.state, 7, %s, State, value, fakeProcessedImfile.php, ARG5 35 FIELD fakeRun.label, 7, %s, Label 35 36 FIELD rawExp.telescope, 10, %s, Telescope 36 37 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/fakeProcessedImfile_failure.d
r19084 r19183 33 33 FIELD fakeRun.fake_id, 7, %d, Fake ID, value, fakeProcessedImfile_failure.php, ARG4 34 34 FIELD fakeRun.state, 7, %s, State, value, fakeProcessedImfile_failure.php, ARG5 35 FIELD fakeRun.label, 7, %s, Label 35 36 FIELD rawExp.telescope, 10, %s, Telescope 36 37 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/fakeStageExp.d
r19084 r19183 23 23 FIELD fakeRun.fake_id, 7, %d, Fake ID, value, fakeProcessedImfile.php, ARG4 24 24 FIELD fakeRun.state, 7, %s, state 25 FIELD fakeRun.label, 7, %s, label 25 26 FIELD rawExp.telescope, 10, %s, Telescope 26 27 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/stackFailedSkyfile.d
r19131 r19183 7 7 WHERE stackSumSkyfile.fault != 0 8 8 9 # field size format name show link to extras 9 ARGS ARG7 stackRun.stack_id=$stackRun.stack_id 10 ARGS ARG7 stackRun.skycell_id=$stackRun.skycell_id 11 # XXX need to fix this: there may not be a single camera per stack... 12 ARGS ARG7 camera=GPC1 13 ARGS ARG7 basename=$stackSumSkyfile.path_base 14 15 # field size format name show link to extras 10 16 FIELD stackRun.stack_id, 5, %s, Stack ID 11 17 FIELD stackRun.skycell_id, 5, %s, Skycell ID 12 FIELD stackRun.state, 7, %s, State 18 FIELD stackRun.state, 7, %s, State, value, stackFailedSkyfile.php, ARG7 13 19 FIELD stackSumSkyfile.bg, 5, %.2f, backgnd 14 20 FIELD stackSumSkyfile.bg_stdev, 5, %.2f, stdev 15 21 FIELD stackSumSkyfile.dtime_stack, 5, %.2f, dtime 16 22 23 FIELD stackSumSkyfile.path_base, 5, %s, path_base, none 24 25 TAIL PHP insert_log ('LOG.EXP'); -
trunk/ippMonitor/def/stackInputSkyfile.d
r19131 r19183 1 TABLE stackInputSkyfile, stackRun, warpRun, fakeRun, camRun, chipRun, rawExp1 TABLE stackInputSkyfile, stackRun, warpRun, warpSkyfile, fakeRun, camRun, chipRun, rawExp 2 2 TITLE Stack Input Exposures 3 3 FILE stackInputSkyfile.php … … 7 7 WHERE stackInputSkyfile.warp_id = warpRun.warp_id 8 8 WHERE warpRun.fake_id = fakeRun.fake_id 9 WHERE warpSkyfile.warp_id = warpRun.warp_id 10 WHERE warpSkyfile.skycell_id = stackRun.skycell_id 9 11 WHERE fakeRun.cam_id = camRun.cam_id 10 12 WHERE camRun.chip_id = chipRun.chip_id … … 39 41 FIELD rawExp.exp_time, 5, %.2f, exp_time 40 42 FIELD rawExp.airmass, 5, %.4f, airmass 43 FIELD warpSkyfile.good_frac, 7, %.4f, warp good f 41 44 FIELD rawExp.bg, 5, %.2f, backgnd 42 45 FIELD rawExp.bg_stdev, 5, %.2f, stdev -
trunk/ippMonitor/def/stackProcessedSkyfile.d
r19131 r19183 8 8 WHERE stackSumSkyfile.fault = 0 9 9 10 # field size format name show link to extras 10 ARGS ARG7 stackRun.stack_id=$stackRun.stack_id 11 ARGS ARG7 stackRun.skycell_id=$stackRun.skycell_id 12 # XXX need to fix this: there may not be a single camera per stack... 13 ARGS ARG7 camera=GPC1 14 ARGS ARG7 basename=$stackSumSkyfile.path_base 15 16 # field size format name show link to extras 11 17 FIELD stackRun.stack_id, 5, %s, Stack ID 12 18 FIELD stackRun.skycell_id, 5, %s, Skycell ID 13 FIELD stackRun.state, 7, %s, State 19 FIELD stackRun.state, 7, %s, State, value, stackProcessedSkyfile.php, ARG7 14 20 FIELD stackSumSkyfile.bg, 5, %.2f, backgnd 15 21 FIELD stackSumSkyfile.bg_stdev, 5, %.2f, stdev 16 22 FIELD stackSumSkyfile.dtime_stack, 5, %.2f, dtime 17 23 24 FIELD stackSumSkyfile.path_base, 5, %s, path_base, none 25 26 TAIL PHP insert_log ('LOG.EXP'); -
trunk/ippMonitor/def/warpFailedSkyfiles.d
r19097 r19183 35 35 FIELD warpSkyfile.skycell_id, 10, %s, skycell, value, warpFailedSkyfiles.php, ARG6 36 36 FIELD warpRun.state, 7, %s, state, value, warpFailedSkyfiles.php, ARG7 37 FIELD warpRun.label, 7, %s, label 37 38 FIELD warpSkyfile.tess_id, 10, %s, tess 38 39 FIELD warpSkyfile.good_frac, 5, %s, good_frac -
trunk/ippMonitor/def/warpSkycellMap.d
r19084 r19183 19 19 FIELD warpSkyCellMap.warp_id, 5, %s, Warp ID 20 20 FIELD warpRun.state, 5, %s, State 21 FIELD warpRun.label, 5, %s, Label 21 22 FIELD warpSkyCellMap.skycell_id, 5, %s, Skycell ID 22 23 FIELD warpSkyCellMap.tess_id, 5, %s, Tessellation ID -
trunk/ippMonitor/def/warpStageExp.d
r19084 r19183 26 26 FIELD warpRun.warp_id, 7, %d, Warp ID, value, warpStageExp.php, ARG5 27 27 FIELD warpRun.state, 7, %s, state 28 FIELD warpRun.label, 7, %s, label 28 29 FIELD rawExp.telescope, 10, %s, Telescope 29 30 FIELD rawExp.camera, 10, %s, Camera -
trunk/ippMonitor/def/warpStageSkyfileInputs.d
r19137 r19183 36 36 FIELD warpRun.warp_id, 7, %d, Warp ID, value, warpStageExp.php, ARG5 37 37 FIELD warpRun.state, 7, %s, state 38 FIELD warpRun.label, 7, %s, label 38 39 FIELD warpSkyCellMap.skycell_id, 10, %s, skycell 39 40 FIELD warpSkyCellMap.tess_id, 10, %s, tess -
trunk/ippMonitor/def/warpStageSkyfiles.d
r19084 r19183 29 29 FIELD warpSkyCellMap.skycell_id, 10, %s, skycell, value, warpProcessedSkyfiles.php, ARG6 30 30 FIELD warpRun.state, 7, %s, state 31 FIELD warpRun.label, 7, %s, label 31 32 FIELD warpSkyCellMap.tess_id, 10, %s, tess 32 33 FIELD warpSkyCellMap.fault, 10, %s, fault
Note:
See TracChangeset
for help on using the changeset viewer.
