IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 14, 2010, 4:23:41 PM (16 years ago)
Author:
eugene
Message:

moved various utilities into pantasks.pro; moved revert.on/off functions to chip.pro, camera.pro, warp.pro; added surveys.on/off; moved project-specific labels to ~/stdscience/input

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/chip.pro

    r26567 r26950  
    4141    active false
    4242  end
     43  task chip.revert
     44    active false
     45  end
     46end
     47
     48macro chip.revert.on
     49  task chip.revert
     50    active true
     51  end
     52end
     53
     54macro chip.revert.off
    4355  task chip.revert
    4456    active false
Note: See TracChangeset for help on using the changeset viewer.