public final class KnockeRiesModel extends Object implements IEmissivityModel
Earth emissivity of the Knocke-Ries model (albedo and infrared)
Modifier and Type | Field and Description |
---|---|
static double |
A0
coefficient a0 of Knocke-Ries model.
|
static double |
A2
coefficient a2 of Knocke-Ries model.
|
static double |
C1AL
coefficient c1al of Knocke-Ries model.
|
static double |
C1IR
coefficient c1ir of Knocke-Ries model.
|
static double |
D0
coefficient a0 of Knocke-Ries model.
|
static double |
DAYSYEAR
duration of a year (in days).
|
static double |
E2
coefficient a2 of Knocke-Ries model.
|
static AbsoluteDate |
REFDAY
reference day of Knocke-Ries model.
|
Constructor and Description |
---|
KnockeRiesModel() |
Modifier and Type | Method and Description |
---|---|
double[] |
getEmissivity(AbsoluteDate cdate,
double latitude,
double longitude)
Computing of the emissivities of earth (albedo and infrared) based of the Knocke-Reis model (the longitude is not
used in this model)
See Obelix Reference manuel (NT-07-1)
|
public static final double A0
public static final double A2
public static final double C1AL
public static final double D0
public static final double E2
public static final double C1IR
public static final AbsoluteDate REFDAY
public static final double DAYSYEAR
public double[] getEmissivity(AbsoluteDate cdate, double latitude, double longitude)
Computing of the emissivities of earth (albedo and infrared) based of the Knocke-Reis model (the longitude is not used in this model)
See Obelix Reference manuel (NT-07-1)getEmissivity
in interface IEmissivityModel
cdate
- current datelatitude
- (rad)
geocentric latitude.
The angle between the radius (from centre to the point on the surface) and the equatorial planelongitude
- (rad) geocentric longitudeCopyright © 2020 CNES. All rights reserved.