public static class SextractorStar.PixelPosition extends Object implements Comparator<SextractorStar>
| Modifier and Type | Field and Description |
|---|---|
private Point2D |
center
Pixel position of the central point.
|
| Constructor and Description |
|---|
PixelPosition(double ccdx,
double ccdy) |
PixelPosition(Point2D cent) |
| Modifier and Type | Method and Description |
|---|---|
int |
compare(SextractorStar s1,
SextractorStar s2)
Compares the distances of the two star to the specified center.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomparing, comparing, comparingDouble, comparingInt, comparingLong, equals, naturalOrder, nullsFirst, nullsLast, reversed, reverseOrder, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLongprivate final Point2D center
public PixelPosition(double ccdx,
double ccdy)
public PixelPosition(Point2D cent)
public int compare(SextractorStar s1, SextractorStar s2)
compare in interface Comparator<SextractorStar>