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

    r26028 r26950  
    5151    active false
    5252  end
     53  task camera.revert
     54    active false
     55  end
     56end
     57
     58macro camera.revert.on
     59  task camera.revert
     60    active true
     61  end
     62end
     63
     64macro camera.revert.off
    5365  task camera.revert
    5466    active false
Note: See TracChangeset for help on using the changeset viewer.