Changeset 15970
- Timestamp:
- Jan 1, 2008, 9:00:35 AM (18 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 8 edited
-
Makefile.in (modified) (1 diff)
-
def/stackInputSkyfile.d (modified) (1 diff)
-
def/stackRun.d (modified) (1 diff)
-
def/stackSumSkyfile.d (modified) (1 diff)
-
def/warpInputExp.d (modified) (2 diffs)
-
def/warpRun.d (modified) (1 diff)
-
def/warpSkycellMap.d (modified) (1 diff)
-
def/warpSkyfile.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/Makefile.in
r15784 r15970 65 65 $(DESTWWW)/camPendingExp.php \ 66 66 $(DESTWWW)/camProcessedExp.php \ 67 $(DESTWWW)/camProcessedImfile.php \ 67 68 $(DESTWWW)/pzPendingExp.php \ 68 69 $(DESTWWW)/pzPendingImfile.php \ -
trunk/ippMonitor/def/stackInputSkyfile.d
r15954 r15970 4 4 MENU ipp.stack.dat 5 5 6 # field format name show link to extras7 FIELD stack_id, %s, 20,stack ID8 FIELD warp_id, %s, 20,warp ID6 # field size format name show link to extras 7 FIELD stack_id, 5, %s, stack ID 8 FIELD warp_id, 5, %s, warp ID -
trunk/ippMonitor/def/stackRun.d
r15954 r15970 4 4 MENU ipp.stack.dat 5 5 6 # field format name show link to extras7 FIELD stack_id, %s, 20,stack ID8 FIELD skycell_id, %s, 20,skycell ID9 FIELD tess_id, %s, 20,tessellation ID10 FIELD state, %s, 20,state11 FIELD workdir, %s, 20,workdir12 FIELD dvodb, %s, 20,DVO database13 FIELD registered, %s, 20,time registered6 # field size format name show link to extras 7 FIELD stack_id, 5, %s, stack ID 8 FIELD skycell_id, 5, %s, skycell ID 9 FIELD tess_id, 5, %s, tessellation ID 10 FIELD state, 5, %s, state 11 FIELD workdir, 10, %s, workdir 12 FIELD dvodb, 10, %s, DVO database 13 FIELD registered, 5, %s, time registered -
trunk/ippMonitor/def/stackSumSkyfile.d
r15954 r15970 4 4 MENU ipp.stack.dat 5 5 6 # field format name show link to extras7 FIELD stack_id, %s, 20,stack ID8 FIELD URI, %s, 20,URI9 FIELD bg, %s, 20,background10 FIELD bg_stdev, %s, 20,standard deviation6 # field size format name show link to extras 7 FIELD stack_id, 5, %s, stack ID 8 FIELD URI, 5, %s, URI 9 FIELD bg, 5, %s, background 10 FIELD bg_stdev, 5, %s, standard deviation -
trunk/ippMonitor/def/warpInputExp.d
r15954 r15970 1 TABLE warpInputExp, camProcessedExp, chip ProcessedExp1 TABLE warpInputExp, camProcessedExp, chipRun, rawExp 2 2 TITLE warpInputExp 3 3 FILE warpInputExp.php … … 5 5 6 6 WHERE warpInputExp.cam_id = camProcessedExp.cam_id 7 WHERE camProcessedExp.chip_id = chipProcessedExp.chip_id 7 WHERE camProcessedExp.chip_id = chipRun.chip_id 8 WHERE chipRun.exp_id = rawExp.exp_id 8 9 9 # field size format name show link to extras10 FIELD warpInputExp.warp_id, 5, %s, warp ID11 FIELD chip ProcessedExp.exp_id,5, %s, Exp ID12 FIELD chip ProcessedExp.exp_name, 5, %s, Exp Name13 FIELD c hipProcessedExp.chip_id, 5, %s, chipID14 FIELD camProcessedExp.cam_id, 5, %s, camID15 FIELD magiced,5, %s, magic?10 # field size format name show link to extras 11 FIELD rawExp.exp_tag, 5, %s, Exp Tag 12 FIELD chipRun.exp_id, 5, %s, Exp ID 13 FIELD chipRun.chip_id, 5, %s, Chip ID 14 FIELD camProcessedExp.cam_id, 5, %s, Cam ID 15 FIELD warpInputExp.warp_id, 5, %s, Warp ID 16 FIELD warpInputExp.magiced, 5, %s, magic? -
trunk/ippMonitor/def/warpRun.d
r15954 r15970 4 4 MENU ipp.warp.dat 5 5 6 # field format name show link to extras7 FIELD warp_id, %s, 20,warp ID8 FIELD mode, %s, 20,mode9 FIELD state, %s, 20,state10 FIELD workdir, %s, 20,workdir11 FIELD dvodb, %s, 20,DVO database12 FIELD registered, %s, 20,time registered6 # field size format name show link to extras 7 FIELD warp_id, 8, %s, warp ID 8 FIELD mode, 5, %s, mode 9 FIELD state, 5, %s, state 10 FIELD workdir, 8, %s, workdir 11 FIELD dvodb, 8, %s, DVO database 12 FIELD registered, 8, %s, time registered -
trunk/ippMonitor/def/warpSkycellMap.d
r15954 r15970 1 TABLE warpSkyCellMap, camProcessedExp, chipProcessedExp, rawExp1 TABLE warpSkyCellMap, warpRun, camProcessedExp, chipRun, rawExp 2 2 TITLE warpSkyCellMap 3 FILE warpSky CellMap.php3 FILE warpSkycellMap.php 4 4 MENU ipp.warp.dat 5 5 6 WHERE warpSkyCellMap.cam_id = camProcessedExp.cam_id 7 WHERE camProcessedExp.chip_id = chipProcessedExp.chip_id 8 WHERE chipProcessedExp.exp_id = rawExp.exp_id 6 WHERE warpSkyCellMap.warp_id = warpRun.warp_id 7 WHERE warpSkyCellMap.cam_id = camProcessedExp.cam_id 8 WHERE camProcessedExp.chip_id = chipRun.chip_id 9 WHERE chipRun.exp_id = rawExp.exp_id 9 10 10 11 # field size format name show link to extras 11 FIELD warpSkyCellMap.warp_id, 5, %s, Warp ID 12 FIELD warpSkyCellMap.skycell_id, 5, %s, Skycell ID 13 FIELD warpSkyCellMap.tess_id, 5, %s, Tessellation ID 14 FIELD chipProcessedExp.exp_id, 5, %s, Exp ID 15 FIELD rawExp.exp_name, 5, %s, Exp Name 16 FIELD warpSkyCellMap.class_id, 5, %s, Class ID 12 FIELD rawExp.exp_tag, 5, %s, Exp Tag 13 FIELD chipRun.exp_id, 5, %s, Exp ID 14 FIELD chipRun.chip_id, 5, %s, Chip ID 15 FIELD camProcessedExp.cam_id, 5, %s, Cam ID 16 FIELD warpSkyCellMap.warp_id, 5, %s, Warp ID 17 FIELD warpRun.state, 5, %s, State 18 FIELD warpSkyCellMap.skycell_id, 5, %s, Skycell ID 19 FIELD warpSkyCellMap.tess_id, 5, %s, Tessellation ID 20 FIELD warpSkyCellMap.class_id, 5, %s, Class ID -
trunk/ippMonitor/def/warpSkyfile.d
r15954 r15970 5 5 6 6 # field size format name show link to extras 7 FIELD warp_id, 20, %s, warp ID8 FIELD skycell_id, 20, %s, skycell ID9 FIELD tess_id, 20, %s, tessellation ID10 FIELD uri, 20, %s, URI11 FIELD bg, 20, %s, background12 FIELD bg_stdev, 20, %s, standard deviation7 FIELD warp_id, 5, %s, warp ID 8 FIELD skycell_id, 5, %s, skycell ID 9 FIELD tess_id, 5, %s, tessellation ID 10 FIELD uri, 10, %s, URI 11 FIELD bg, 8, %s, background 12 FIELD bg_stdev, 8, %s, standard deviation
Note:
See TracChangeset
for help on using the changeset viewer.
