Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | coordsys |
world | in | Find number of world or pixel axes ? | |
Allowed: | T or F | ||
Default: | T |
Find the number of axes in the Coordinate System.
You may find the number of world or pixel axes; these are generally the same and general users can ignore the distinction. See the discussion about pixel and world axis ordering.
- cs := coordsys(direction=T, spectral=T) - n := cs.naxes(T) 3 # 2 direction axes, 1 spectral - n := cs.naxes(F) 3