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/magictool_censor_raw.sql

    r24885 r25419  
    22    JOIN magicDSRun USING(magic_id)
    33    JOIN magicDSFile USING(magic_ds_id)
    4     JOIN rawExp ON rawExp.magicked = magic_ds_id
    5     JOIN rawImfile ON rawExp.exp_id = rawImfile.exp_id
     4    JOIN rawImfile ON rawImfile.magicked = magic_ds_id
     5--    JOIN rawExp ON rawExp.magicked = magic_ds_id
    66SET rawImfile.magicked = 0,
    7     rawExp.magicked = 0,
    8     magicDSRun.state = 'censored',
     7--    rawExp.magicked = 0,
     8--    magicDSRun.state = 'censored',
    99    magicDSFile.fault = 42
    1010
Note: See TracChangeset for help on using the changeset viewer.