|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PointingModelControlling
Defines remote access for telescopes that allow semi-automatic pointing model definition
| Method Summary | |
|---|---|
boolean |
addPointingAs(String maybenull)
Add a single pointing to the internal pointing list. |
boolean |
changePointingModel(String model)
Switches to the specified pointing model. |
boolean |
clearPointings()
Clears all measured pointings from the internal list |
boolean |
loadPointings(File load)
Loads previously saved pointing model measures from the given file. |
boolean |
requestPointingModel()
If the telescope can be queried for its pointing model, this is done here. |
boolean |
savePointings(File save)
Saves all current pointing model measures to the given file. |
| Methods inherited from interface stella.rmi.TelescopeControlling |
|---|
addOffset, changePort, clear, closeCover, derotator, derotatorOffset, errors, getTcsParameter, initialize, moveAzAlt, moveRaDec, offset, openCover, pointingAt, quit, setTcsParameter, startTracking, stopTracking, wipe |
| 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 clearPointings()
throws RemoteException
RemoteException
boolean loadPointings(File load)
throws RemoteException
RemoteException
boolean savePointings(File save)
throws RemoteException
RemoteException
boolean addPointingAs(String maybenull)
throws RemoteException
maybenull - An identifier for this measure or null.
RemoteException
boolean requestPointingModel()
throws RemoteException
RemoteException
boolean changePointingModel(String model)
throws RemoteException
RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||