IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 8, 2009, 5:09:53 PM (17 years ago)
Author:
eugene
Message:

updates to the addstar stage; modify flatcorr to interact correctly with the addstar stage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTools/share/addtool_find_pendingexp.sql

    r25789 r25816  
    11SELECT
    22    addRun.*,
     3    camProcessedExp.path_base as camroot,
    34    rawExp.exp_tag,
    45    rawExp.exp_id,
     
    910FROM addRun
    1011JOIN camRun
     12    USING(cam_id)
     13JOIN camProcessedExp
    1114    USING(cam_id)
    1215JOIN chipRun
     
    2124    camRun.state = 'full'
    2225    AND ((addRun.state = 'new' AND addProcessedExp.add_id IS NULL) OR addRun.state = 'update')
     26    AND addRun.dvodb IS NOT NULL
     27    AND addRun.workdir IS NOT NULL
    2328    AND addMask.label IS NULL
    2429
Note: See TracChangeset for help on using the changeset viewer.