Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: imagedones - Function Up: images - Module Previous: imagefiles - Function


imagetools - Function



Package general
Module images


Find the list of current global image tools


Synopsis
imagetools(showname, showclosed)


Arguments

showname in Show name of image assocoated with tool
    Allowed: T or F
    Default: F
showclosed in Include tool in list even if closed
    Allowed: T or F
    Default: T



Returns
Vector of Strings


Description

This (global) function retuns a list of the names of the image tools currently in Global name space. You can optionally list the names of the images (in parentheses) associated with the Image tools as well.



Example
- im1:=image('myimage')              
- im2 := imagefromshape(shape=[10,10])
-
- imagetools()
im1 im2
- imagetools(showname=T)
im1(myimage) im2(Temporary_Image)
- im2.close()
- imagetools(showclosed=F)
im1
- imagedones()





next up previous contents index
Next: imagedones - Function Up: images - Module Previous: imagefiles - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-08-01