|
LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
#include <KernelSolution.h>
Public Types | |
| typedef boost::shared_ptr < RegularizedKernelSolution < InputT > > | Ptr |
Public Types inherited from lsst::ip::diffim::StaticKernelSolution< InputT > | |
| typedef boost::shared_ptr < StaticKernelSolution< InputT > > | Ptr |
Public Types inherited from lsst::ip::diffim::KernelSolution | |
| enum | KernelSolvedBy { NONE = 0, CHOLESKY_LDLT = 1, CHOLESKY_LLT = 2, LU = 3, EIGENVECTOR = 4 } |
| enum | ConditionNumberType { EIGENVALUE = 0, SVD = 1 } |
| typedef boost::shared_ptr < KernelSolution > | Ptr |
| typedef lsst::afw::math::Kernel::Pixel | PixelT |
| typedef lsst::afw::image::Image < lsst::afw::math::Kernel::Pixel > | ImageT |
Public Member Functions | |
| RegularizedKernelSolution (lsst::afw::math::KernelList const &basisList, bool fitForBackground, boost::shared_ptr< Eigen::MatrixXd > hMat, lsst::pex::policy::Policy policy) | |
| virtual | ~RegularizedKernelSolution () |
| void | solve () |
| double | getLambda () |
| double | estimateRisk (double maxCond) |
| boost::shared_ptr < Eigen::MatrixXd > | getM (bool includeHmat=true) |
Public Member Functions inherited from lsst::ip::diffim::StaticKernelSolution< InputT > | |
| StaticKernelSolution (lsst::afw::math::KernelList const &basisList, bool fitForBackground) | |
| virtual | ~StaticKernelSolution () |
| virtual void | build (lsst::afw::image::Image< InputT > const &templateImage, lsst::afw::image::Image< InputT > const &scienceImage, lsst::afw::image::Image< lsst::afw::image::VariancePixel > const &varianceEstimate) |
| virtual lsst::afw::math::Kernel::Ptr | getKernel () |
| virtual lsst::afw::image::Image < lsst::afw::math::Kernel::Pixel > ::Ptr | makeKernelImage () |
| virtual double | getBackground () |
| virtual double | getKsum () |
| virtual std::pair < boost::shared_ptr < lsst::afw::math::Kernel > , double > | getSolutionPair () |
Public Member Functions inherited from lsst::ip::diffim::KernelSolution | |
| KernelSolution (boost::shared_ptr< Eigen::MatrixXd > mMat, boost::shared_ptr< Eigen::VectorXd > bVec, bool fitForBackground) | |
| KernelSolution (bool fitForBackground) | |
| KernelSolution () | |
| virtual | ~KernelSolution () |
| virtual void | solve (Eigen::MatrixXd mMat, Eigen::VectorXd bVec) |
| KernelSolvedBy | getSolvedBy () |
| virtual double | getConditionNumber (ConditionNumberType conditionType) |
| virtual double | getConditionNumber (Eigen::MatrixXd mMat, ConditionNumberType conditionType) |
| boost::shared_ptr < Eigen::MatrixXd > | getM () |
| boost::shared_ptr < Eigen::VectorXd > | getB () |
| void | printM () |
| void | printB () |
| void | printA () |
| int | getId () const |
Private Member Functions | |
| std::vector< double > | _createLambdaSteps () |
Private Attributes | |
| boost::shared_ptr < Eigen::MatrixXd > | _hMat |
| Regularization weights. More... | |
| double | _lambda |
| Overall regularization strength. More... | |
| lsst::pex::policy::Policy | _policy |
Additional Inherited Members | |
Protected Member Functions inherited from lsst::ip::diffim::StaticKernelSolution< InputT > | |
| void | _setKernel () |
| Set kernel after solution. More... | |
| void | _setKernelUncertainty () |
| Not implemented. More... | |
Protected Attributes inherited from lsst::ip::diffim::StaticKernelSolution< InputT > | |
| boost::shared_ptr < Eigen::MatrixXd > | _cMat |
| K_i x R. More... | |
| boost::shared_ptr < Eigen::VectorXd > | _iVec |
| Vectorized I. More... | |
| boost::shared_ptr < Eigen::VectorXd > | _ivVec |
| Inverse variance. More... | |
| lsst::afw::math::Kernel::Ptr | _kernel |
| Derived single-object convolution kernel. More... | |
| double | _background |
| Derived differential background estimate. More... | |
| double | _kSum |
| Derived kernel sum. More... | |
Protected Attributes inherited from lsst::ip::diffim::KernelSolution | |
| int | _id |
| Unique ID for object. More... | |
| boost::shared_ptr < Eigen::MatrixXd > | _mMat |
| Derived least squares M matrix. More... | |
| boost::shared_ptr < Eigen::VectorXd > | _bVec |
| Derived least squares B vector. More... | |
| boost::shared_ptr < Eigen::VectorXd > | _aVec |
| Derived least squares solution matrix. More... | |
| KernelSolvedBy | _solvedBy |
| Type of algorithm used to make solution. More... | |
| bool | _fitForBackground |
| Background terms included in fit. More... | |
Static Protected Attributes inherited from lsst::ip::diffim::KernelSolution | |
| static int | _SolutionId = 0 |
| Unique identifier for solution. More... | |
Definition at line 147 of file KernelSolution.h.
| typedef boost::shared_ptr<RegularizedKernelSolution<InputT> > lsst::ip::diffim::RegularizedKernelSolution< InputT >::Ptr |
Definition at line 149 of file KernelSolution.h.
| lsst::ip::diffim::RegularizedKernelSolution< InputT >::RegularizedKernelSolution | ( | lsst::afw::math::KernelList const & | basisList, |
| bool | fitForBackground, | ||
| boost::shared_ptr< Eigen::MatrixXd > | hMat, | ||
| lsst::pex::policy::Policy | policy | ||
| ) |
Definition at line 1104 of file KernelSolution.cc.
|
inlinevirtual |
Definition at line 156 of file KernelSolution.h.
|
private |
Definition at line 1306 of file KernelSolution.cc.
| double lsst::ip::diffim::RegularizedKernelSolution< InputT >::estimateRisk | ( | double | maxCond | ) |
Definition at line 1117 of file KernelSolution.cc.
|
inline |
Definition at line 158 of file KernelSolution.h.
| boost::shared_ptr< Eigen::MatrixXd > lsst::ip::diffim::RegularizedKernelSolution< InputT >::getM | ( | bool | includeHmat = true | ) |
Definition at line 1183 of file KernelSolution.cc.
|
virtual |
Reimplemented from lsst::ip::diffim::StaticKernelSolution< InputT >.
Definition at line 1195 of file KernelSolution.cc.
|
private |
Regularization weights.
Definition at line 165 of file KernelSolution.h.
|
private |
Overall regularization strength.
Definition at line 166 of file KernelSolution.h.
|
private |
Definition at line 167 of file KernelSolution.h.
1.8.5