IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 30, 2007, 6:33:50 PM (19 years ago)
Author:
Paul Price
Message:

Adding useful macros to turn subsets of tasks on and off.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.stack.pro

    r11360 r11476  
    2929  echo detPendingStackedImfile
    3030  book listbook detPendingStackedImfile
     31end
     32
     33macro detstack.on
     34  task dettool.stack.load
     35    active true
     36  end
     37  task dettool.stack.run
     38    active true
     39  end
     40end
     41
     42macro detstack.off
     43  task dettool.stack.load
     44    active false
     45  end
     46  task dettool.stack.run
     47    active false
     48  end
    3149end
    3250
Note: See TracChangeset for help on using the changeset viewer.