WalkerConstellationPattern Enumeration |
Determines whether a Walker constellation has a delta pattern or a star pattern.
Namespace:
AGI.Foundation.Propagators
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum WalkerConstellationPattern
Public Enumeration WalkerConstellationPattern
public enum class WalkerConstellationPattern
type WalkerConstellationPattern
Members
| Member name | Description |
---|
| Delta |
Delta Walker constellations have orbital planes that span the full 360-degree range of ascending node values,
starting from the right ascension of the ascending node of the seed satellite.
|
| Star |
Star Walker constellations have orbital planes that span a 180-degree range of ascending node values,
starting from the right ascension of the ascending node of the seed satellite.
|
See Also