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

    r24883 r25419  
    11UPDATE chipRun
    22    JOIN chipProcessedImfile USING(chip_id, exp_id)
    3     JOIN magicDSRun ON chipRun.magicked = magicDSRun.magic_ds_id
     3    JOIN magicDSRun ON stage_id = chip_id AND stage = 'chip' AND re_place
    44    JOIN magicDSFile USING(magic_ds_id)
    5     JOIN magicRun USING(magic_id, exp_id)
     5    JOIN magicRun using(magic_id)
    66SET chipProcessedImfile.magicked = 0,
    77    chipRun.magicked = 0,
Note: See TracChangeset for help on using the changeset viewer.