Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | imageprofilesupport |
value | in | The new spectral reference label | |
Allowed: | String |
This function lets you set the spectral reference directly (rather than selecting the menu item interactively). When you do so, a spectralrefchange event is emitted. Returns F if string is invalid.
- im := image('ngc1313.cube') - csys := im.coordsys() - shp := im.shape() - p := imageprofilesupport(csys=csys, shp=shp, widgetset=dws) - p.setprofileaxis(axis); - p.makemenus() - p.setspectralref ('TOPO')