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

Information about a comet with a parabolic orbit. More...

Properties

string Name [get, set]
 Name of the comet.
 
double EpochPeriDay [get, set]
 Epoch perihelion day.
 
int EpochPeriMonth [get, set]
 Epoch perihelion month.
 
int EpochPeriYear [get, set]
 Epoch perihelion year.
 
double ArgPeri [get, set]
 Arg perihelion.
 
double Node [get, set]
 Comet's node.
 
double PeriDist [get, set]
 Distance at the perihelion.
 
double Incl [get, set]
 Inclination.
 

Detailed Description

Information about a comet with a parabolic orbit.

Definition at line 55 of file CometData.cs.

Property Documentation

◆ ArgPeri

double ArgPeri
getset

Arg perihelion.

Definition at line 80 of file CometData.cs.

◆ EpochPeriDay

double EpochPeriDay
getset

Epoch perihelion day.

Definition at line 65 of file CometData.cs.

◆ EpochPeriMonth

int EpochPeriMonth
getset

Epoch perihelion month.

Definition at line 70 of file CometData.cs.

◆ EpochPeriYear

int EpochPeriYear
getset

Epoch perihelion year.

Definition at line 75 of file CometData.cs.

◆ Incl

double Incl
getset

Inclination.

Definition at line 95 of file CometData.cs.

◆ Name

string Name
getset

Name of the comet.

Definition at line 60 of file CometData.cs.

◆ Node

double Node
getset

Comet's node.

Definition at line 85 of file CometData.cs.

◆ PeriDist

double PeriDist
getset

Distance at the perihelion.

Definition at line 90 of file CometData.cs.


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