Optional
Telescope.DoesRefraction Property
Telescope.DoesRefraction (read-write, Boolean)
True if the telescope or driver applies atmospheric refraction to coordinates.
Syntax
Telescope.DoesRefraction [= Boolean]
The property syntax has these parts:
Part |
Description |
Value (Boolean) |
True if the telescope or driver applies atmospheric refraction to coordinates. |
Remarks
If this property is True, the coordinates sent to, and retrieved from, the telescope are unrefracted.
NOTES:
- If the driver does not know whether the attached telescope does its own refraction, and if the driver does not itself calculate refraction, this property (if implemented) must raise an error when read.
- Writing to this property is optional. Often, a telescope (or its driver) calculates refraction using standard atmospheric parameters. If the client wishes to calculate a more accurate refraction, then this property could be set to False and these client-refracted coordinates used. If disabling the telescope or driver's refraction is not supported, the driver must raise an error when an attempt to set this property to False is made.
- Setting this property to True for a telescope or driver that does refraction, or to False for a telescope or driver that does not do refraction, shall not raise an error. It shall have no effect.
Copyright © 2001-2004, The ASCOM Initiative