IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 36652


Ignore:
Timestamp:
Apr 7, 2014, 5:32:46 PM (12 years ago)
Author:
bills
Message:

checking in production version: add macros to turn warp.summary tasks on and off

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tags/ipp-20130712/ippTasks/warp.pro

    r35949 r36652  
    9999  end
    100100  task warp.revert.overlap
     101    active false
     102  end
     103end
     104
     105macro warp.summary.on
     106  task warp.summary.load
     107    active true
     108  end
     109  task warp.summary.run
     110    active true
     111  end
     112end
     113
     114macro warp.summary.off
     115  task warp.summary.load
     116    active false
     117  end
     118  task warp.summary.run
    101119    active false
    102120  end
Note: See TracChangeset for help on using the changeset viewer.