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


next up previous contents index
Next: imagedemo - Function Up: images - Module Previous: imagetools - Function


imagedones - Function



Package general
Module images


Done all global or specified Image tools


Synopsis
imagedones(which)


Arguments

which in Which Image tools to destroy
    Allowed: String or vector of strings
    Default: All global Image tools


Returns
T or F



Description

This (global) function applies the done function to the specified Image tools currently in Global name space. By default it destroys all Image tools.



Example
- im1 := image('myimage1')              
- im2 := image('myimage2')
- imagetools()
im1 im2
- imagedones();
Done applied to image tool "im1"
Done applied to image tool "im2"
#
- im1 := image('myimage1')              
- im2 := image('myimage2')
- im3 := image('myimage3')
- imagedones("im1 im3")
Done applied to image tool "im1"
Done applied to image tool "im3"





next up previous contents index
Next: imagedemo - Function Up: images - Module Previous: imagetools - 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