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

    r26567 r26950  
    7878  end
    7979  task warp.revert.warped
     80    active false
     81  end
     82end
     83
     84macro warp.revert.on
     85  task warp.revert.warped
     86    active true
     87  end
     88  task warp.revert.overlap
     89    active true
     90  end
     91end
     92
     93macro warp.revert.off
     94  task warp.revert.warped
     95    active false
     96  end
     97  task warp.revert.overlap
    8098    active false
    8199  end
Note: See TracChangeset for help on using the changeset viewer.