IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31745


Ignore:
Timestamp:
Jun 28, 2011, 4:53:43 PM (15 years ago)
Author:
Serge CHASTEL
Message:

Updating with CZW req

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_id
     1TABLE 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
    22TITLE LAP Exposures
    33FILE  lapExposures.php
     
    55
    66ARGS  ARG1      rawImfile.exp_id=$lapExp.exp_id
    7 ARGS  ARG2      chipRun.chip_id=$lapExp.chip_id
    8 ARGS  ARG3      chipRun.chip_id=$lapExp.pair_id
     7ARGS  ARG2      chipRun1.chip_id=$lapExp.chip_id
     8ARGS  ARG3      chipRun2.chip_id=$lapExp.pair_id
    99
    1010#     field                   size  format  name         show    link to                  extras
     
    1414FIELD lapExp.exp_id,          6, %d,     Exp ID,        value, rawImfile.php, ARG1
    1515FIELD lapExp.chip_id,         6, %d,     Chip ID,       value, chipStageExp.php, ARG2
    16 FIELD chipRun.state,          6, %s,     State (chip_id)
     16FIELD chipRun1.state,          6, %s,    State (chip_id)
    1717FIELD lapExp.pair_id,         6, %d,     Pair ID,       value, chipStageExp.php, ARG3
    18 FIELD pairRun.state,          6, %s,     State (pair_id)
     18FIELD chipRun2.state,          6, %s,     State (pair_id)
    1919FIELD lapRun.tess_id,         8, %s,     tess_id
    2020FIELD lapRun.projection_cell, 10, %s,    ProjCell
Note: See TracChangeset for help on using the changeset viewer.