public class WcsModel extends AbstractMultidimensionalGradientModel
| Modifier and Type | Field and Description |
|---|---|
private WcsProjection |
wcs
The WCS projection that converts pixel to ra/de.
|
sigma, x, y| Constructor and Description |
|---|
WcsModel(VectorG[] xy,
VectorG[] rade)
We construct the model using the measured pixel coordinates and the
matched catalog ra de.
|
WcsModel(VectorG[] xy,
VectorG[] rade,
WcsProjection using)
We construct the model using the measured pixel coordinates and the
matched catalog ra de.
|
| Modifier and Type | Method and Description |
|---|---|
VectorG |
evaluateModel(VectorG params,
VectorG pixel)
We evaluate the WCS model for the given parameters and the pixel
position.
|
VectorG[] |
evaluateModelGradient(VectorG params,
VectorG pixel) |
int |
getParameterCount()
The parameter count is the parameter count from the projection.
|
WcsProjection |
getProjection()
Returns the projection used by this model.
|
check, check, getCovarianceForSolution, getCovarianceForSolution, getErrorlessNegativeChi2HalfGradient, getErrorlessPseudoHessian, getGradientsAtMeasure, getNegativeChi2HalfGradient, getNegativeChi2HalfGradient, getPseudoHessian, getPseudoHessianclip, dimension, dimensionOfIndependent, equalData, getChiSquareModel, getChiSquareModel, getLorentzianModel, getMeasureCount, getMeasurementErrors, getMeasures, getMetric, getModel, getModel, getResiduals, getResiduals, getRms, getRms, getRobustModel, getTimes, getTotalErrors, simplexChiSquareSolve, simplexChiSquareSolve, simplexLorentzSolve, simplexLorentzSolve, simplexRobustSolve, simplexRobustSolveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdimension, dimensionOfIndependent, getMeasureCount, getMeasurementErrors, getMeasures, getMetric, getModel, getResiduals, getTimes, getTotalErrorsgetChiSquareModelprivate final WcsProjection wcs
public WcsModel(VectorG[] xy, VectorG[] rade)
public WcsModel(VectorG[] xy, VectorG[] rade, WcsProjection using)
public int getParameterCount()
public VectorG evaluateModel(VectorG params, VectorG pixel)
public WcsProjection getProjection()