Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | imageprofilesupport |
pixel | in | Pixel coordinate for abcissa | |
Allowed: | Vector of integer |
You must call function setprofileaxis before calling this function so that it knows which axis is the profile axis.
- im := image('ngc1313.cube') # Open image - csys := im.coordsys() # Coordinate system - shp := im.shape() # Shape of image - p := imageprofilesupport(csys=csys, shp=shp, widgetset=dws) - p.setprofileaxis(axis); - p.makemenus() - pos := csys.referencepixel() - p.makeabcissa(pos)