| Package | Description |
|---|---|
| astro |
| Modifier and Type | Method and Description |
|---|---|
static WcsFit.Minimization |
WcsFit.Minimization.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WcsFit.Minimization[] |
WcsFit.Minimization.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private VectorG |
WcsFit.amoebaSolve(VectorG start,
VectorG len,
WcsFit.Minimization how)
We solve with an Amoeba and return the result.
|
VectorG |
WcsFit.solve(VectorG start,
WcsFit.Minimization how)
We try to solve for the WCS.
|