|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public static interface Guiding.RawStar
The interface defintion for raw stars. These are objects extracted on a guiding frame. Position information is in the guider CCD x/y system, magnitudes are instrumental magnitudes.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||