IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 16, 2009, 9:47:16 AM (17 years ago)
Author:
bills
Message:

Change magicdstool -todestreak to query the individual stages separately.
This greatly decreases the query time.
Add support for magicDSRun.state = 'goto_restore' and 'goto_censored' which
will restore destreaked files back to their original state.
Split up ippTasks/magic.pro into magic.pro and destreak.pro so that processing
can be easily magnaged separately

File:
1 edited

Legend:

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

    r24883 r25419  
    1919    JOIN rawExp using(exp_id)
    2020WHERE magicDSRun.stage = 'camera'
    21     AND (magicDSRun.state = 'new' OR magicDSRun.state = 'censored')
    22     AND magicDSFile.fault > 0
     21    AND ((magicDSRun.state = 'new' AND magicDSFile.fault > 0)
     22       OR magicDSRun.state = 'goto_censored'
     23       OR magicDSRun.state = 'goto_restored')
Note: See TracChangeset for help on using the changeset viewer.