OnSurface Structure

Parameters of observer's location

Definition

Namespace: ASCOM.Tools.Novas31
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 2.2.1+77356f79b05b579f6d860a4edd5934fda9fe29e4
C#
public struct OnSurface
Inheritance
Object    ValueType    OnSurface

Remarks

This structure is identical to the NOVAS2 SiteInfo structure but is included so that NOVAS3 naming conventions are maintained, making it easier to relate this code to the NOVAS3 documentation and C code.

Fields

Height Observer's height above sea level
Latitude Geodetic (ITRS) latitude; north positive (degrees)
Longitude Geodetic (ITRS) longitude; east positive (degrees)
Pressure Observer's location's atmospheric pressure (millibars)
Temperature Observer's location's ambient temperature (degrees Celsius)

Version Information

.NET Standard

Supported in: 2.0

See Also