| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1488 |
|
| Package | general | |
| Module | images | |
| Tool | coordsys |
| record | in | Record containing Coordinate System | |
| Allowed: | Glish record | ||
You can convert a Coordinate System to a record (torecord). This function (fromrecord) allows you to set the contents of an existing Coordinate System from such a record. In doing so, you overwrite its current contents.
These functions are not for general user use.
- cs := coordsys(direction=T, stokes="I Q") - cs.ncoordinates() 2 - r := cs.torecord() - - cs2 := coordsys() - cs2.ncoordinates() 0 - cs2.fromrecord(r) - cs2.ncoordinates() 2