public final class NRLMSISE00 extends Object implements Serializable
| Constructor and Description |
|---|
NRLMSISE00() |
| Modifier and Type | Method and Description |
|---|---|
void |
gtd7d(Input input,
Flags flags,
Output output)
gtd7d.
|
protected double |
splint(double[] xa,
double[] ya,
double[] y2a,
int n,
double x)
splint calculate cubic spline interpolation value adapted from numerical recipes by press et al.
|
protected double splint(double[] xa,
double[] ya,
double[] y2a,
int n,
double x)
xa - array of abscissa in ascending order by xya - array of tabulated function in ascending order by xy2a - array of second derivativesn - size of arrays xa,ya,y2ax - abscissa for interpolationpublic void gtd7d(Input input, Flags flags, Output output)
input - inputflags - flagsoutput - outputCopyright © 2020 CNES. All rights reserved.