IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 21, 2008, 2:14:39 PM (18 years ago)
Author:
eugene
Message:

change from old state names (run, stop) to new ones (new, full, goto_cleaned, etc)

File:
1 edited

Legend:

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

    r18622 r18644  
    3030        ON chipRun.exp_id = rawExp.exp_id
    3131    WHERE
    32         diffRun.state = 'run'
    33         AND warpRun.state = 'stop'
    34         AND fakeRun.state = 'stop'
    35         AND camRun.state = 'stop'
     32        diffRun.state = 'new'
     33        AND warpRun.state = 'full'
     34        AND fakeRun.state = 'full'
     35        AND camRun.state = 'full'
    3636        AND chipRun.state = 'full'
    3737    UNION
     
    6666        ON chipRun.exp_id = rawExp.exp_id
    6767    WHERE
    68         diffRun.state = 'run'
    69         AND warpRun.state = 'stop'
    70         AND fakeRun.state = 'stop'
    71         AND camRun.state = 'stop'
     68        diffRun.state = 'new'
     69        AND warpRun.state = 'full'
     70        AND fakeRun.state = 'full'
     71        AND camRun.state = 'full'
    7272        AND chipRun.state = 'full'
    7373    ) as Foo
Note: See TracChangeset for help on using the changeset viewer.