public interface AutoGuidingShift
| Modifier and Type | Method and Description |
|---|---|
void |
abort()
If during guiding a situation is discovered that cannot be solved and may
also persist after a restart, this method is called.
|
void |
measuredShift(Date now,
Vector2D pixel,
boolean pivot)
The callback method for instances that measure a nominal versus apparent
shift.
|
void |
restart()
If during guiding the reading of the CCD fails, we call this method.
|
void measuredShift(Date now, Vector2D pixel, boolean pivot)
now - The time as close to the actual measurement as possible.pixel - The retrieved pixel shift, nominal minus apparent.pivot - True, if signal was detected on pivotal point.void abort()
void restart()