|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GuiderControlling
Defines remote access for the guider camera.
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface stella.rmi.ListenerControlling |
|---|
automatic, external, getStatus, initialize, manual, park, quit, reset, setPassive |
| Method Detail |
|---|
boolean center(double[] ra,
double[] de,
float[] m,
float[] bv)
throws RemoteException
RemoteException
boolean offsetXY(int dx,
int dy)
throws RemoteException
dx - Difference in pixeldy - Difference in pixel
RemoteException
boolean offsetAzAlt(double daz,
double dalt)
throws RemoteException
RemoteException
boolean singleShot(double texp)
throws RemoteException
RemoteException
boolean initGuider()
throws RemoteException
RemoteException
boolean startGuiding()
throws RemoteException
RemoteException
boolean stopGuiding()
throws RemoteException
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||