| Package | Description |
|---|---|
| esa.neliota.dataModels | |
| esa.neliota.external | |
| esa.neliota.internal | |
| esa.neliota.utilities |
| Modifier and Type | Field and Description |
|---|---|
Declination |
EventRecord.Dec |
| Modifier and Type | Method and Description |
|---|---|
void |
EventRecord.assignTelescopePosition(RightAscension ra,
Declination dec,
double equinox,
double raRateOff,
double decRateOff,
double alt,
double az,
double airmass)
Assign the position properties of the telescope to the event
|
| Modifier and Type | Method and Description |
|---|---|
int |
TelIF.move(RightAscension RA,
Declination dec,
double epoch)
Moves the telescope to the coordinates provided, in epoch 2000.
|
| Modifier and Type | Field and Description |
|---|---|
Declination |
ObjectProperties.Dec |
Declination |
BlockStar.Dec |
Declination |
BlockMoon.Dec |
| Modifier and Type | Method and Description |
|---|---|
void |
BlockMoon.setMoonPosition(RightAscension ra,
Declination dec,
double raRate,
double decRate) |
void |
BlockMoon.setMoonPositionCoordinates(RightAscension ra,
Declination dec) |
void |
BlockStar.setPosition(RightAscension ra,
Declination dec) |
| Modifier and Type | Field and Description |
|---|---|
Declination |
StandardStar.Dec |
| Modifier and Type | Method and Description |
|---|---|
double |
RADecDistanceComparator.angularDistance(RightAscension extRA,
Declination extDec)
Calculates the Euclidean angularDistance in degrees from the reference position
|
| Constructor and Description |
|---|
Declination(Declination dec)
Class copy constructor
|
RADecDistanceComparator(RightAscension targetRA,
Declination targetDec)
Class constructor, sets the reference position.
|
SkyCoordinates(RightAscension RA,
Declination Dec) |