|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--net.aerith.misao.util.CometaryMagnitudeFormula
The CometaryMagnitudeFormula represents a formula to
calculate the magnitude of a comet.
| Field Summary | |
protected double |
k
The coefficient of log r. |
protected double |
m0
The standard magnitude. |
| Constructor Summary | |
CometaryMagnitudeFormula(double m0,
double k)
Constructs a CometaryMagnitudeFormula. |
|
| Method Summary | |
double |
calculate(EphemerisRecord record,
Orbit orbit)
Calculates the magnitude. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
protected double m0
protected double k
| Constructor Detail |
public CometaryMagnitudeFormula(double m0,
double k)
CometaryMagnitudeFormula.m0 - the standard magnitude.k - the coefficient of log r.| 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 | ||||||||