Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | imageprofilesupport |
color | in | Color of location marker | |
Allowed: | PGPlot color (expressed as integer index) | ||
Default: | 7 |
- im := image('ngc1313.cube') - csys := im.coordsys() - shp := im.shape() - p := imageprofilesupport(csys=csys, shp=shp, widgetset=dws) - p.setprofileaxis(axis); - p.makemenus() - pos := csys.referencepixel() - p.makeabcissa(pos) - r := drm.box() - p.makeordinate (im, r) - x := p.getx()