| Package | Description |
|---|---|
| stella.adapter | |
| stella.ccd | |
| stella.command | |
| stella.util |
| Modifier and Type | Method and Description |
|---|---|
boolean |
OffsetCaster.castCommandAndWait(TelescopeCommand move,
long timeout)
Only used for manual acquire.
|
boolean |
AdapterTelescopeCaster.castCommandAndWait(TelescopeCommand tc,
long timeout)
Only used for manual acquire.
|
long |
GregorTelescopeCaster.getTimeoutFor(TelescopeCommand ce)
On some commands, we might be able to calculate a variable offset.
|
long |
PilarTelescopeCaster.getTimeoutFor(TelescopeCommand ce)
On some commands, we might be able to calculate a variable offset.
|
| Modifier and Type | Method and Description |
|---|---|
long |
WifsipTelescopeCaster.getTimeoutFor(TelescopeCommand tc)
For focus telescope commands we return an appropriate time.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbortTelescope
The abort command for the telescope.
|
class |
CloseCoverTelescope
The command for closing the mirror covers without parking for immediate
protection.
|
class |
DerotatorOffsetTelescope
The command to initiate a telescope focusing sequence.
|
class |
DerotatorTelescope
The command to initiate a telescope focusing sequence.
|
class |
DitherTelescope
The command sent from the adapter to the telescope to allow fine-guiding.
|
class |
EncoderOffsetTelescope
The command sent from the adapter to the telescope to allow fine-guiding.
|
class |
EnvironmentConfig
The command to set the ambient pressure and temperature.
|
class |
FocusOffsetTelescope
The command to initiate a telescope focusing sequence.
|
class |
FocusTelescope
The command to initiate a telescope focusing sequence.
|
class |
FocusTest
A command to test the positioning of the focus without the need of any
parameters.
|
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 |
InitTelescope
The init command for the telescope.
|
class |
MoveMirrorTelescope
The move telescope command.
|
class |
MoveTelescope
The move telescope command.
|
class |
OffsetTelescope
The command sent from the adapter to the telescope to allow fine-guiding.
|
class |
OffsetTest
A test command to offset the telescope for a random amount.
|
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 |
ParkTelescope
The abort command for the telescope.
|
class |
PointingModelAdd
The init command for the telescope.
|
class |
PointingModelOffsetTelescope
The command used during sequences to reset accumulated pointing to a
predefined, fixed value.
|
class |
PointingModelRequest
The init command for the telescope.
|
class |
PointingModelSave
The command to save the current pointing list in Pilar to a file constructed
from the current date.
|
class |
PointingModelTelescope
The start-guiding command.
|
class |
PointingOffsetsTelescope
The command that should be used during pointing model gathering for
retrieving the current az/alt of the telescope (uncorrected for current
pointing model and refraction) plus the offset from this position to the
real position.
|
class |
PointingPositionTelescope
The command that should be used during pointing model gathering for
retrieving the current az/alt of the telescope (uncorrected for current
pointing model and refraction) plus the offset from this position to the
real position.
|
class |
PositionTelescope
The move telescope command.
|
class |
ProtectTelescope
The command for closing the mirror covers without parking for immediate
protection.
|
class |
QuitTelescope
The abort command for the telescope.
|
class |
RandomOffsetTelescope
The command used during random search.
|
class |
ResetErrorsTelescope
The reset command for the telescope.
|
class |
ResetTelescope
The reset command for the telescope.
|
class |
ScsAddressConfig
The move telescope command.
|
class |
StartGuideTelescope
The init command for the telescope.
|
class |
StartGuidingTelescope
The init command for the telescope.
|
class |
StartTrackingTelescope
The init command for the telescope.
|
class |
StatusTelescope
The abort command for the telescope.
|
class |
StopGuideTelescope
The init command for the telescope.
|
class |
StopGuidingTelescope
The init command for the telescope.
|
class |
StopTrackingTelescope
The init command for the telescope.
|
class |
TestConfig
The command to set the ambient pressure and temperature as randomized
variables around a mean value.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TelescopeSubsidiaryCaster.castCommandAndWait(TelescopeCommand tc)
Only used for manual acquire.
|
boolean |
TelescopeSubsidiaryCaster.castCommandAndWait(TelescopeCommand tc,
long timeout)
Only used for manual acquire.
|
void |
TelescopeSubsidiaryCaster.castCommandNoWait(TelescopeCommand tc)
Casts the offset command to the telescope during guiding phase.
|
abstract long |
TelescopeSubsidiaryCaster.getTimeoutFor(TelescopeCommand ce)
On some commands, we might be able to calculate a variable offset.
|