public interface PointingModelControlling extends TelescopeControlling
| Modifier and Type | Method and Description |
|---|---|
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.
|
addOffset, changePort, clear, closeCover, derotator, derotatorOffset, errors, getTcsParameter, initialize, moveAzAlt, moveRaDec, offset, openCover, pointingAt, quit, setTcsParameter, startTracking, stopTracking, wipefocus, focusOffsetautomatic, external, getStatus, manual, park, reset, setPassiveboolean clearPointings()
throws RemoteException
RemoteExceptionboolean loadPointings(File load) throws RemoteException
RemoteExceptionboolean savePointings(File save) throws RemoteException
RemoteExceptionboolean addPointingAs(String maybenull) throws RemoteException
maybenull - An identifier for this measure or null.RemoteExceptionboolean requestPointingModel()
throws RemoteException
RemoteExceptionboolean changePointingModel(String model) throws RemoteException
RemoteException