public static interface Guiding.RawStar extends Serializable
| Modifier and Type | Method and Description |
|---|---|
double |
getAngle()
Returns the position angle of the elongation of the image as an angle
in degrees, ranging from -90 to +90 degrees.
|
double |
getArea()
Returns the area of the raw star in squared pixels.
|
Point2D |
getCenter()
Returns the pixel coordinates of the star center.
|
double |
getElongation()
Returns the elongation measure of the star image.
|
double |
getFullWidthHalfMaximum()
Returns an estimated fwhw in pixel.
|
double |
getInstrumentalMagnitude()
Returns the instrumental magnitude, a logarithmic measure of the
stellar brightness.
|
double |
getSharpness()
Returns the sharpness measure of the raw image.
|
double |
getSky()
Returns the average of the good pixel values inside the search box.
|
double |
getStroke()
Returns an estimate on the linear extension of the raw star, tailored
to detect read-out stripes.
|
Point2D getCenter()
Point2D object to support non-integer positions.double getElongation()
double getAngle()
double getArea()
double getStroke()
double getFullWidthHalfMaximum()
double getSharpness()
double getSky()
double getInstrumentalMagnitude()