IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

    r31739 r31740  
    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(chip_id)
    22#JOIN chipRun USING(lapExp.chip_id)
    33#JOIN chipRun AS pairRun USING(lapExp.pair_id)
     
    1313FIELD lapRun.seq_id,          6, %d,     seq_id
    1414FIELD lapExp.lap_id,          6, %d,     lap_id
     15FIELD lapExp.data_state,      6, %s,     State (lapExp)
    1516FIELD lapExp.exp_id,          6, %d,     Exp ID,        value, rawImfile.php, ARG1
    1617FIELD lapExp.chip_id,         6, %d,     Chip ID,       value, chipStageExp.php, ARG2
    17 #FIELD chipRun.state,          6, %s,     State
     18FIELD chipRun.state,          6, %s,     State (chipRun)
    1819FIELD lapExp.pair_id,         6, %d,     Pair ID,       value, chipStageExp.php, ARG3
    1920FIELD lapRun.tess_id,         8, %s,     tess_id
     
    3031FIELD lapExp.pairwise,        2, %d,     Pairwise
    3132FIELD lapExp.active,          2, %d,     Active
    32 FIELD lapExp.data_state,      15, %s,    State (lapExp)
    3333FIELD rawExp.dateobs,         19, %T,     Date/Time
    3434FIELD rawExp.object,          8, %s,     Object
Note: See TracChangeset for help on using the changeset viewer.