LSST Applications 26.0.0,g0265f82a02+6660c170cc,g07994bdeae+30b05a742e,g0a0026dc87+17526d298f,g0a60f58ba1+17526d298f,g0e4bf8285c+96dd2c2ea9,g0ecae5effc+c266a536c8,g1e7d6db67d+6f7cb1f4bb,g26482f50c6+6346c0633c,g2bbee38e9b+6660c170cc,g2cc88a2952+0a4e78cd49,g3273194fdb+f6908454ef,g337abbeb29+6660c170cc,g337c41fc51+9a8f8f0815,g37c6e7c3d5+7bbafe9d37,g44018dc512+6660c170cc,g4a941329ef+4f7594a38e,g4c90b7bd52+5145c320d2,g58be5f913a+bea990ba40,g635b316a6c+8d6b3a3e56,g67924a670a+bfead8c487,g6ae5381d9b+81bc2a20b4,g93c4d6e787+26b17396bd,g98cecbdb62+ed2cb6d659,g98ffbb4407+81bc2a20b4,g9ddcbc5298+7f7571301f,ga1e77700b3+99e9273977,gae46bcf261+6660c170cc,gb2715bf1a1+17526d298f,gc86a011abf+17526d298f,gcf0d15dbbd+96dd2c2ea9,gdaeeff99f8+0d8dbea60f,gdb4ec4c597+6660c170cc,ge23793e450+96dd2c2ea9,gf041782ebf+171108ac67
LSST Data Management Base Package
|
Namespaces | |
namespace | cmodel |
namespace | common |
namespace | detail |
namespace | optimizer |
namespace | pixelFitRegion |
namespace | priors |
namespace | psf |
namespace | version |
Classes | |
class | AdaptiveImportanceSampler |
Sampler class that performs Monte Carlo sampling, while iteratively updating the analytic distribution from which points are drawn. More... | |
class | CModelAlgorithm |
Main public interface class for CModel algorithm. More... | |
struct | CModelControl |
The main control object for CModel, containing parameters for the final linear fit and aggregating the other control objects. More... | |
struct | CModelResult |
Master result object for CModel, containing results for the final linear fit and three nested CModelStageResult objects for the results of the previous stages. More... | |
struct | CModelStageControl |
Nested control object for CModel that configures one of the three ("initial", "exp", "dev") nonlinear fitting stages. More... | |
struct | CModelStageResult |
Result object for a single nonlinear fitting stage of the CModel algorithm. More... | |
class | DoubleShapeletPsfApproxAlgorithm |
An algorithm that fits a 2-component shapelet approximation to the PSF model. More... | |
class | DoubleShapeletPsfApproxControl |
Control object used to configure a 2-shapelet fit to a PSF model; see DoubleShapeletPsfApproxAlgorithm. More... | |
class | EpochFootprint |
An image at one epoch of a galaxy, plus associated info. More... | |
class | GeneralPsfFitter |
Class for fitting multishapelet models to PSF images. More... | |
class | GeneralPsfFitterAlgorithm |
class | GeneralPsfFitterComponentControl |
Control object used to define one piece of multishapelet fit to a PSF model; see GeneralPsfFitterControl. More... | |
class | GeneralPsfFitterControl |
Control object used to configure a multishapelet fit to a PSF model; see GeneralPsfFitter. More... | |
class | ImportanceSamplerControl |
Control object for one iteration of adaptive importance sampling. More... | |
class | Likelihood |
Base class for optimizer/sampler likelihood functions that compute likelihood at a point. More... | |
struct | LocalUnitTransform |
A local mapping between two UnitSystems. More... | |
class | Mixture |
class | MixtureComponent |
A weighted Student's T or Gaussian distribution used as a component in a Mixture. More... | |
class | MixturePrior |
A prior that's flat in amplitude parameters, and uses a Mixture for nonlinear parameters. More... | |
class | MixtureUpdateRestriction |
Helper class used to define restrictions to the form of the component parameters in Mixture::updateEM. More... | |
class | Model |
Abstract base class and concrete factories that define multi-shapelet galaxy models. More... | |
class | MultiModel |
A concrete Model class that simply concatenates several other Models. More... | |
class | MultiShapeletPsfLikelihood |
Likelihood object used to fit multishapelet models to PSF model images; mostly for internal use by GeneralPsfFitter. More... | |
class | Optimizer |
A numerical optimizer customized for least-squares problems with Bayesian priors. More... | |
class | OptimizerControl |
Configuration object for Optimizer. More... | |
class | OptimizerHistoryRecorder |
class | OptimizerObjective |
Base class for objective functions for Optimizer. More... | |
class | PixelFitRegion |
struct | PixelFitRegionControl |
class | Prior |
Base class for Bayesian priors. More... | |
class | Sampler |
class | SamplingObjective |
class | SemiEmpiricalPrior |
A piecewise prior motivated by both real distributions and practical considerations. More... | |
struct | SemiEmpiricalPriorControl |
class | SoftenedLinearPrior |
A prior that's linear in radius and flat in ellipticity, with a cubic roll-off at the edges. More... | |
struct | SoftenedLinearPriorControl |
class | TruncatedGaussian |
Represents a multidimensional Gaussian function truncated at zero. More... | |
class | TruncatedGaussianEvaluator |
Helper class for evaluating the -log of a TruncatedGaussian. More... | |
class | TruncatedGaussianLogEvaluator |
Helper class for evaluating the -log of a TruncatedGaussian. More... | |
class | TruncatedGaussianSampler |
Helper class for drawing samples from a TruncatedGaussian. More... | |
struct | UnitSystem |
A simple struct that combines a Wcs and a PhotoCalib. More... | |
class | UnitTransformedLikelihood |
A concrete Likelihood class that does not require its parameters and data to be in the same UnitSystem. More... | |
class | UnitTransformedLikelihoodControl |
Control object used to initialize a UnitTransformedLikelihood. More... | |
typedef Eigen::Matrix<Scalar,Eigen::Dynamic,Eigen::Dynamic> lsst::meas::modelfit::Matrix |
typedef float lsst::meas::modelfit::Pixel |
using lsst::meas::modelfit::PyAdaptiveImportanceSampler = typedef py::class_<AdaptiveImportanceSampler, std::shared_ptr<AdaptiveImportanceSampler>, Sampler> |
Definition at line 42 of file adaptiveImportanceSampler.cc.
using lsst::meas::modelfit::PyEpochFootprint = typedef py::class_<EpochFootprint, std::shared_ptr<EpochFootprint> > |
Definition at line 43 of file unitTransformedLikelihood.cc.
using lsst::meas::modelfit::PyImportanceSamplerControl = typedef py::class_<ImportanceSamplerControl, std::shared_ptr<ImportanceSamplerControl> > |
Definition at line 40 of file adaptiveImportanceSampler.cc.
using lsst::meas::modelfit::PyLikelihood = typedef py::class_<Likelihood, std::shared_ptr<Likelihood> > |
Definition at line 38 of file likelihood.cc.
using lsst::meas::modelfit::PyLocalUnitTransform = typedef py::class_<LocalUnitTransform, std::shared_ptr<LocalUnitTransform> > |
Definition at line 37 of file unitSystem.cc.
using lsst::meas::modelfit::PyModel = typedef py::class_<Model, std::shared_ptr<Model> > |
using lsst::meas::modelfit::PyMultiModel = typedef py::class_<MultiModel, std::shared_ptr<MultiModel>, Model> |
Definition at line 37 of file multiModel.cc.
using lsst::meas::modelfit::PyPixelFitRegion = typedef py::class_<PixelFitRegion, std::shared_ptr<PixelFitRegion> > |
Definition at line 40 of file pixelFitRegion.cc.
using lsst::meas::modelfit::PyPixelFitRegionControl = typedef py::class_<PixelFitRegionControl, std::shared_ptr<PixelFitRegionControl> > |
Definition at line 39 of file pixelFitRegion.cc.
using lsst::meas::modelfit::PySampler = typedef py::class_<Sampler, std::shared_ptr<Sampler> > |
Definition at line 42 of file sampler.cc.
using lsst::meas::modelfit::PySamplingObjective = typedef py::class_<SamplingObjective, std::shared_ptr<SamplingObjective> > |
Definition at line 41 of file sampler.cc.
using lsst::meas::modelfit::PyUnitSystem = typedef py::class_<UnitSystem, std::shared_ptr<UnitSystem> > |
Definition at line 36 of file unitSystem.cc.
using lsst::meas::modelfit::PyUnitTransformedLikelihood = typedef py::class_<UnitTransformedLikelihood, std::shared_ptr<UnitTransformedLikelihood>, Likelihood> |
Definition at line 45 of file unitTransformedLikelihood.cc.
using lsst::meas::modelfit::PyUnitTransformedLikelihoodControl = typedef py::class_<UnitTransformedLikelihoodControl, std::shared_ptr<UnitTransformedLikelihoodControl> > |
Definition at line 40 of file unitTransformedLikelihood.cc.
typedef double lsst::meas::modelfit::Scalar |
typedef Eigen::Matrix<Scalar,Eigen::Dynamic,1> lsst::meas::modelfit::Vector |
lsst::meas::modelfit::PYBIND11_MODULE | ( | _modelfitLib | , |
mod | |||
) |
Definition at line 51 of file _modelfitLib.cc.
void lsst::meas::modelfit::solveTrustRegion | ( | ndarray::Array< Scalar, 1, 1 > const & | x, |
ndarray::Array< Scalar const, 2, 1 > const & | F, | ||
ndarray::Array< Scalar const, 1, 1 > const & | g, | ||
double | r, | ||
double | tolerance | ||
) |
Solve a symmetric quadratic matrix equation with a ball constraint.
This computes a near-exact solution to the "trust region subproblem" necessary in trust-region-based nonlinear optimizers:
\[ \min_x{\quad g^T x + \frac{1}{2}x^T F x}\quad\quad\quad \text{s.t.} ||x|| \le r \]
The tolerance parameter sets how close to \(r\) we require the norm of the solution to be when it lies on the constraint, as a fraction of \(r\) itself.
This implementation is based on the algorithm described in Section 4.3 of "Nonlinear Optimization" by Nocedal and Wright.
void lsst::meas::modelfit::wrapAdaptiveImportanceSampler | ( | lsst::cpputils::python::WrapperCollection & | wrappers | ) |
Definition at line 45 of file adaptiveImportanceSampler.cc.
void lsst::meas::modelfit::wrapCmodel | ( | lsst::cpputils::python::WrapperCollection & | wrappers | ) |
Definition at line 205 of file cmodel.cc.
void lsst::meas::modelfit::wrapIntegrals | ( | lsst::cpputils::python::WrapperCollection & | wrappers | ) |
Definition at line 36 of file integrals.cc.
void lsst::meas::modelfit::wrapLikelihood | ( | lsst::cpputils::python::WrapperCollection & | wrappers | ) |
Definition at line 40 of file likelihood.cc.
void lsst::meas::modelfit::wrapMixture | ( | lsst::cpputils::python::WrapperCollection & | wrappers | ) |
Definition at line 143 of file mixture.cc.
void lsst::meas::modelfit::wrapModel | ( | lsst::cpputils::python::WrapperCollection & | wrappers | ) |
Definition at line 43 of file model.cc.
void lsst::meas::modelfit::wrapMultiModel | ( | lsst::cpputils::python::WrapperCollection & | wrappers | ) |
Definition at line 39 of file multiModel.cc.
void lsst::meas::modelfit::wrapOptimizer | ( | lsst::cpputils::python::WrapperCollection & | wrappers | ) |
Definition at line 172 of file optimizer.cc.
void lsst::meas::modelfit::wrapPixelFitRegion | ( | lsst::cpputils::python::WrapperCollection & | wrappers | ) |
Definition at line 42 of file pixelFitRegion.cc.
void lsst::meas::modelfit::wrapPriors | ( | lsst::cpputils::python::WrapperCollection & | wrappers | ) |
void lsst::meas::modelfit::wrapPsf | ( | lsst::cpputils::python::WrapperCollection & | wrappers | ) |
void lsst::meas::modelfit::wrapSampler | ( | lsst::cpputils::python::WrapperCollection & | wrappers | ) |
Definition at line 44 of file sampler.cc.
void lsst::meas::modelfit::wrapTruncatedGaussian | ( | lsst::cpputils::python::WrapperCollection & | wrappers | ) |
Definition at line 121 of file truncatedGaussian.cc.
void lsst::meas::modelfit::wrapUnitSystem | ( | lsst::cpputils::python::WrapperCollection & | wrappers | ) |
Definition at line 39 of file unitSystem.cc.
void lsst::meas::modelfit::wrapUnitTransformedLikelihood | ( | lsst::cpputils::python::WrapperCollection & | wrappers | ) |
Definition at line 48 of file unitTransformedLikelihood.cc.