Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | image |
infile | in | Input image file name | |
Allowed: | String |
This is the most commonly used constructor. It constructs (creates) a image tool associated with disk image file.
The disk image file may be a native AIPS++, FITS (Float, Double, Short, Long are supported) , or Miriad image file. Look here for more information on foreign images.
- im := image('myimage') # Access native aips++ image - im.view() - - im2 := image('hcn.fits') # Access FITS image - im2.view()