IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 5, 2009, 4:10:46 PM (17 years ago)
Author:
eugene
Message:

allow difftool -inputskyfile to list entries even if state is full

File:
1 edited

Legend:

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

    r23437 r24677  
    3232        ON chipRun.exp_id = rawExp.exp_id
    3333    WHERE
    34         diffRun.state = 'new'
     34        -- diffRun.state = 'new' AND
     35        warpRun.state = 'full'
    3536        AND warpRun.state = 'full'
    3637        AND fakeRun.state = 'full'
     
    7172        ON chipRun.exp_id = rawExp.exp_id
    7273    WHERE
    73         diffRun.state = 'new'
    74         AND warpRun.state = 'full'
     74        -- diffRun.state = 'new' AND
     75        warpRun.state = 'full'
    7576        AND fakeRun.state = 'full'
    7677        AND camRun.state = 'full'
     
    108109        ON chipRun.exp_id = rawExp.exp_id
    109110    WHERE
    110         diffRun.state = 'new'
     111        (diffRun.state = 'new' or diffRun.state = 'full')
    111112        -- where hook %s
    112113    UNION
     
    141142        ON chipRun.exp_id = rawExp.exp_id
    142143    WHERE
    143         diffRun.state = 'new'
     144        (diffRun.state = 'new' or diffRun.state = 'full')
    144145        -- where hook %s
    145146    ) as Foo
Note: See TracChangeset for help on using the changeset viewer.