Uses of Class
ccd.AbstractCcdDriver

Packages that use AbstractCcdDriver
ccd   
ccd.sta0500   
ccd.sta4240   
stella.ccd   
stella.ethcam   
stella.firecam   
 

Uses of AbstractCcdDriver in ccd
 

Subclasses of AbstractCcdDriver in ccd
 class AsynchronousCcdDriver<T>
          A non-blocking ccd-driver acts on the #startExpose and #startDarkExpose.
 class FechnerDriver
          The class to work with thomas fechner's guider ccd.
 class ScienceCcdDriver
          This class interfaces to Thomas Fechner's Wifsip controller (Magellan) type.
 class StreamingCcdDriver
          This class interfaces to Thomas Fechner's new CCD class that allows data retrieval via the RPC calls.
 class SynchronousCcdDriver<T>
          A blocking ccd-driver acts on the CcdDriver.expose(), CcdDriver.exposeBias(), and CcdDriver.exposeDark() methods.
 

Uses of AbstractCcdDriver in ccd.sta0500
 

Subclasses of AbstractCcdDriver in ccd.sta0500
 class MagellanDriver
          This class interfaces to Thomas Fechner's Wifsip controller (Magellan) type.
 

Uses of AbstractCcdDriver in ccd.sta4240
 

Subclasses of AbstractCcdDriver in ccd.sta4240
 class E2VDriver
          This class interfaces to Thomas Fechner's EsV controller (Magellan) type.
 

Uses of AbstractCcdDriver in stella.ccd
 

Subclasses of AbstractCcdDriver in stella.ccd
 class JanosDriver
          The class to work with Janos Bartus's implementation of the Kopenhagen ccd.
 

Uses of AbstractCcdDriver in stella.ethcam
 

Subclasses of AbstractCcdDriver in stella.ethcam
 class GigeDriver
          The interface to the STELLA API to allow the Ace-GigE-CCD camera be used as a standard CCD using the CcdDriver interface.
 

Uses of AbstractCcdDriver in stella.firecam
 

Subclasses of AbstractCcdDriver in stella.firecam
 class FireDriver
          The interface to the STELLA API to allow the firewire-CCD camera be used as a standard CCD using the CcdDriver interface.
 class FireDriverWish
          The interface to the STELLA API to allow the firewire-CCD camera be used as a standard CCD using the CcdDriver interface.