|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectastro.WcsMatch.Stereographic
private class WcsMatch.Stereographic
The multidimensional for stereographic projection.
| Field Summary | |
|---|---|
private Vector3D[] |
catalog
The catalog with all valid measures. |
private Vector3D[] |
measured
The identified measures to the catalog. |
| Constructor Summary | |
|---|---|
private |
WcsMatch.Stereographic()
|
| Method Summary | |
|---|---|
int |
dimension()
Returns the dimension of the input vector of the function. |
double |
eval(VectorG v,
boolean print)
|
double |
evaluate(VectorG v)
Evaluates this function at an input vector x. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private Vector3D[] catalog
private Vector3D[] measured
| Constructor Detail |
|---|
private WcsMatch.Stereographic()
| Method Detail |
|---|
private void setCatalogAndMeasures(Vector3D[] cat,
Vector3D[] meas)
public int dimension()
Multidimensional
dimension in interface Multidimensionalpublic double evaluate(VectorG v)
Multidimensional
evaluate in interface Multidimensional
public double eval(VectorG v,
boolean print)
protected Vector2D getDisplacement(VectorG v,
Vector3D star,
Vector3D pix)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||