![]()
|
|||
|
|
|||
| NRAO Home > CASA > CasaDocument | |||
1.1.1 Name of the image file this tool is attached to
Description
This function returns the name of the image file By default, this function
returns the full absolute path of the image file. You can strip this path off if
you wish with the strippath argument and just recover the image
file name itself.
Arguments
| Inputs |
| ||
| strippath |
| Strip off the path before the actual file name?
| |
| allowed: | bool |
|
| Default: | false |
|
Example
"""
# print "\t----\t name Ex 1 \t----" ia.maketestimage(’g1.app’, overwrite=true) print ia.name(strippath=F) #/casa/code/xmlcasa/implement/images/scripts/g1.app print ia.name(strippath=T) #g1.app ia.close() # """ |
Please send any comments or questions about CASA or AIPS++ to aips2-requests@nrao.edu
Copyright © 2007 Associated Universities Inc., Washington, D.C.
This code is available under the terms of the GNU General Public Lincense
Home |
Contact Us |
Directories |
Site Map |
Help |
Privacy Policy |
Search
Updated daily during alpha development.