|
| DummyMathPlugin () |
|
virtual | ~DummyMathPlugin () |
|
virtual bool | Initialise (InMemoryDatabase *pInMemoryDatabase) |
| Initialise or re-initialise the math plugin. More...
|
|
virtual bool | TransformCelestialToTelescope (const double RightAscension, const double Declination, double JulianOffset, TelescopeDirectionVector &ApparentTelescopeDirectionVector) |
| Get the alignment corrected telescope pointing direction for the supplied celestial coordinates. More...
|
|
virtual bool | TransformTelescopeToCelestial (const TelescopeDirectionVector &ApparentTelescopeDirectionVector, double &RightAscension, double &Declination) |
| Get the true celestial coordinates for the supplied telescope pointing direction. More...
|
|
virtual | ~AlignmentSubsystemForMathPlugins () |
| Virtual destructor. More...
|
|
| MathPlugin (MountAlignment_t ApproximateAlignment=ZENITH) |
| Default constructor. More...
|
|
virtual | ~MathPlugin () |
| Virtual destructor. More...
|
|
virtual MountAlignment_t | GetApproximateMountAlignment () |
| Get the approximate alognment of the mount. More...
|
|
virtual void | SetApproximateMountAlignment (MountAlignment_t ApproximateAlignment) |
| Set the approximate alognment of the mount. More...
|
|
virtual | ~TelescopeDirectionVectorSupportFunctions () |
| Virtual destructor. More...
|
|
void | AltitudeAzimuthFromTelescopeDirectionVector (const TelescopeDirectionVector TelescopeDirectionVector, ln_hrz_posn &HorizontalCoordinates) |
| Calculates an altitude and azimuth from the supplied normalised direction vector and declination. More...
|
|
void | AltitudeAzimuthFromTelescopeDirectionVector (const TelescopeDirectionVector TelescopeDirectionVector, lnh_hrz_posn &HorizontalCoordinates) |
| Calculates an altitude and azimuth from the supplied normalised direction vector and declination. More...
|
|
void | EquatorialCoordinatesFromTelescopeDirectionVector (const TelescopeDirectionVector TelescopeDirectionVector, struct ln_equ_posn &EquatorialCoordinates) |
| Calculates equatorial coordinates from the supplied telescope direction vector and declination. More...
|
|
void | EquatorialCoordinatesFromTelescopeDirectionVector (const TelescopeDirectionVector TelescopeDirectionVector, struct lnh_equ_posn &EquatorialCoordinates) |
| Calculates equatorial coordinates from the supplied telescope direction vector and declination. More...
|
|
void | LocalHourAngleDeclinationFromTelescopeDirectionVector (const TelescopeDirectionVector TelescopeDirectionVector, struct ln_equ_posn &EquatorialCoordinates) |
| Calculates a local hour angle and declination from the supplied telescope direction vector and declination. More...
|
|
void | LocalHourAngleDeclinationFromTelescopeDirectionVector (const TelescopeDirectionVector TelescopeDirectionVector, struct lnh_equ_posn &EquatorialCoordinates) |
| Calculates a local hour angle and declination from the supplied telescope direction vector and declination. More...
|
|
void | SphericalCoordinateFromTelescopeDirectionVector (const TelescopeDirectionVector TelescopeDirectionVector, double &AzimuthAngle, AzimuthAngleDirection_t AzimuthAngleDirection, double &PolarAngle, PolarAngleDirection_t PolarAngleDirection) |
| Calculates a spherical coordinate from the supplied telescope direction vector. More...
|
|
const TelescopeDirectionVector | TelescopeDirectionVectorFromAltitudeAzimuth (ln_hrz_posn HorizontalCoordinates) |
| Calculates a normalised direction vector from the supplied altitude and azimuth. More...
|
|
const TelescopeDirectionVector | TelescopeDirectionVectorFromAltitudeAzimuth (lnh_hrz_posn HorizontalCoordinates) |
| Calculates a normalised direction vector from the supplied altitude and azimuth. More...
|
|
const TelescopeDirectionVector | TelescopeDirectionVectorFromEquatorialCoordinates (struct ln_equ_posn EquatorialCoordinates) |
| Calculates a telescope direction vector from the supplied equatorial coordinates. More...
|
|
const TelescopeDirectionVector | TelescopeDirectionVectorFromEquatorialCoordinates (struct lnh_equ_posn EquatorialCoordinates) |
| Calculates a telescope direction vector from the supplied equatorial coordinates. More...
|
|
const TelescopeDirectionVector | TelescopeDirectionVectorFromLocalHourAngleDeclination (struct ln_equ_posn EquatorialCoordinates) |
| Calculates a telescope direction vector from the supplied local hour angle and declination. More...
|
|
const TelescopeDirectionVector | TelescopeDirectionVectorFromSphericalCoordinate (const double AzimuthAngle, AzimuthAngleDirection_t AzimuthAngleDirection, const double PolarAngle, PolarAngleDirection_t PolarAngleDirection) |
| Calculates a telescope direction vector from the supplied spherical coordinate information. More...
|
|