DEIMOS
Earth Observation Mission CFI Software
DataHandling Software User Manual
for JAVA
ESA

EECFI.StarRec Class Reference

Class for storing star information. More...

List of all members.

Public Member Functions

 StarRec ()
 Constructor.
 StarRec (final boolean starFlag, final String starIdentity, final double parallax, final double muRAscension, final double muDeclination, final double radVelocity, final double starRAscension, final double starDeclination)
 Constructor with parameters.

Public Attributes

boolean flag
 true if the star was found in the star database file.
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 (  ) 

Constructor.

EECFI.StarRec.StarRec ( final boolean  starFlag,
final String  starIdentity,
final double  parallax,
final double  muRAscension,
final double  muDeclination,
final double  radVelocity,
final double  starRAscension,
final double  starDeclination 
)

Constructor with parameters.


Member Data Documentation

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

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

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

Parallax of the star at JD2000 (rads).

Radial velocity of the star (au/century).

DEC of the star at JD2000 (rads).

Star ID.

RA of the star at JD2000 (rads).


Generated on Mon Dec 11 2023 14:48:14 for by doxygen 1.7.1