| Package | Description |
|---|---|
| stella.acquire | |
| stella.auxiliary |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldOfViewProviding |
| 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 Pointing |
AbstractAcquisitionAndGuiding.center
Telescope pointing is the center of the acquisition.
|
| Modifier and Type | Method and Description |
|---|---|
Pointing |
AcquisitionAndGuiding.getTelescopePointing()
Returns the ra/de of the requested telescope pointing, including possible
dithering offsets.
|
Pointing |
AbstractAcquisitionAndGuiding.getTelescopePointing() |
| Modifier and Type | Method and Description |
|---|---|
void |
AcquisitionAndGuiding.setTelescopePointing(Pointing center)
For matching, this is the ra/de center providing instance.
|
void |
AbstractAcquisitionAndGuiding.setTelescopePointing(Pointing center)
For matching, this is the ra/de center providing instance.
|
| 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).
|