IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25021


Ignore:
Timestamp:
Aug 7, 2009, 12:44:27 PM (17 years ago)
Author:
bills
Message:

added macros to turn destreaking on and off separately

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/magic.pro

    r25017 r25021  
    104104    end
    105105end
     106macro magic.ds.off
     107    task magic.destreak.load
     108        active false
     109    end
     110    task magic.destreak.run
     111        active false
     112    end
     113end
     114macro magic.ds.on
     115    task magic.destreak.load
     116        active true
     117    end
     118    task magic.destreak.run
     119        active true
     120    end
     121end
     122
     123macro magic.ds.status
     124    echo magicToDS
     125    book listbook magicToDS
     126    echo ""
     127    echo magicDSToRevert
     128    book listbook magicDSToRevert
     129end
     130
    106131
    107132
Note: See TracChangeset for help on using the changeset viewer.