Calculates the set of pass segments for the satellite pass.

Namespace: Zeptomoby.OrbitTools.Track
Assembly: Zeptomoby.OrbitTools.Track (in Zeptomoby.OrbitTools.Track.dll) Version: 1.5.0.0 (1.5.0.0)

Syntax

C#
public void CalcPassSegments(
	Station station,
	Satellite sat,
	double t1,
	double t2
)
Visual Basic
Public Sub CalcPassSegments ( _
	station As Station, _
	sat As Satellite, _
	t1 As Double, _
	t2 As Double _
)
Visual C++
public:
void CalcPassSegments(
	Station^ station, 
	Satellite^ sat, 
	double t1, 
	double t2
)

Parameters

station
Type: Zeptomoby.OrbitTools.Track..::..Station
The Earth station.
sat
Type: Satellite
The satellite.
t1
Type: System..::..Double
The start time; used only if no valid AOS is defined.
t2
Type: System..::..Double
The stop time; used only if no valid LOS is defined.

See Also