Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | coordsys |
order | in | New coordinate order | |
Allowed: | Vector of integers |
This function reorders the coordinates in the Coordinate System. You specify the new order of the coordinates in terms of their old order.
- cs := coordsys(direction=T, spectral=T, linear=2) - cs.coordinatetype() Direction Spectral Linear - - cs.reorder([2,3,1]); - cs.coordinatetype() Spectral Linear Direction