public class Asteroid extends Object
| Constructor and Description |
|---|
Asteroid() |
| Modifier and Type | Method and Description |
|---|---|
static double |
ln_get_asteroid_mag(double JD,
LnEllOrbit orbit,
double H,
double G)
double ln_get_asteroid_mag(double JD, LnEllOrbit orbit, double H, double
G) \param JD Julian day.
|
static double |
ln_get_asteroid_sdiam_arc(double JD,
LnEllOrbit orbit,
double H,
double A)
double ln_get_asteroid_sdiam_arc(double JD, LnEllOrbit orbit, double H,
double A) \param JD Julian day \param orbit Orbital parameters \param H
Absolute magnitude of asteroid \param A Albedo of asteroid \return
Semidiameter in seconds of arc
Calculate the semidiameter of an asteroid in arc seconds.
|
static double |
ln_get_asteroid_sdiam_km(double H,
double A)
double ln_get_asteroid_sdiam_km (double H, double A) \param H Absolute
magnitude of asteroid \param A Albedo of asteroid \return Semidiameter in
km
Calculate the semidiameter of an asteroid in km.
|
public static double ln_get_asteroid_mag(double JD,
LnEllOrbit orbit,
double H,
double G)
public static double ln_get_asteroid_sdiam_km(double H,
double A)
public static double ln_get_asteroid_sdiam_arc(double JD,
LnEllOrbit orbit,
double H,
double A)
Copyright © 2019. All rights reserved.