DEIMOS
Earth Observation Mission CFI Software
DataHandling Software User Manual
ESA

EECFI::StarRec Class Reference

Class for storing star information. More...

List of all members.

Public Member Functions

 StarRec ()
 Empty constructor.
 StarRec (const bool starFlag, const std::string &starIdentity, const double parallax, const double muRAscension, const double muDeclination, const double radVelocity, const double starRAscension, const double starDeclination)
 Constructor with parameters.
 ~StarRec () NOEXCEPT
 Destructor.

Public Attributes

bool flag
 true if the star was found in the star database file.
std::string starId
 Star ID.
double par
 Parallax of the star at JD2000 (rads).
double muRa
 RA's proper motion at JD2000 (rad/century).
double muDec
 DEC's proper motion at JD2000 (rad/century).
double radVel
 Radial velocity of the star (au/century).
double starRa
 RA of the star at JD2000 (rads).
double starDec
 DEC of the star at JD2000 (rads).

Detailed Description

Class for storing star information.


Constructor & Destructor Documentation

EECFI::StarRec::StarRec (  ) 

Empty constructor.

EECFI::StarRec::StarRec ( const bool  starFlag,
const std::string &  starIdentity,
const double  parallax,
const double  muRAscension,
const double  muDeclination,
const double  radVelocity,
const double  starRAscension,
const double  starDeclination 
)

Constructor with parameters.

EECFI::StarRec::~StarRec (  ) 

Destructor.


Member Data Documentation

true if the star was found in the star database file.

Referenced by EECFI::StarFile::read().

DEC's proper motion at JD2000 (rad/century).

Referenced by EECFI::StarFile::read().

RA's proper motion at JD2000 (rad/century).

Referenced by EECFI::StarFile::read().

Parallax of the star at JD2000 (rads).

Referenced by EECFI::StarFile::read().

Radial velocity of the star (au/century).

Referenced by EECFI::StarFile::read().

DEC of the star at JD2000 (rads).

Referenced by EECFI::StarFile::read().

Star ID.

Referenced by EECFI::StarFile::read().

RA of the star at JD2000 (rads).

Referenced by EECFI::StarFile::read().


Generated on Thu Jun 24 2021 13:50:09 for by doxygen 1.7.1