|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Mirroring
This interface defines the capabilities to remove mirrors and ghosts from a list of candidate stars. It also provides methods for estimating the mirror and ghost magnitudes.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||