public interface GuiderControlling extends ListenerControlling
| Modifier and Type | Method and Description |
|---|---|
boolean |
center(double[] ra,
double[] de,
float[] m,
float[] bv)
Centers a field-of-view on the guider's predefined center.
|
boolean |
initGuider()
Initializes the guider and prepares it for a new guider loop.
|
boolean |
offsetAzAlt(double daz,
double dalt)
Offsets the guider by a certain amount in az/alt on the guider CCD.
|
boolean |
offsetXY(int dx,
int dy)
Offsets the guider by a certain amount in x/y on the guider CCD.
|
boolean |
singleShot(double texp)
Takes a single exposure with the given exposure time in second.
|
boolean |
startGuiding()
Starts the auto-guider.
|
boolean |
stopGuiding()
Stops the guiding if active.
|
automatic, external, getStatus, initialize, manual, park, quit, reset, setPassiveboolean center(double[] ra,
double[] de,
float[] m,
float[] bv)
throws RemoteException
RemoteExceptionboolean offsetXY(int dx,
int dy)
throws RemoteException
dx - Difference in pixeldy - Difference in pixelRemoteExceptionboolean offsetAzAlt(double daz,
double dalt)
throws RemoteException
RemoteExceptionboolean singleShot(double texp)
throws RemoteException
RemoteExceptionboolean initGuider()
throws RemoteException
RemoteExceptionboolean startGuiding()
throws RemoteException
RemoteExceptionboolean stopGuiding()
throws RemoteException
RemoteException