Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | coordsys |
stokes | in | Stokes types | |
Allowed: | Vector of strings |
If the Coordinate System contains a Stokes Coordinate, this function allows you to change the Stokes types defining it. If there is no Stokes Coordinate, an exception is generated.
See the coordsys constructor to see the possible Stokes types you can set.
You can set the Stokes types with function setstokes.
- cs := coordsys(stokes='I V') - cs.stokes() I V - cs.setstokes("XX RL") - cs.stokes() XX RL