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/pantasks.pro

    r11465 r11476  
    6969  if ($parallel)
    7070    controller exit true
    71     controller host add alala
     71    controller host add mithrandir
    7272  end
    7373end
     
    122122  input $scripts/detrend.resid.pro
    123123  input $scripts/detrend.reject.pro
     124end
     125
     126macro detrend.on
     127  detproc.on
     128  detstack.on
     129  detnorm.on
     130  detresid.on
     131  detreject.on
     132end
     133
     134macro detrend.off
     135  detproc.off
     136  detstack.off
     137  detnorm.off
     138  detresid.off
     139  detreject.off
    124140end
    125141
Note: See TracChangeset for help on using the changeset viewer.