SofaApio13 Method

Convenience Apio (IAU 2000/2006) returning status.

Definition

Namespace: ASCOM.Tools
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public static int Apio13(
	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
)

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.

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