|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.aerith.misao.util.AsteroidalMagnitudeFormula
The AsteroidalMagnitudeFormula represents a formula to
calculate the magnitude of an asteroid.
| Field Summary | |
protected double |
G
The reflection ratio. |
protected double |
H
The standard magnitude. |
| Constructor Summary | |
AsteroidalMagnitudeFormula(double H,
double G)
Constructs an AsteroidalMagnitudeFormula. |
|
| Method Summary | |
double |
calculate(EphemerisRecord record,
Orbit orbit)
Calculates the magnitude. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected double H
protected double G
| Constructor Detail |
public AsteroidalMagnitudeFormula(double H,
double G)
AsteroidalMagnitudeFormula.H - the standard magnitude.G - the reflection ratio.| Method Detail |
public double calculate(EphemerisRecord record,
Orbit orbit)
record - the ephemeris record.orbit - the orbital elements.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||