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


next up previous contents index
Next: coordsys.naxes - Function Up: coordsys - Tool Previous: coordsys.lineartransform - Function


coordsys.names - Function



Package general
Module images
Tool coordsys


Recover the names for each axis


Synopsis
names(type)


Arguments

type in Coordinate type
    Allowed: String from "direction", "stokes", "spectral", "linear", "tabular" or unset
    Default: All



Returns
Vector of strings or fail



Description

Each axis associated with the Coordinate System has a name (they don't mean anything fundamental). This function returns those names in world axis order.

You can recover the names either for all coordinates (leave type unset) or for a specific coordinate type (mimumum match of the allowed types will do). If you ask for a non-existent coordinate an exception is generated.

You can set the names with function setnames.



Example
- cs := coordsys(direction=T, spectral=T)
- n := cs.names(T)
- n[1]
Right Ascension 
- n[2]
Declination 
- n[3]
Frequency 
-
- cs.names('spec')
Frequency





next up previous contents index
Next: coordsys.naxes - Function Up: coordsys - Tool Previous: coordsys.lineartransform - 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