Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | coordsys |
type | in | Coordinate type | |
Allowed: | String from "direction", "stokes", "spectral", "linear", "tabular" |
Recover the linear transform component for the specified coordinate type.
You can set the linear transform with function setlineartransform.
- cs := coordsys(direction=T, linear=3) - cs.lineartransform('dir') # 2 x 2 [[1:2,] 1 0 0 1] - cs.lineartransform('lin') # 3 x 3 [[1:3,] 1 0 0 0 1 0 0 0 1]