Changes between Version 2 and Version 3 of Scripts/Extract
- Timestamp:
- 08/15/08 14:08:20 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scripts/Extract
v2 v3 1 1 = Extracting a subimage = 2 3 == Usage == 4 5 giplt [attachment:extract.py extract.py] 6 7 == Description == 2 8 3 9 This [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. 4 10 11 == Sample image == 5 12 [[Image(extract.png)]] 6 13 59 66 step_3=procedure.AddStep(extract_numerical,'Enter subimage extent manually',[step_1]) 60 67 step_4=procedure.AddStep(save_image,'Save image',[step_1]) 61 Shell.AddProcedure(procedure)}}} 68 Shell.AddProcedure(procedure) 69 }}} 70 ---- 71 Back to [wiki:Scripts IPLT cookbook] 72
