IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 9, 2008, 12:38:31 PM (18 years ago)
Author:
eugene
Message:

chiptool now uses new state names: new (for run), full (for stop), and others for the cleanup / update steps

File:
1 edited

Legend:

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

    r18029 r18448  
    3434        AND fakeRun.state = 'stop'
    3535        AND camRun.state = 'stop'
    36         AND chipRun.state = 'stop'
     36        AND chipRun.state = 'full'
    3737    UNION
    3838    SELECT
     
    7070        AND fakeRun.state = 'stop'
    7171        AND camRun.state = 'stop'
    72         AND chipRun.state = 'stop'
     72        AND chipRun.state = 'full'
    7373    ) as Foo
Note: See TracChangeset for help on using the changeset viewer.