public interface SesControlling extends CameraControlling
ListenerControlling interface to allow
control-transfer from the outside.| Modifier and Type | Method and Description |
|---|---|
boolean |
getFlatExposure(String darkfits,
double expose)
Takes a flat exposure and stores the image in a fits file
described
by the argument.
|
boolean |
getThArExposure(String darkfits,
double expose)
Takes a scientific exposure and stores the image in a fits file
described
by the argument.
|
abortExposure, addFitsKey, getBiasExposure, getDarkExposure, getScienceExposure, removeAllFitsKeys, removeFitsKey, setFullFrame, setImageGeometryautomatic, external, getStatus, initialize, manual, park, quit, reset, setPassiveboolean getFlatExposure(String darkfits, double expose) throws RemoteException
fits - The file where the fits data is writtn to.expose - The exposure time in seconds.RemoteExceptionboolean getThArExposure(String darkfits, double expose) throws RemoteException
fits - The file where the fits data is writtn to.expose - The exposure time in seconds.RemoteException