Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
Version 1.9 Build 1488 |
|
Package | general | |
Module | images | |
Tool | imageprofilesupport |
which | in | ordinate index | |
Allowed: | Integer | ||
Default: | 1 |
This function recovers the mask for the specified profile. The mask (T for good pixels, F for bad pixels) is created for you by function makeordinate and created by you explicitly with function setordinate.
Masked pixels are not plotted.
- 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() - idx := p.makeordinate (im, r) - p.getmask(idx) [T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T T]