Changeset 15970 for trunk/ippMonitor/def/warpSkycellMap.d
- Timestamp:
- Jan 1, 2008, 9:00:35 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/def/warpSkycellMap.d (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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
Note:
See TracChangeset
for help on using the changeset viewer.
