public abstract static class AbstractPinholeModel.AbstractPinholeFits extends AbstractFitsImageModel
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractPinholeFits(MImageHDU fits,
Rectangle box) |
| Modifier and Type | Method and Description |
|---|---|
protected Vector3D |
applyBackground(double back,
double backerr)
We apply the measured background and its error in the sense that we
use a gain of one and a default sigma of three.
|
protected Vector3D |
applyBackground(double back,
double backerr,
double sigma,
double gain)
We apply the measured background and its error and use the returned
photon statistics array as our sigma statistic.
|
abstract VectorG |
getFirstModel()
Returns a first estimate.
|
abstract VectorG |
getFirstStep()
Returns step size of the first model for simplex use.
|
abstract double[] |
getStarModel(VectorG solution)
Returns the model of the star as it would have been seen without
the pinhole.
|
aboveBackground, dimension, dimensionOfIndependent, equalData, getArea, getFloatImageData, getFloatImageDataErrors, getFloatImageModel, getFloatImageResiduals, getImageData, getImageDataErrors, getImageModel, getImageResiduals, getMeasureCount, getMeasurementErrors, getMeasures, getMetric, getModel, getResiduals, getRms, getTimes, getTotalErrors, getUpLeft, getYX, photonAndReadoutNoise, setAduErrors, subtractclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitevaluateModel, getParameterCountprotected AbstractPinholeFits(MImageHDU fits, Rectangle box) throws BasicFitsException
BasicFitsExceptionprotected Vector3D applyBackground(double back, double backerr)
back - backerr - protected Vector3D applyBackground(double back, double backerr, double sigma, double gain)
back - backerr - sigma - gain - public abstract VectorG getFirstModel()
public abstract VectorG getFirstStep()
public abstract double[] getStarModel(VectorG solution)