Changeset 19137
- Timestamp:
- Aug 20, 2008, 11:46:58 AM (18 years ago)
- Location:
- trunk/ippMonitor/def
- Files:
-
- 2 edited
-
warpProcessedSkyfiles.d (modified) (3 diffs)
-
warpStageSkyfileInputs.d (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/def/warpProcessedSkyfiles.d
r19097 r19137 18 18 ARGS ARG6 warpSkyfile.skycell_id=$warpSkyfile.skycell_id 19 19 20 ARGS ARG8 warpRun.warp_id=$warpRun.warp_id 21 ARGS ARG8 warpSkyCellMap.skycell_id=$warpSkyfile.skycell_id 22 20 23 ARGS ARG7 warpRun.warp_id=$warpRun.warp_id 21 24 ARGS ARG7 warpSkyfile.skycell_id=$warpSkyfile.skycell_id … … 27 30 28 31 # field size format name show link to extras 29 FIELD rawExp.exp_name, 5, %s, Exp Name 32 FIELD rawExp.exp_name, 5, %s, Exp Name, value, warpStageSkyfileInputs.php, ARG8 30 33 FIELD rawExp.exp_id, 5, %d, Exp ID, value, rawImfile.php, ARG1 31 34 FIELD chipRun.chip_id, 7, %d, Chip ID, value, chipProcessedImfile.php, ARG2 … … 35 38 FIELD warpSkyfile.skycell_id, 10, %s, skycell, value, warpProcessedSkyfiles.php, ARG6 36 39 FIELD warpRun.state, 7, %s, state, value, warpProcessedSkyfiles.php, ARG7 40 FIELD warpRun.label, 7, %s, label, value 37 41 FIELD warpSkyfile.tess_id, 10, %s, tess 38 42 FIELD warpSkyfile.good_frac, 5, %s, good_frac -
trunk/ippMonitor/def/warpStageSkyfileInputs.d
r19084 r19137 1 TABLE warpSkyCellMap, warpRun, fakeRun, camRun, chipRun, rawExp 1 TABLE warpSkyCellMap, warpRun, fakeRun, camRun, chipRun, rawExp, chipProcessedImfile 2 2 TITLE Warp Stage Skyfile Inputs 3 3 FILE warpStageSkyfileInputs.php … … 9 9 WHERE camRun.chip_id = chipRun.chip_id 10 10 WHERE chipRun.exp_id = rawExp.exp_id 11 WHERE chipProcessedImfile.chip_id = chipRun.chip_id 12 WHERE chipProcessedImfile.class_id = warpSkyCellMap.class_id 11 13 12 14 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id … … 16 18 ARGS ARG5 warpRun.warp_id=$warpRun.warp_id 17 19 20 ARGS ARG6 chipRun.chip_id=$chipRun.chip_id 21 ARGS ARG6 chipProcessedImfile.class_id=$warpSkyCellMap.class_id 22 ARGS ARG6 camera=$rawExp.camera 23 ARGS ARG6 basename=$chipProcessedImfile.path_base 24 ARGS ARG6 class=$warpSkyCellMap.class_id 25 18 26 OP OP1 $rawExp.ra * 57.295783 19 27 OP OP2 $rawExp.decl * 57.295783 … … 21 29 # field size format name show link to extras 22 30 FIELD rawExp.exp_name, 10, %s, Exp Name 23 FIELD warpSkyCellMap.class_id, 8, %s, Class ID 31 FIELD warpSkyCellMap.class_id, 8, %s, Class ID, value, chipProcessedImfile.php, ARG6 24 32 FIELD rawExp.exp_id, 5, %d, Exp ID, value, rawImfile.php, ARG1 25 33 FIELD chipRun.chip_id, 7, %d, Chip ID, value, chipProcessedImfile.php, ARG2 … … 44 52 FIELD rawExp.comment, 65, %s, Comment 45 53 54 FIELD chipProcessedImfile.path_base, 65, %s, path_base, none 55 46 56 # FIELD rawExp.bg_mean_stdev, 5, %7.2f, <backgnd> 47 57 # FIELD chipPendingExp.reduction, 20, reduction
Note:
See TracChangeset
for help on using the changeset viewer.
