| Package | Description |
|---|---|
| stella.acquire | |
| stella.adapter | |
| stella.ccd | |
| stella.command | |
| stella.globals |
| Class and Description |
|---|
| FieldOfViewCommand |
| StarCommand
A star command carries a
SimpleStar. |
| Class and Description |
|---|
| AcquireAuxiliary
The acquire command.
|
| DitherTelescope
The command sent from the adapter to the telescope to allow fine-guiding.
|
| EncoderOffsetTelescope
The command sent from the adapter to the telescope to allow fine-guiding.
|
| FindAuxiliary
The find command.
|
| OffsetTelescope
The command sent from the adapter to the telescope to allow fine-guiding.
|
| PinholeOffsetAdapter
Takes a scientific exposure with the given exposure time.
|
| StarCommand
A star command carries a
SimpleStar. |
| StartGuidingAuxiliary
The start-guiding command.
|
| SuggestAcquireAuxiliary
The command to check if an acquire command has found the wrong target.
|
| Class and Description |
|---|
| AutoFocusCcd
The command to initiate a focus sequence where the scientific ccd is the only
means of focussing.
|
| Class and Description |
|---|
| Aborting
A marker interface to indicate that a command has aborting properties.
|
| AbsoluteOffset
Marker interface for commands that should be sent as an absolute offset, meaning that
any old offsets are ereased/overwritten.
|
| AcquireAuxiliary
The acquire command.
|
| AcquisitionCommand |
| DitherAuxiliary
The basic command to allow center points to vary short distances from the
movement point of the telescope.
|
| EncoderOffsetTelescope
The command sent from the adapter to the telescope to allow fine-guiding.
|
| FieldOfViewCommand |
| Generic
A marker interface to indicate that a command is treated directly in the
generic receiver, e.g.
|
| GeometryAcquire
Takes a bias exposure.
|
| InitializerDepending
A command that needs a statis string initializer to become valid.
|
| 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.
|
| Initing
A marker interface to indicate that a command has resetting properties.
|
| OffsetTelescope
The command sent from the adapter to the telescope to allow fine-guiding.
|
| 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).
|
| Parking
A marker interface to indicate that a command has resetting properties.
|
| Quitting
A marker interface to indicate that a command has quitting properties.
|
| RelativeOffset
Marker interface for commands that should be sent as arelative offset, meaning that
this offset is added to currently active ones.
|
| Resetting
A marker interface to indicate that a command has resetting properties.
|
| SelectFilterCalibration
The select filter adapter command.
|
| SequencerDepending
Commands that also require variables only known at run0time in the sequencer
should implement this interface to be rendered successfully.
|
| SimpleCommand
A helper class providing default implementation of the
SimpleCommand.parseLine(java.lang.String[])
and SimpleCommand.getLine() method of the base CommandEvent class. |
| StarCommand
A star command carries a
SimpleStar. |
| StartGuidingCommand |
| Stating
A marker interface to indicate that a command has resetting properties.
|
| TargetDependingCommand
An interface signaling that this command depends on certain properties.
|
| Class and Description |
|---|
| CommandLineProviding
Simple interface to allow parameters to directly interact with commands.
|