| Package | Description |
|---|---|
| stella | |
| stella.acquire | |
| stella.auxiliary | |
| stella.globals | |
| stella.net | |
| stella.roof | |
| stella.sensor | |
| stella.util | |
| stella.xml |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CommandRendering
An interface that allows the rendering of fully qualified commands from
command templates.
|
interface |
Sequencing<E>
The interface defining sequencing capabilities.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCommandRenderer
An abstract implementation of
CommandRendering provides a
protected constructor with a single Properties object as an
argument. |
class |
AbstractSequencer<E>
An abstract implementation of a sequencing class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAcquisition
An acquisition instanced will share the same hot pixel
and the same acquisition camera.
|
class |
AbstractAcquisitionAndGuiding
An acquisition and guiding instance composes all necessary object to conduct
an acquisition and auto guiding, respectively.
|
class |
AbstractAutoGuider
The abstract auto guider provides the base skeleton for an auto guider with
an unspecified CCD-readout provider and an unspecified shift detection.
|
class |
AbstractGuiding
A guiding instanced may have different cameras and geometry than the
acquisition instance
Thus, this class supports setters for all true common components, aka:
|
class |
AbstractHorizontalGeometry |
class |
AcquisitionUnit |
class |
AncillaryCameraUnit
A generic unit that supplies an ancillary camera for various purposes, most
notably for acquisition and guiding.
|
class |
CoarseStarAcquisition |
class |
CoudeFocusGeometry
In prime focus, the angle between the CCD-y axis and the elevation axis is
fixed for an alt-az telescope.
|
class |
DerotatorGeometry
If a derotator is present, the angle between the CCD-y axis and the
declination axis is just the derotator offset value.
|
class |
ExposureTimeCalculator |
class |
FineStarAcquisition |
class |
FixedFrameAcquisition |
class |
GuidingOnCrosshair |
class |
NasmythFocusGeometry
In the Nasmyth focus, the angle between the CCD-y axis and the elevation axis
depends on the target height, sign depending on the mount port.
|
class |
OffsetPinholePivot |
class |
PointingModelPivot
Basic pointing model that shows only a dependency of altitude.
|
class |
PrimeFocusGeometry
In prime focus, the angle between the CCD-y axis and the elevation axis is
fixed for an alt-az telescope.
|
class |
StarAcquisition |
class |
StarAutoGuider |
class |
StarDetectingOnCrosshair |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFocussingUnit
A focussing unit is a special
AdapterUnit that can handle auto
focussing. |
class |
AuxiliaryAutoGuider |
class |
AuxiliaryCoarseAcquisition |
class |
AuxiliaryFineAcquisition |
class |
LinearPrimeFocus
Class that allows focusing of the prime focus unit on STELLA-II.
|
class |
MomentsFocussing |
class |
OffAxisAutoGuider |
class |
OffAxisCoarseAcquisition |
class |
OffAxisFineAcquisition |
class |
PinholeAutoGuider |
class |
PinholeCoarseAcquisition |
class |
PinholeFineAcquisition |
| Modifier and Type | Class and Description |
|---|---|
class |
TargetMerit
A value symbolizing the current merit of the target.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParameterServer
A parameter server class.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DomeReceiver
The Dome receiver operates the
Baader dome
of RoboTel, but should be capable of dealing with similar dome designs.
|
class |
RoofReceiver
The class serving open/close roof, power on/off, status
and reset limit switches.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
WeatherSurveying
An interface that describes the functinoality of a weather station, i.e.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWeatherSurveyor
An abstract implementation of the
WeatherSurveying interface. |
class |
WeatherStation
A class acting as a conductor of several
WeatherSensors. |
| Modifier and Type | Class and Description |
|---|---|
class |
DummySequencer
A class that implements a sequencer for testing the master mind.
|
class |
GenericUnit
Generic units are controlled within (generic) masters.
|
class |
SimulatorSequencer
This class is used as a
Sequencing instanance for
simulating the target load on STELLA. |
class |
SimulatorWeather
This class is the base class for simple or more sophisticated average-weather
predictors to use in simulations of STELLA action.
|
class |
SubTargets
Takes a huge list of possible targets and applies a general filtering on
them.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LoopingSequencer |
class |
XMLRenderer
The interlink between the
MasterMind and the
Sequencing instance. |
class |
XMLSequencer |