SofaApco13 Method

Convenience wrapper to prepare astrometry parameters for observed place (IAU 2000/2006). Returns status: 0 = ok, non-zero signals problems (see SOFA docs).

Definition

Namespace: ASCOM.Tools
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public static int Apco13(
	double utc1,
	double utc2,
	double dut1,
	double elong,
	double phi,
	double hm,
	double xp,
	double yp,
	double phpa,
	double tc,
	double rh,
	double wl,
	ref SofaAstrom astrom,
	ref double eo
)

Parameters

utc1  Double
UTC as a 2-part quasi Julian Date (part 1).
utc2  Double
UTC as a 2-part quasi Julian Date (part 2).
dut1  Double
UT1-UTC (seconds).
elong  Double
Observer longitude (radians, east positive).
phi  Double
Observer geodetic latitude (radians).
hm  Double
Observer height above ellipsoid (m).
xp  Double
Polar motion X (radians).
yp  Double
Polar motion Y (radians).
phpa  Double
Pressure at observer (hPa).
tc  Double
Ambient temperature (deg C).
rh  Double
Relative humidity (0-1).
wl  Double
Wavelength (micrometers).
astrom  SofaAstrom
Returned astrometry parameters.
eo  Double
Returned equation of the origins.

Return Value

Int32
Status code: 0 = OK, non-zero signals a problem (see SOFA documentation).

Version Information

.NET Standard

Supported in: 2.0

See Also