public interface PointingAccessible
| Modifier and Type | Method and Description |
|---|---|
boolean |
commenceMove(double ra,
double de)
Moves the telescope to the given ra/dec position in J2000.0 equinox.
|
boolean |
commenceMove(double ra,
double de,
double off,
boolean fol)
Moves the telescope to the given ra/dec position in J2000.0 equinox.
|
boolean |
commenceMoveAzAlt(double az,
double alt)
Moves the telescope to the desired alt/az position.
|
boolean |
commenceTracking(boolean start)
Starts or stops tracking of the telescope, but does not block until the
telescope is in the new state.
|
boolean commenceMove(double ra,
double de)
throws IOException,
TimeoutException
ra - Right ascension in degrees.de - Declination in degrees.IOExceptionTimeoutExceptionboolean commenceMove(double ra,
double de,
double off,
boolean fol)
throws IOException,
TimeoutException
ra - Right ascension in degrees.de - Declination in degrees.off - The derotator offset in degressfol - If true, the derotator follows the tracking.IOExceptionTimeoutExceptionboolean commenceMoveAzAlt(double az,
double alt)
throws IOException,
TimeoutException
az - Astronomical azimuth of desired telescope position.alt - Height of target of desired telescope positionIOExceptionTimeoutExceptionboolean commenceTracking(boolean start)
throws IOException,
TimeoutException
start - true for start, false for stopIOExceptionTimeoutException