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

    r11360 r11476  
    3434  book listbook detPendingProcessedExp
    3535end
     36
     37macro detproc.on
     38  task dettool.process.load
     39    active true
     40  end
     41  task dettool.process.run
     42    active true
     43  end
     44  task dettool.processexp.load
     45    active true
     46  end
     47  task dettool.processexp.run
     48    active true
     49  end
     50end
     51
     52macro detproc.off
     53  task dettool.process.load
     54    active false
     55  end
     56  task dettool.process.run
     57    active false
     58  end
     59  task dettool.processexp.load
     60    active false
     61  end
     62  task dettool.processexp.run
     63    active false
     64  end
     65end
     66
    3667
    3768# these variables will cycle through the known database names
Note: See TracChangeset for help on using the changeset viewer.