| Package | Description |
|---|---|
| stella.acquire | |
| stella.auxiliary |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFieldOfView
The abstract field of view provides setters for the catalog stars, the
acquire center and a possible dither shift.
|
class |
CentralStarFieldOfView
The easiest field of view provider: Acquire on a central star.
|
| Modifier and Type | Field and Description |
|---|---|
private FieldOfViewProviding |
AbstractAcquisitionAndGuiding.fov
The master receives a find list and a acquire command, both for fov.
|
| Modifier and Type | Method and Description |
|---|---|
FieldOfViewProviding |
AcquisitionAndGuiding.getCatalogFieldOfView()
Returns the instance that provides the field-of-view as an excerpt from a
star catalog around the requeste telescope pointing.
|
FieldOfViewProviding |
AbstractAcquisitionAndGuiding.getCatalogFieldOfView() |
| Modifier and Type | Method and Description |
|---|---|
void |
AcquisitionAndGuiding.setCatalogFieldOfView(FieldOfViewProviding fov)
This provides all possible catalog stars.
|
void |
AbstractAcquisitionAndGuiding.setCatalogFieldOfView(FieldOfViewProviding fov)
This provides all possible catalog stars.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AuxiliaryFieldOfView
In an auxiliary field-of-view, the best coarse star is the brightest star
well inside the auxiliary guider's visible field of view, while the fine
acquisition and guide star is as close to the pointing center as possible (to
mitigate leverage errors).
|