IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 31736


Ignore:
Timestamp:
Jun 28, 2011, 4:30:29 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

    r31735 r31736  
    1 TABLE lapRun JOIN lapExp USING(lap_id) JOIN rawExp USING(exp_id,filter)
     1TABLE lapRun JOIN lapExp USING(lap_id) JOIN rawExp USING(exp_id,filter) JOIN chipRun USING(lapExp.chip_id) JOIN chipRun AS pairRun USING(lapExp.pair_id)
    22TITLE LAP Exposures
    33FILE  lapExposures.php
     
    1313FIELD lapExp.exp_id,          6, %d,     Exp ID,        value, rawImfile.php, ARG1
    1414FIELD lapExp.chip_id,         6, %d,     Chip ID,       value, chipStageExp.php, ARG2
     15FIELD chipRun.state,          6, %s,     State
    1516FIELD lapExp.pair_id,         6, %d,     Pair ID,       value, chipStageExp.php, ARG3
    1617FIELD lapRun.tess_id,         8, %s,     tess_id
Note: See TracChangeset for help on using the changeset viewer.