Changes between Version 2 and Version 3 of Scripts/Extract

Show
Ignore:
Author:
andreas (IP: 131.152.19.236)
Timestamp:
08/15/08 14:08:20 (2 years ago)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Scripts/Extract

    v2 v3  
    11= Extracting a subimage = 
     2 
     3== Usage == 
     4 
     5giplt [attachment:extract.py extract.py] 
     6 
     7== Description == 
    28 
    39This [attachment:extract.py script] can be used to extract a subimage either using the graphical selection in the image viewer or by entering the top-left and bottom-right coordinates of the subimage manually. 
    410 
     11== Sample image == 
    512[[Image(extract.png)]] 
    613 
    5966step_3=procedure.AddStep(extract_numerical,'Enter subimage extent manually',[step_1]) 
    6067step_4=procedure.AddStep(save_image,'Save image',[step_1]) 
    61 Shell.AddProcedure(procedure)}}} 
     68Shell.AddProcedure(procedure) 
     69}}} 
     70---- 
     71Back to [wiki:Scripts IPLT cookbook]  
     72