|
LSST Applications g0fba68d861+5616995c1c,g1ebb85f214+2420ccdea7,g1fd858c14a+44c57a1f81,g21d47ad084+8e51fce9ac,g262e1987ae+1a7d68eb3b,g2cef7863aa+3bd8df3d95,g35bb328faa+fcb1d3bbc8,g36ff55ed5b+2420ccdea7,g47891489e3+5c6313fe9a,g53246c7159+fcb1d3bbc8,g646c943bdb+dbb9921566,g67b6fd64d1+5c6313fe9a,g6bd32b75b5+2420ccdea7,g74acd417e5+37fc0c974d,g786e29fd12+cf7ec2a62a,g86c591e316+6e13bcb9e9,g87389fa792+1e0a283bba,g89139ef638+5c6313fe9a,g90f42f885a+fce05a46d3,g9125e01d80+fcb1d3bbc8,g93e38de9ac+5345a64125,g95a1e89356+47d08a1cc6,g97be763408+bba861c665,ga9e4eb89a6+85210110a1,gb0b61e0e8e+1f27f70249,gb58c049af0+f03b321e39,gb89ab40317+5c6313fe9a,gc4e39d7843+4e09c98c3d,gd16ba4ae74+5402bcf54a,gd8ff7fe66e+2420ccdea7,gd9a9a58781+fcb1d3bbc8,gdab6d2f7ff+37fc0c974d,gde280f09ee+604b327636,ge278dab8ac+50e2446c94,ge410e46f29+5c6313fe9a,gef3c2e6661+6b480e0fb7,gf67bdafdda+5c6313fe9a,gffca2db377+fcb1d3bbc8,v29.2.0.rc1
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 |
Definition at line 42 of file adaptiveImportanceSampler.cc.
| using lsst::meas::modelfit::PyEpochFootprint = py::classh<EpochFootprint> |
Definition at line 43 of file unitTransformedLikelihood.cc.
Definition at line 40 of file adaptiveImportanceSampler.cc.
| using lsst::meas::modelfit::PyLikelihood = py::classh<Likelihood> |
Definition at line 38 of file likelihood.cc.
| using lsst::meas::modelfit::PyLocalUnitTransform = py::classh<LocalUnitTransform> |
Definition at line 37 of file unitSystem.cc.
| using lsst::meas::modelfit::PyModel = py::classh<Model> |
| using lsst::meas::modelfit::PyMultiModel = py::classh<MultiModel, Model> |
Definition at line 37 of file multiModel.cc.
| using lsst::meas::modelfit::PyPixelFitRegion = py::classh<PixelFitRegion> |
Definition at line 40 of file pixelFitRegion.cc.
| using lsst::meas::modelfit::PyPixelFitRegionControl = py::classh<PixelFitRegionControl> |
Definition at line 39 of file pixelFitRegion.cc.
| using lsst::meas::modelfit::PySampler = py::classh<Sampler> |
Definition at line 42 of file sampler.cc.
| using lsst::meas::modelfit::PySamplingObjective = py::classh<SamplingObjective> |
Definition at line 41 of file sampler.cc.
| using lsst::meas::modelfit::PyUnitSystem = py::classh<UnitSystem> |
Definition at line 36 of file unitSystem.cc.
Definition at line 45 of file unitTransformedLikelihood.cc.
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.