SofaRefco Method

Refraction constants from meteorology and wavelength.

Definition

Namespace: ASCOM.Tools
Assembly: ASCOM.AstrometryTools (in ASCOM.AstrometryTools.dll) Version: 3.0.0-rc.1+86c25ce733aebb4d8b1b8a62e84770ea5e972bea
C#
public static void Refco(
	double phpa,
	double tc,
	double rh,
	double wl,
	ref double refa,
	ref double refb
)

Parameters

phpa  Double
Pressure at observer (hPa).
tc  Double
Ambient temperature (deg C).
rh  Double
Relative humidity (0-1).
wl  Double
Wavelength (micrometers).
refa  Double
Returned refraction constant A.
refb  Double
Returned refraction constant B.

Version Information

.NET Standard

Supported in: 2.0

See Also