public class StarDetection extends Glint
| Modifier and Type | Field and Description |
|---|---|
private double |
elongation
Elongation measure.
|
private double |
fwhm
Full-width half maximum of detection.
|
private static long |
serialVersionUID |
private double |
sharp
Sharpness measure.
|
private double |
streakiness
Measures the read-out strip reverse probability (0=strip).
|
| Constructor and Description |
|---|
StarDetection(Point2D c,
boolean offset,
double m) |
StarDetection(Point2D c,
boolean offset,
double m,
double s,
double e,
double f,
double strip) |
| Modifier and Type | Method and Description |
|---|---|
double |
getElongation()
Returns the elongation measure of the star image.
|
double |
getFullWidthHalfMaximum()
Returns an estimated fwhw in pixel.
|
double |
getSharpness()
Returns the sharpness measure of the raw image.
|
double |
getStreakiness() |
String |
toFullString()
Prints the coordinates and the magnitude, separated by spaces.
|
String |
toShortString()
Prints the coordinates and the magnitude, separated by spaces.
|
String |
toString()
Prints the coordinates and the magnitude, separated by spaces.
|
compareTo, equals, getCenter, getInstrumentalMagnitude, isDetectorPosition, magnitudeString, positionStringprivate static final long serialVersionUID
private final double fwhm
private final double sharp
private final double elongation
private final double streakiness
public StarDetection(Point2D c, boolean offset, double m)
public StarDetection(Point2D c, boolean offset, double m, double s, double e, double f, double strip)
public double getFullWidthHalfMaximum()
public double getSharpness()
public double getElongation()
public double getStreakiness()
public String toShortString()
public String toFullString()