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_diff.sql

    r24883 r25419  
    1 UPDATE magicRun
    2     JOIN magicDSRun USING(magic_id)
     1UPDATE diffRun
     2    JOIN diffSkyfile USING(diff_id)
     3    JOIN magicRun USING(diff_id)
     4    JOIN magicDSRun ON stage = 'diff' AND stage_id = diff_id AND re_place
    35    JOIN magicDSFile USING(magic_ds_id)
    4     JOIN diffRun ON magic_ds_id = magicked
    5     JOIN diffSkyfile ON diffRun.diff_id = diffSkyfile.diff_id
    66SET diffRun.magicked = 0,
    77    diffSkyfile.magicked = 0,
Note: See TracChangeset for help on using the changeset viewer.