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 ()
 Default constructor.
 StarRec (bool starFlag, const std::string &starIdentity, double parallax, double muRAscension, double muDeclination, double radVelocity, double starRAscension, double starDeclination)
 Constructor with parameters.

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 (  ) 

Default constructor.

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

Constructor with parameters.


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 Mon Dec 11 2023 13:28:17 for by doxygen 1.7.1