| Interface | Description |
|---|---|
| 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).
|
| RemoteParameter |
The
Parameter interface to work with remote querry options. |
| RemoteTrigger |
The
Trigger interface to work with remote querry options. |
| Class | Description |
|---|---|
| AbstractFitsParameter |
A class of values that deal with read-in fits files, where a (small) window
is extracted to get some statistics.
|
| AbstractFitsValue |
A class of values that deal with read-in fits files, where a (small) window
is extracted to get some statistics.
|
| AbstractRemoteParameter |
A skeleton implementation of a
RemoteParameter. |
| AbstractRemoteTrigger |
A skelleton implementation of a
RemoteTrigger. |
| AbstractRemoteValue |
Abstract implementation of a Remote Parameter that acts locally as a value.
|
| 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. |
| FitsMoments |
Fits moments calculates statistical moments of the ADU distribution.
|
| FitsParameterStub |
The stub to a remote fits parameter.
|
| MomentsTrigger |
A moment trigger changes its value depending on a fits moments list provided
to it.
|
| ParameterSkeleton |
A parameter that takes a non-remote parameter and exports it to the
registry.
|
| ParameterSkeleton.Finger |
A class that allows access to parameter skeletons.
|
| ParameterStub |
The stub to a remote parameter.
|
| ParameterStub.Finger |
A class that allows access to parameter skeletons.
|
| SignalToNoise |
From a fits file, we extract a window and estimate the Signal-to-Noise from
photon statistics.
|
| SimpleRemoteTrigger |
A helper class providing a simple trigger.
|
| SimpleRemoteValue |
A simple value with remote capabilities.
|
| TriggerSkeleton |
A trigger that takes a non-remote trigger and exports it to the
registry.
|
| TriggerStub |
An extension to parameter stub.
|
| Unique |
This parameter provides a unique identifier string that may be used in
acquire/guide frames, scientific exposures or similar.
|
| ValueStub |
The stub representation for a remote value.
|