|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TelescopeControlling
Defines remote access for the guider camera.
| Method Summary | |
|---|---|
boolean |
addOffset(double deg1,
double deg2)
Adds offsets to the telescope. |
boolean |
changePort(int portid)
Switches to the specified port. |
boolean |
clear()
Clears the telescope. |
boolean |
closeCover()
Protects the telescope. |
boolean |
derotator(double degree)
Moves the derotator of the telescope to the absoult position, if it is has one. |
boolean |
derotatorOffset(double degree)
Offsets the derotator by the given amount. |
String |
errors()
Dumps any errors that are present in the underlying system to the return string. |
Object |
getTcsParameter(String parameter)
Generic access to some named parameter exposed by the TCS. |
boolean |
initialize()
Initializes the telescope. |
boolean |
moveAzAlt(double az,
double alt)
Moves the azimuth and altitude axis of the telescope, start tracking. |
boolean |
moveRaDec(double ra,
double dec,
double off,
boolean follow)
Moves the telescope to the given ra and dec, start tracking. |
boolean |
offset(double deg1,
double deg2)
Offsets the telescope. |
boolean |
openCover()
Protects the telescope. |
String |
pointingAt()
Dumps the instrumental (encoder) position plus the offset to the current pointing. |
void |
quit()
Quits the master. |
boolean |
setTcsParameter(String parameter,
Object to)
Generic access to some named parameter exposed by the TCS. |
boolean |
startTracking()
Starts the tracking from the current position of the telescope. |
boolean |
stopTracking()
Stops the tracking of the telescope. |
boolean |
wipe()
Ereases any memory of old errors. |
| Methods inherited from interface stella.rmi.FocusControlling |
|---|
focus, focusOffset |
| Methods inherited from interface stella.rmi.ListenerControlling |
|---|
automatic, external, getStatus, manual, park, reset, setPassive |
| Method Detail |
|---|
boolean derotator(double degree)
throws RemoteException
RemoteException
boolean derotatorOffset(double degree)
throws RemoteException
RemoteException
boolean moveAzAlt(double az,
double alt)
throws RemoteException
RemoteException
boolean moveRaDec(double ra,
double dec,
double off,
boolean follow)
throws RemoteException
RemoteException
boolean offset(double deg1,
double deg2)
throws RemoteException
RemoteException
boolean addOffset(double deg1,
double deg2)
throws RemoteException
RemoteException
boolean startTracking()
throws RemoteException
RemoteException
boolean stopTracking()
throws RemoteException
RemoteException
boolean changePort(int portid)
throws RemoteException
RemoteException
boolean setTcsParameter(String parameter,
Object to)
throws RemoteException
RemoteException
Object getTcsParameter(String parameter)
throws RemoteException
RemoteException
boolean initialize()
throws RemoteException
initialize in interface ListenerControllingRemoteException
boolean clear()
throws RemoteException
RemoteException
boolean wipe()
throws RemoteException
RemoteException
String errors()
throws RemoteException
RemoteException
String pointingAt()
throws RemoteException
RemoteException
boolean closeCover()
throws RemoteException
RemoteException
boolean openCover()
throws RemoteException
RemoteException
void quit()
throws RemoteException
quit in interface ListenerControllingRemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||