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.convolve2d - Function Up: image - Tool Previous: image.convertflux - Function


image.convertsm - Function



Package general
Module images
Tool image


Convert image for older versions


Synopsis
convertsm(outfile, overwrite)


Arguments

outfile in Output file name
    Allowed: String
    Default: unset
overwrite in Overwrite output file if already exists ?
    Allowed: Bool
    Default: T


Returns
T or fail



Description

image files created by some versions of AIPS++ since release 1.3 cannot be be read by versions 1.3 and earlier. The period for which development versions of AIPS++ were creating image files which were unreadable by earlier versions was a 2-3 weeks so it is very unlikely you will ecnounter this problem.

This function converts the image disk file (actually just the Storage Manager of the logtable) so that it can be read by all versions.

If the outfile is unset, the conversion is done in-situ. Otherwise you should specify the name of a new disk file.



Example
 
- im := image('in.im');
- im.convertsm()                       # in-situ
- im.convertsm('out.im', overwrite=T)  # new output file





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