Click or drag to resize
XDL

XSatelliteGetGST Method

Modified Julian Date에 대응하는 Greenwich sidereal time을 계산한다.

Namespace: Pixoneer.NXDL.NSAR
Assembly: NXDLsar (in NXDLsar.dll) Version: 3.0.0.0
Syntax
C#
public double GetGST(
	double mjd
)

Parameters

mjd  Double
Modified Julian Date 값

Return Value

Double
Greenwich sidereal time 값(radian : 0 ~ 2PI)
See Also