IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 21, 2009, 2:42:19 PM (17 years ago)
Author:
bills
Message:

Added mode to magictool to censor a magicRun. This is used if unmasked streaks
are found.
This causes any magicDSRuns associated to have the state set to censored
and any de-streaked files to be queued for reverting.

File:
1 edited

Legend:

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

    r24689 r24883  
    1818                      AND rawImfile.tmp_class_id = summitImfile.class_id)
    1919WHERE magicDSRun.stage = 'raw'
    20     AND magicDSRun.state = 'new'
     20    AND (magicDSRun.state = 'new' OR magicDSRun.state = 'censored')
    2121    AND magicDSFile.fault > 0
Note: See TracChangeset for help on using the changeset viewer.