| Package | Description |
|---|---|
| stella.adapter | |
| stella.command |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GregorTelescopeCaster.castOffsetAndWait(OffsetTelescope offset)
Casts the offset command to the telescope and waits for notification on
the appropriate done event.
|
boolean |
PilarTelescopeCaster.castOffsetAndWait(OffsetTelescope offset)
Casts the offset command to the telescope and waits for notification on
the appropriate done event.
|
boolean |
OffsetCaster.castOffsetAndWait(OffsetTelescope offset)
Casts the offset command to the telescope and waits for notification on
the appropriate done event.
|
boolean |
AdapterTelescopeCaster.castOffsetAndWait(OffsetTelescope offset)
Casts the offset command to the telescope and waits for notification on
the appropriate done event.
|
void |
GregorTelescopeCaster.castOffsetAtGuide(OffsetTelescope offset)
Casts the offset command to the telescope during guiding phase.
|
void |
PilarTelescopeCaster.castOffsetAtGuide(OffsetTelescope offset)
Casts the offset command to the telescope during guiding phase.
|
void |
OffsetCaster.castOffsetAtGuide(OffsetTelescope offset)
Casts the offset command to the telescope during guiding phase.
|
void |
AdapterTelescopeCaster.castOffsetAtGuide(OffsetTelescope offset)
Casts the offset command to the telescope during guiding phase.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EncoderOffsetTelescope
The command sent from the adapter to the telescope to allow fine-guiding.
|
class |
InitialOffsetTelescope
The command used during pointing model generation to allow a constant offset
to be applied to a NONE-pointing model telescope move before fine acquiring
with the guider.
|
class |
OnSkyOffsetTelescope
The command sent from an acquisition unit to the telescope, so to get to true
azimuth encoder offsets, the measured offset has to be divided by cos(h).
|
class |
PointingModelOffsetTelescope
The command used during sequences to reset accumulated pointing to a
predefined, fixed value.
|
class |
RandomOffsetTelescope
The command used during random search.
|
class |
TotalEncoderOffsetTelescope
The command sent from the adapter to the telescope to allow fine-guiding.
|
class |
TotalOffsetTelescope
The command used during sequences to reset accumulated pointing to a
predefined, fixed value.
|