Getting Started Documentation Glish Learn More Programming Contact Us
Version 1.9 Build 1488
News FAQ
Search Home


next up previous contents index
Next: imageprofilesupport.makeordinate - Function Up: imageprofilesupport - Tool Previous: imageprofilesupport.makemenus - Function


imageprofilesupport.makeabcissa - Function



Package general
Module images
Tool imageprofilesupport


Make the abcissa


Synopsis
makeabcissa(pixel)


Arguments

pixel in Pixel coordinate for abcissa
    Allowed: Vector of integer



Returns
T or fail



Description
This function creates the abcissa. You specify the absolute pixel coordinate for which the abcissa should be generated. It will take the full range of the shape (specified at construction) for the profile axis.

You must call function setprofileaxis before calling this function so that it knows which axis is the profile axis.



Example
- 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)




next up previous contents index
Next: imageprofilesupport.makeordinate - Function Up: imageprofilesupport - Tool Previous: imageprofilesupport.makemenus - Function   Contents   Index
Please send questions or comments about AIPS++ to aips2-request@nrao.edu.
Copyright © 1995-2000 Associated Universities Inc., Washington, D.C.

Return to AIPS++ Home Page
2006-08-01