private class WcsMatch.Stereographic extends Object implements Multidimensional
| Modifier and Type | Field and Description |
|---|---|
private Vector3D[] |
catalog
The catalog with all valid measures.
|
private Vector3D[] |
measured
The identified measures to the catalog.
|
| Modifier | Constructor and Description |
|---|---|
private |
Stereographic() |
| Modifier and Type | Method and Description |
|---|---|
int |
dimension() |
double |
eval(VectorG v,
boolean print) |
double |
evaluateWithNan(VectorG v) |
protected Vector2D |
getDisplacement(VectorG v,
Vector3D star,
Vector3D pix)
Returns the displacement to the current solution of a single star.
|
private void |
setCatalogAndMeasures(Vector3D[] cat,
Vector3D[] meas)
Sets measurements and catalog.
|
private Vector3D[] catalog
private Vector3D[] measured
private void setCatalogAndMeasures(Vector3D[] cat, Vector3D[] meas)
public int dimension()
dimension in interface Multidimensionalpublic double evaluateWithNan(VectorG v)
evaluateWithNan in interface Multidimensionalpublic double eval(VectorG v, boolean print)