| Package | Description |
|---|---|
| globals.rmi | |
| stella.ccd | |
| stella.globals | |
| stella.rmi | |
| stella.roof | |
| stella.sensor |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoteFitsParameter
A fits file normally consits of huge quantities of numbers that best are
dealt with in the master where they originate (normally the scientific
camera).
|
interface |
RemoteTrigger
The
Trigger interface to work with remote querry options. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFitsParameter
A class of values that deal with read-in fits files, where a (small) window
is extracted to get some statistics.
|
class |
AbstractFitsValue
A class of values that deal with read-in fits files, where a (small) window
is extracted to get some statistics.
|
class |
AbstractRemoteParameter
A skeleton implementation of a
RemoteParameter. |
class |
AbstractRemoteTrigger
A skelleton implementation of a
RemoteTrigger. |
class |
AbstractRemoteValue
Abstract implementation of a Remote Parameter that acts locally as a value.
|
class |
Efficiency
This class takes a fits file, extracts a region around
AbstractFitsValue.KEY_WINDOW,
determines the total flux there and relates it to the incident flux of the
star on top of the atmosphere. |
class |
FitsMoments
Fits moments calculates statistical moments of the ADU distribution.
|
class |
ParameterSkeleton
A parameter that takes a non-remote parameter and exports it to the
registry.
|
class |
SignalToNoise
From a fits file, we extract a window and estimate the Signal-to-Noise from
photon statistics.
|
class |
SimpleRemoteTrigger
A helper class providing a simple trigger.
|
class |
SimpleRemoteValue
A simple value with remote capabilities.
|
class |
TriggerSkeleton
A trigger that takes a non-remote trigger and exports it to the
registry.
|
class |
Unique
This parameter provides a unique identifier string that may be used in
acquire/guide frames, scientific exposures or similar.
|
| Modifier and Type | Field and Description |
|---|---|
protected RemoteParameter |
ParameterStub.sensor
The remote instance of the sensor global.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCCDParameter
A intermittent class that bundels a common requirement of all ccd parameters.
|
class |
AbstractCCDValue
A base class for all non-abstract ccd-values.
|
class |
CCDLn2Temp
Returns the cold point temperature of the CCD.
|
class |
CCDRefTemp
Returns the reference temperature of the CCD.
|
class |
CCDTemp
Returns the actual temperature of the CCD.
|
class |
HeadPressure
Returns the head pressure of the camera.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExposureCount
This parameter provides the running number of an exposure within a target.
|
class |
RunningCount
This parameter provides a running number which can be preserved and
restored.Running number counts occurrence of certain errors, defined in
concrete subclasses.
|
class |
RunningExposureNumber |
| Modifier and Type | Interface and Description |
|---|---|
interface |
RemoteLight
The interface defining remote control of lighting control.
|
interface |
RemoteOffsetParameter |
interface |
RemoteSwitch
The interface defining remote control of lighting control.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRemoteSwitch
An abstract implementation of a remote switch.
|
class |
AcquireOffsetParameter
This parameter is ment to allow communciation between different acquisition
units.
|
class |
SwitchRelay
Relay the parameter given at the first command line argument to the local
registry.
|
class |
SwitchSkeleton
A trigger that takes a non-remote trigger and exports it to the registry.
|
class |
SwitchSsh
Relay the parameter via ssh calls to the local registry.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShelterTrigger
A trigger that directly connects to a
Sheltering instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
WeatherRemainsBad
The weather trigger exports the weather from a local
WeatherSurveying
instance to remote listeners. |
class |
WeatherTrigger
The weather trigger exports the weather from a local
WeatherSurveying
instance to remote listeners. |