Changeset 31745
- Timestamp:
- Jun 28, 2011, 4:53:43 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/sc_branches/ippMonitorLap/def/lapExposures.d
r31744 r31745 1 TABLE lapRun JOIN lapExp USING(lap_id) JOIN rawExp USING(exp_id,filter) JOIN chipRun USING(chip_id) JOIN chipRun AS pairRun ON pairRun.chip_id=lapExp.pair_id JOIN camRun ON camRun.chip_id=chipRun.chip_id1 TABLE lapRun JOIN lapExp USING(lap_id) JOIN rawExp USING(exp_id,filter) JOIN chipRun AS chipRun1 USING(chip_id) JOIN camRun AS camRun1 ON camRun1.chip_id=chipRun1.chip_id JOIN chipRun AS chipRun2 ON chipRun2.chip_id=lapExp.pair_id 2 2 TITLE LAP Exposures 3 3 FILE lapExposures.php … … 5 5 6 6 ARGS ARG1 rawImfile.exp_id=$lapExp.exp_id 7 ARGS ARG2 chipRun .chip_id=$lapExp.chip_id8 ARGS ARG3 chipRun .chip_id=$lapExp.pair_id7 ARGS ARG2 chipRun1.chip_id=$lapExp.chip_id 8 ARGS ARG3 chipRun2.chip_id=$lapExp.pair_id 9 9 10 10 # field size format name show link to extras … … 14 14 FIELD lapExp.exp_id, 6, %d, Exp ID, value, rawImfile.php, ARG1 15 15 FIELD lapExp.chip_id, 6, %d, Chip ID, value, chipStageExp.php, ARG2 16 FIELD chipRun .state, 6, %s,State (chip_id)16 FIELD chipRun1.state, 6, %s, State (chip_id) 17 17 FIELD lapExp.pair_id, 6, %d, Pair ID, value, chipStageExp.php, ARG3 18 FIELD pairRun.state, 6, %s, State (pair_id)18 FIELD chipRun2.state, 6, %s, State (pair_id) 19 19 FIELD lapRun.tess_id, 8, %s, tess_id 20 20 FIELD lapRun.projection_cell, 10, %s, ProjCell
Note:
See TracChangeset
for help on using the changeset viewer.
