IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 13949


Ignore:
Timestamp:
Jun 21, 2007, 4:11:06 PM (19 years ago)
Author:
Paul Price
Message:

Adding macros to turn everything on/off.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/pantasks.pro

    r13787 r13949  
    159159end
    160160
     161macro all.on
     162  register.on
     163  detrend.on
     164  chip.on
     165  camera.on
     166  warp.on
     167  diff.on
     168  stack.on
     169end
     170
     171macro all.off
     172  register.off
     173  detrend.off
     174  chip.off
     175  camera.off
     176  warp.off
     177  diff.off
     178  stack.off
     179end
    161180
    162181macro module.tasks
Note: See TracChangeset for help on using the changeset viewer.