| Getting Started | Documentation | Glish | Learn More | Programming | Contact Us |
| Version 1.9 Build 1383 |
|
| Package | general | |
| Module | images | |
| Tool | imageprofilesupport |
| file | in | file name | |
| Allowed: | String | ||
- im := image('ngc1313.cube')
- csys := im.coordsys()
- shp := im.shape()
- p := imageprofilesupport(csys=csys,
shp=shp,
widgetset=dws)
- f1 := dws.frame()
- axis := 3
- p.setprofileaxis(axis);
- p.makemenus()
- pos := csys.referencepixel()
- p.makeabcissa(pos)
- r := drm.box()
- p.makeordinate (im, r)
- p.plot()
- p.plotfile('save.plot') # save
- p2 := pgplotter('save.plot') # reopen