Practical Astronomy Algorithms in .NET/C#
Loading...
Searching...
No Matches
PlanetData Class Reference

Information about a planet. More...

Properties

string Name [get, set]
 Name of planet.
 
double tp_PeriodOrbit [get, set]
 Period of orbit.
 
double long_LongitudeEpoch [get, set]
 Longitude at the epoch.
 
double peri_LongitudePerihelion [get, set]
 Longitude of the perihelion.
 
double ecc_EccentricityOrbit [get, set]
 Eccentricity of the orbit.
 
double axis_AxisOrbit [get, set]
 Semi-major axis of the orbit.
 
double incl_OrbitalInclination [get, set]
 Orbital inclination.
 
double node_LongitudeAscendingNode [get, set]
 Longitude of the ascending node.
 
double theta0_AngularDiameter [get, set]
 Angular diameter at 1 AU.
 
double v0_VisualMagnitude [get, set]
 Visual magnitude at 1 AU.
 

Detailed Description

Information about a planet.

Definition at line 9 of file PlanetData.cs.

Property Documentation

◆ axis_AxisOrbit

double axis_AxisOrbit
getset

Semi-major axis of the orbit.

Original element name: axis

Definition at line 59 of file PlanetData.cs.

◆ ecc_EccentricityOrbit

double ecc_EccentricityOrbit
getset

Eccentricity of the orbit.

Original element name: ecc

Definition at line 50 of file PlanetData.cs.

◆ incl_OrbitalInclination

double incl_OrbitalInclination
getset

Orbital inclination.

Original element name: incl

Definition at line 68 of file PlanetData.cs.

◆ long_LongitudeEpoch

double long_LongitudeEpoch
getset

Longitude at the epoch.

Original element name: long

Definition at line 32 of file PlanetData.cs.

◆ Name

string Name
getset

Name of planet.

Definition at line 14 of file PlanetData.cs.

◆ node_LongitudeAscendingNode

double node_LongitudeAscendingNode
getset

Longitude of the ascending node.

Original element name: node

Definition at line 77 of file PlanetData.cs.

◆ peri_LongitudePerihelion

double peri_LongitudePerihelion
getset

Longitude of the perihelion.

Original element name: peri

Definition at line 41 of file PlanetData.cs.

◆ theta0_AngularDiameter

double theta0_AngularDiameter
getset

Angular diameter at 1 AU.

Original element name: theta0

Definition at line 86 of file PlanetData.cs.

◆ tp_PeriodOrbit

double tp_PeriodOrbit
getset

Period of orbit.

Original element name: tp

Definition at line 23 of file PlanetData.cs.

◆ v0_VisualMagnitude

double v0_VisualMagnitude
getset

Visual magnitude at 1 AU.

Original element name: v0

Definition at line 95 of file PlanetData.cs.


The documentation for this class was generated from the following file: