DotNet.Astronomy.Record.BodyProperties - Elite-Dangerous-Almanac/Almanac-Core GitHub Wiki
EliteDangerousAlmanac / Astronomy / BodyProperties
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:75
Everything a scan states about one body.
A field the scan did not state is absent rather than zero. A star states its stellar mass and its class, a planet states its Earth masses and its planet class, and both state a radius and a surface temperature. Every calculation over a body answers null where the body states nothing it can read.
The property names are the journal's own, so a caller passes an event straight in.
AbsoluteMagnitude:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:133
The star's absolute magnitude.
AgeMY:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:137
The star's age in millions of years.
AscendingNode:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:99
The longitude of the ascending node in degrees.
Atmosphere:
string?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:153
The atmosphere in the game's own words.
AtmosphereComposition:
IReadOnlyList<AtmosphereComponent>?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:161
The gases the atmosphere holds, by share.
AtmosphereType:
string?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:157
The atmosphere's type, such as CarbonDioxide.
AxialTilt:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:113
The axial tilt in radians.
Composition:
BodyComposition?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:185
What the body is made of, by share.
Eccentricity:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:83
The orbit's eccentricity: zero is a circle.
Landable:
bool?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:181
Whether a ship can land on the body.
Luminosity:
string?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:141
The star's luminosity class, such as V.
MassEM:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:169
The planet's mass in Earth masses.
Materials:
IReadOnlyList<SurfaceMaterial>?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:189
The materials a landable surface carries.
MeanAnomaly:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:103
The mean anomaly in degrees.
OrbitalInclination:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:87
The orbit's inclination in degrees.
OrbitalPeriod:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:95
The orbital period in seconds.
Periapsis:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:91
The argument of periapsis in degrees.
PlanetClass:
string?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:145
The planet's class, such as High metal content body.
Radius:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:193
The body's radius in metres.
ReserveLevel:
string?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:205
How much a ring holds to mine, in the game's own words.
Rings:
IReadOnlyList<BodyRing>?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:201
The rings around the body.
RotationPeriod:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:109
The rotation period in seconds. A negative figure is a body that turns the other way.
SemiMajorAxis:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:79
The orbit's semi-major axis in metres.
StarType:
string?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:121
The star's class, such as G, N for a neutron star or H for a black hole.
StellarMass:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:129
The star's mass in solar masses.
Subclass:
int?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:125
The star's subclass, from zero through nine.
SurfaceGravity:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:173
The surface gravity in metres a second squared.
SurfacePressure:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:177
The surface pressure in pascals.
SurfaceTemperature:
double?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:197
The surface temperature in kelvin.
TerraformState:
string?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:149
Whether the planet can be terraformed, and whether it already is.
TidalLock:
bool?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:117
Whether the body keeps one face towards what it orbits.
Volcanism:
string?
Defined in: dotnet/src/EliteDangerousAlmanac/Astronomy/BodyScan.cs:165
The volcanism in the game's own words.