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/stacktool_pendingcleanupskyfile.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    stackSumSkyfile.*,
     3    stackRun.state,
     4    stackRun.workdir,
     5    stackRun.dvodb,
     6    stackRun.tess_id,
     7FROM stackRun
     8JOIN stackSumSkyfile
     9    USING(stack_id)
    1410WHERE
    15     chipRun.state = 'goto_cleaned'
     11    stackRun.state = 'goto_cleaned'
Note: See TracChangeset for help on using the changeset viewer.