|
Earth Observation Mission CFI Software Lib Software User Manual for JAVA |
|
Data structure containing Right Ascension and Declination of star. More...
Public Member Functions | |
| StarRaDec () | |
| Empty constructor. | |
| StarRaDec (double ras, double decl) | |
| Constructor with paramters. | |
Public Attributes | |
| double | ra |
| Right ascension. | |
| double | dec |
| Declination. | |
Data structure containing Right Ascension and Declination of star.
| EECFI.StarRaDec.StarRaDec | ( | ) |
Empty constructor.
| EECFI.StarRaDec.StarRaDec | ( | double | ras, | |
| double | decl | |||
| ) |
Constructor with paramters.
| double EECFI.StarRaDec.dec |
Declination.
| double EECFI.StarRaDec.ra |
Right ascension.
1.7.1