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


next up previous contents index
Next: image.adddegaxes - Function Up: image - Tool Previous: imagefromshape - Constructor


imagemaketestimage - Constructor



Package general
Module images
Tool image


Construct an AIPS++ image from a test FITS file


Synopsis
imagemaketestimage(outfile)


Arguments

outfile in Output image file name
    Allowed: String
    Default: unset



Returns
Image tool



Description
This function converts a FITS file resident in the AIPS++ system into an AIPS++ image.

If outfile is given, the image is written to the specified disk file. If outfile is unset, the Image tool is associated with a temporary image. This temporary image may be in memory or on disk, depending on its size. When you destroy the Image tool (with the done function) this temporary image is deleted.



Example
- im := imagemaketestimage()     # make virtual image
- im.view()                      # view it





next up previous contents index
Next: image.adddegaxes - Function Up: image - Tool Previous: imagefromshape - Constructor   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