-
Notifications
You must be signed in to change notification settings - Fork 14
SGPdotNET.Exception
parzivail edited this page Apr 15, 2019
·
2 revisions
Exception thrown by the propagator when a satellite decays
public class SGPdotNET.Exception.DecayedException
: Exception, ISerializable, _Exception
Properties
Type | Name | Summary |
---|---|---|
Vector3 |
Position | Position of the satellite at time |
DateTime |
Time | Time of the event |
Vector3 |
Velocity | Velocity of the satellite at time |
Exception thrown by the propagator when a satellite has erroneous values
public class SGPdotNET.Exception.SatellitePropagationException
: Exception, ISerializable, _Exception
Exception thrown by the TLE parser when a TLE has invalid values
public class SGPdotNET.Exception.TleException
: Exception, ISerializable, _Exception