Package ccd

Interface Summary
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.
CameraLabels An interface defining the keys for the JCamera resource bundle to properly display labels on buttons, define accelarator keys and mnemonic chars.
CCD A collection of constants used by the "CCD" ONC/RPC program.
CcdDriver<T> The interface definition to a ccd driver tailored to work with Thomas Fechner's RPC-server implementation.
MultiMode This interface describes the capabilitiy of a CCD driver to support more than a single read-out mode.
ScienceGrade A collection of constants used by the "ScienceGrade" ONC/RPC program.
Stream A collection of constants used by the "Stream" ONC/RPC program.
 

Class Summary
AbstractCcdDriver<T> 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<T> 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  
DarkOverlapTiler A dark tiler splits an available (guider) CCD into individual tiles and tries to generate darks and bias for it.
DarkOverlapTiler.Check Checks the entire CCD for best tile-nr and edge distance.
DarkOverlapTiler.Current Retrieves the best-fitting dark and bias frames.
DarkOverlapTiler.Scan A class that allows scanning of directories to reconstruct the lookup tables.
DarkOverlapTiler.Standalone A standalone class, mainly for testing.
DarkTiler A dark tiler splits an available (guider) CCD into individual tiles and tries to generate darks and bias for it.
DarkTiler.Current Retrieves the best-fitting dark and bias frames.
DarkTiler.Scan A class that allows scanning of directories to reconstruct the lookup tables.
DarkTiler.Standalone A standalone class, mainly for testing.
DefaultCameraLabels A class that bundles default label names for JCamera into a class.
erg  
ergf  
FechnerDriver The class to work with thomas fechner's guider ccd.
FechnerDriver.Test A test class.
fits  
header  
icmd  
JCamera A class that allows working with CcdDrivers, especially FechnerDrivers and have a graphical representation.
JCamera.Deployment Deploys from a jar archive.
JCameraCanvas A fits canvas takes a FITS object and displays the image as the background image of a JViewportCanvas.
JCameraCanvas.CameraCursor A camera cursor does not zoom the underlying component, but prepares for a new exposure with a normally lesser frame (the one selected)
JCameraCanvas.Show A test class.
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.
StreamingCcdDriver.Endian Test class for endian-swaping of a fits file.
StreamServerStub  
SynchronousCcdDriver<T> A blocking ccd-driver acts on the CcdDriver.expose(), CcdDriver.exposeBias(), and CcdDriver.exposeDark() methods.
usarray  
 

Enum Summary
AbstractCcdDriver.Exposure Enumeration of possible exposure types.
AsynchronousCcdDriver.Readout The different stati of the driver.