stella.rmi
Interface ReadoutModeControlling

All Superinterfaces:
CcdControlling, ListenerControlling, Remote
All Known Implementing Classes:
WifsipMaster

public interface ReadoutModeControlling
extends CcdControlling

These objects can not only control a normal ccd, but can also alter its readout mode.


Method Summary
 boolean selectReadoutMode(String mode)
          This method tries to select the given readout mode for its camera.
 
Methods inherited from interface stella.rmi.CcdControlling
abortExposure, addFitsKey, getBiasExposure, getDarkExposure, getScienceExposure, removeAllFitsKeys, removeFitsKey, setFullFrame, setImageGeometry
 
Methods inherited from interface stella.rmi.ListenerControlling
automatic, external, getStatus, initialize, manual, park, quit, reset, setPassive
 

Method Detail

selectReadoutMode

boolean selectReadoutMode(String mode)
                          throws RemoteException
This method tries to select the given readout mode for its camera.

Throws:
RemoteException