| Interface | Description |
|---|---|
| AutoClearing |
This interface describes the capabilitiy of a CCD driver to support
autoclearing, which denotes the capability to pre-read the detector prior to
an exposure to get rid of left-over charges.
|
| CCD |
A collection of constants used by the "CCD" ONC/RPC program.
|
| CcdDriver |
The interface definition to a ccd driver tailored to work with Thomas
Fechner's RPC-server implementation.
|
| Continuous | |
| ExposureTimeAware |
Cameras that know how much exposure time is left.
|
| ImageProcessing | |
| MultiMode |
This interface describes the capabilitiy of a CCD driver to support more
than a single read-out mode.
|
| ReadoutProviding | |
| ScienceGrade |
A collection of constants used by the "ScienceGrade" ONC/RPC program.
|
| Shutterless |
Marker interface for CCDs without a shutter.
|
| Stream |
A collection of constants used by the "Stream" ONC/RPC program.
|
| Class | Description |
|---|---|
| AbstractCcdDriver |
Abstract base class for CCD-drivers.
|
| AbstractCcdDriver.Endurance |
Class to take a ccd driver as the first command line argument, open it
and makes an endurance test by randomizing the exposure times between the
two optional values that follow the driver definition.
|
| AbstractCcdDriver.Shot |
Class to take a ccd driver as the first command line argument, open it
and make a science exposure.
|
| AsynchronousCcdDriver |
A non-blocking ccd-driver acts on the
#startExpose and
#startDarkExpose. |
| CCDClient |
The class
CCDClient implements the client stub proxy
for the SEND_GUIDER remote program. |
| CCDServerStub | |
| cmd | |
| erg | |
| ergf | |
| FechnerDriver |
The class to work with thomas fechner's guider ccd.
|
| FechnerDriver.Test |
A test class.
|
| fits | |
| header | |
| icmd | |
| name | |
| ScienceCcdDriver |
This class interfaces to Thomas Fechner's Wifsip controller (Magellan) type.
|
| ScienceGradeClient |
The class
ScienceGradeClient implements the client stub proxy
for the SEND_SCI remote program. |
| ScienceGradeServerStub | |
| StreamClient |
The class
StreamClient implements the client stub proxy
for the SEND_GUIDER remote program. |
| StreamingCcdDriver |
This class interfaces to Thomas Fechner's new CCD class that allows data
retrieval via the RPC calls.
|
| StreamServerStub | |
| SynchronousCcdDriver |
A blocking ccd-driver acts on the
CcdDriver.expose(), CcdDriver.exposeBias(), and
CcdDriver.exposeDark() methods. |
| SynchronousCcdDriver.ThreadShot |
Class to take a ccd driver as the first command line argument, open it
and make a science exposure.
|
| usarray |
| Enum | Description |
|---|---|
| AbstractCcdDriver.Exposure |
Enumeration of possible exposure types.
|
| AsynchronousCcdDriver.Readout |
The different stati of the driver.
|