public interface FieldOfViewProviding extends Pointing
| Modifier and Type | Method and Description |
|---|---|
Star |
getCoarseStar()
Returns the star for coarse acquisition.
|
List<Star> |
getFieldOfView()
Returns the entire field of view known.
|
List<Star> |
getFieldOfViewAround(Star center,
double degs)
Returns a field-of-view centered around a certain star.
|
Star |
getFineStar()
Returns the star for fine acquisition.
|
Star |
getGuideStar()
Returns the star for guiding.
|
getRaDeCenter