USGS

Isis 2 Documentation


getcirc Documentation

getcirc - Compute the center line, sample and radius
Given three points on a circle, getcirc will return the
center line and sample and the radius of the circle
described by these points.

Note that this routine can be called from a PDF and it
will return the center line and sample and the radius
of the circle in the CLINE, CSAMP and RADIUS parameters.

PROGRAMMER:  Kris Becker, USGS, Flagstaff

ParmDescriptionDefault
P1
Sample, line of 1st point
NONE
P2
Sample, line of 2nd point
NONE
P3
Sample, line of 3rd point
NONE
CLINE
Returns Center line
coordinate
LOCAL1
CSAMP
Returns Center sample
coordinate
LOCAL2
RADIUS
Returns Radius of circle
LOCAL3

ADDITIONAL NOTES:

ParmDescription
P1
Specifies the sample and line, respectively, of the first
point on the circle.
P2
Specifies the sample and line, respectively, of the second
point on the circle.
P3
Specifies the sample and line, respectively, of the third
point on the circle.
CLINE
This parameter returns to a calling PDF the center line
of the circle.
CSAMP
This parameter returns to a calling PDF the center sampl
of the circle.
RADIUS
This parameter returns to a calling PDF the radius
of the circle.

Last updated: Jan 31 2005
File: pdfs2.html

Contact us online at the Isis Support Center: http://isisdist.wr.usgs.gov

ISIS Documentation Home Page