| AHELP for CIAO 4.2 | print_axis_names |
Context: py.crates |
Synopsis
Display the names of the axes in an image.
Syntax
print_axis_names(crate)
Description
- crate - input IMAGECrate
The print_axis_names command prints the names of the axes in the given IMAGECrate.
Example
>>> cr = read_file("image.fits")
>>> print_axis_names(cr)
sky(x,y)
EQPOS(RA,DEC)This image has physical ("sky") and world ("EQPOS") coordinate systems defined.
Bugs
See the bug pages on the CIAO website for an up-to-date listing of known bugs.
See Also
- py.crates
- print_col_names, print_key_names
![[CIAO Logo]](../imgs/ciao_logo_navbar.gif)