public interface Mirroring
| Modifier and Type | Method and Description |
|---|---|
double |
getMirrorFaintness()
Returns the mirror faintness.
|
Point2D |
getMirrorPosition(Point2D direct)
Converts a position on the direct image to the mirror position.
|
List<Guiding.RawStar> |
removeGhosts(List<Guiding.RawStar> mirrors,
List<Guiding.RawStar> stars)
A further complication are mirrors that spark ghosts.
|
List<Guiding.RawStar> |
removeMirrors(List<Guiding.RawStar> stars)
Iterates through a list of stars and tries to detect mirror images.
|
Point2D getMirrorPosition(Point2D direct)
double getMirrorFaintness()
List<Guiding.RawStar> removeMirrors(List<Guiding.RawStar> stars)
List<Guiding.RawStar> removeGhosts(List<Guiding.RawStar> mirrors, List<Guiding.RawStar> stars)