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.resid.pro

    r11360 r11476  
    3131  book listbook detPendingResidImfile
    3232  book listbook detPendingResidExp
     33end
     34
     35macro detresid.on
     36  task dettool.resid.load
     37    active true
     38  end
     39  task dettool.resid.run
     40    active true
     41  end
     42  task dettool.residexp.load
     43    active true
     44  end
     45  task dettool.residexp.run
     46    active true
     47  end
     48end
     49
     50macro detresid.off
     51  task dettool.resid.load
     52    active false
     53  end
     54  task dettool.resid.run
     55    active false
     56  end
     57  task dettool.residexp.load
     58    active false
     59  end
     60  task dettool.residexp.run
     61    active false
     62  end
    3363end
    3464
Note: See TracChangeset for help on using the changeset viewer.