public interface CcdControlling extends Remote
| Modifier and Type | Method and Description |
|---|---|
boolean |
readoutGeometry(Rectangle window,
int xbin,
int ybin)
Sets the read-out geometry on a CCD
|
boolean |
singleShot(File fits,
double texp)
Takes a single exposure with the given exposure time in second.
|
boolean readoutGeometry(Rectangle window, int xbin, int ybin) throws RemoteException
window - xbin - ybin - RemoteExceptionboolean singleShot(File fits, double texp) throws RemoteException
RemoteException