IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 6, 2008, 10:24:54 AM (18 years ago)
Author:
eugene
Message:

finish coding of cleanup steps for cam, fake, warp, diff, stack

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branch_20080719/ippTools/share/camtool_pendingcleanupexp.sql

    r18645 r18942  
    11SELECT
    2     chipProcessedImfile.*,
    3     chipRun.state,
    4     chipRun.workdir,
    5     chipRun.label,
    6     chipRun.reduction,
    7     chipRun.expgroup,
    8     chipRun.dvodb,
    9     chipRun.tess_id,
    10     chipRun.end_stage
    11 FROM chipRun
    12 JOIN chipProcessedImfile
    13     USING(chip_id)
     2    camProcessedExp.*,
     3    camRun.state,
     4    camRun.workdir,
     5    camRun.label,
     6    camRun.reduction,
     7    camRun.expgroup,
     8    camRun.dvodb,
     9    camRun.tess_id,
     10    camRun.end_stage
     11FROM camRun
     12JOIN camProcessedExp
     13    USING(cam_id)
    1414WHERE
    15     chipRun.state = 'goto_cleaned'
     15    camRun.state = 'goto_cleaned'
Note: See TracChangeset for help on using the changeset viewer.