| Package | Description |
|---|---|
| astro | |
| stella.merit |
| Modifier and Type | Method and Description |
|---|---|
static Position |
Position.fromDegrees(double rad,
double ded)
Creates a new position with ra and dec specified in degress.
|
static Position |
Position.fromHourAndDegree(double rah,
double ded)
Creates a new position with ra in hours and dec in degrees.
|
static Position |
Position.fromHourAndDegreeString(String ras,
String des)
Creates a new position with ra in dec specified as a string.
|
static Position |
Position.fromRadians(double rar,
double der)
Creates a new position with ra and dec specified in radians.
|
| Modifier and Type | Method and Description |
|---|---|
static double |
Astro.distance(Position p1,
Position p2)
Calcualtes the distance of two sky positions, given by their ra and dec.
|
| Modifier and Type | Method and Description |
|---|---|
protected Position |
SunAvoidanceMerit.getAvoidancePosition(GlobalGrouping set,
TargetDefinition target)
Returns the position of the sun.
|
protected abstract Position |
AvoidanceMerit.getAvoidancePosition(GlobalGrouping set,
TargetDefinition target)
Calculates the position that should be avoided from the current
parameters and the actual target.
|
protected Position |
MoonAvoidanceMerit.getAvoidancePosition(GlobalGrouping set,
TargetDefinition target)
Returns the position of the sun.
|