private static class NasmythPointingModel.Harmonics extends Object
| Modifier and Type | Field and Description |
|---|---|
private SphericalHarmonics.LM[] |
lm
Index in this array is parameter index in model.
|
private double |
xhigh
Zonal harmonics: theta-hi cosine.
|
private double |
xlow
Zonal harmonics: theta-hi.
|
| Modifier | Constructor and Description |
|---|---|
private |
Harmonics(SphericalHarmonics.LM[] lm) |
private |
Harmonics(SphericalHarmonics.LM[] lm,
double thetalow,
double thetahigh) |
| Modifier and Type | Method and Description |
|---|---|
double |
evaluate(VectorG params,
VectorG azcosz)
The dimension of the parameter vector must match our lm-tupel.
|
int |
getNumberOfTerms() |
private SphericalHarmonics.LM[] lm
private double xhigh
private double xlow
private Harmonics(SphericalHarmonics.LM[] lm)
private Harmonics(SphericalHarmonics.LM[] lm, double thetalow, double thetahigh)
public int getNumberOfTerms()
public double evaluate(VectorG params, VectorG azcosz)