LSST Applications
21.0.0+04719a4bac,21.0.0-1-ga51b5d4+f5e6047307,21.0.0-11-g2b59f77+a9c1acf22d,21.0.0-11-ga42c5b2+86977b0b17,21.0.0-12-gf4ce030+76814010d2,21.0.0-13-g1721dae+760e7a6536,21.0.0-13-g3a573fe+768d78a30a,21.0.0-15-g5a7caf0+f21cbc5713,21.0.0-16-g0fb55c1+b60e2d390c,21.0.0-19-g4cded4ca+71a93a33c0,21.0.0-2-g103fe59+bb20972958,21.0.0-2-g45278ab+04719a4bac,21.0.0-2-g5242d73+3ad5d60fb1,21.0.0-2-g7f82c8f+8babb168e8,21.0.0-2-g8f08a60+06509c8b61,21.0.0-2-g8faa9b5+616205b9df,21.0.0-2-ga326454+8babb168e8,21.0.0-2-gde069b7+5e4aea9c2f,21.0.0-2-gecfae73+1d3a86e577,21.0.0-2-gfc62afb+3ad5d60fb1,21.0.0-25-g1d57be3cd+e73869a214,21.0.0-3-g357aad2+ed88757d29,21.0.0-3-g4a4ce7f+3ad5d60fb1,21.0.0-3-g4be5c26+3ad5d60fb1,21.0.0-3-g65f322c+e0b24896a3,21.0.0-3-g7d9da8d+616205b9df,21.0.0-3-ge02ed75+a9c1acf22d,21.0.0-4-g591bb35+a9c1acf22d,21.0.0-4-g65b4814+b60e2d390c,21.0.0-4-gccdca77+0de219a2bc,21.0.0-4-ge8a399c+6c55c39e83,21.0.0-5-gd00fb1e+05fce91b99,21.0.0-6-gc675373+3ad5d60fb1,21.0.0-64-g1122c245+4fb2b8f86e,21.0.0-7-g04766d7+cd19d05db2,21.0.0-7-gdf92d54+04719a4bac,21.0.0-8-g5674e7b+d1bd76f71f,master-gac4afde19b+a9c1acf22d,w.2021.13
LSST Data Management Base Package
|
Classes | |
class | BaseAlgorithm |
Ultimate abstract base class for all C++ measurement algorithms. More... | |
class | SingleFrameAlgorithm |
Base class for algorithms that measure the properties of sources on single image. More... | |
class | ForcedAlgorithm |
Base class for algorithms that measure the properties of sources on one image, using previous measurements on another image to hold certain quantities fixed. More... | |
class | SimpleAlgorithm |
An abstract base classes for which the same implementation can be used for both SingleFrameAlgorithm and ForcedAlgorithm. More... | |
class | ApertureFluxControl |
Configuration object for multiple-aperture flux algorithms. More... | |
class | ApertureFluxAlgorithm |
Base class for multiple-aperture photometry algorithms. More... | |
struct | ApertureFluxResult |
A Result struct for running an aperture flux algorithm with a single radius. More... | |
class | ApertureFluxTransform |
Measurement transformation for aperture fluxes. More... | |
class | BlendednessControl |
class | BlendednessAlgorithm |
Compute metrics that measure how blended objects are. More... | |
struct | CentroidResult |
A reusable struct for centroid measurements. More... | |
class | CentroidResultKey |
A FunctorKey for CentroidResult. More... | |
class | CentroidTransform |
Base for centroid measurement transformations. More... | |
class | CentroidChecker |
class | CircularApertureFluxAlgorithm |
class | MeasurementError |
Exception to be thrown when a measurement algorithm experiences a known failure mode. More... | |
class | FatalAlgorithmError |
Exception to be thrown when a measurement algorithm experiences a fatal error. More... | |
class | PixelValueError |
Exception to be thrown when a measurement algorithm encounters a NaN or infinite pixel. More... | |
struct | FlagDefinition |
Simple class used to define and document flags The name and doc constitute the identity of the FlagDefinition The number is used for indexing, but is assigned arbitrarily. More... | |
class | FlagDefinitionList |
vector-type utility class to build a collection of FlagDefinitions More... | |
class | FlagHandler |
Utility class for handling flag fields that indicate the failure modes of an algorithm. More... | |
struct | FluxResult |
A reusable result struct for instFlux measurements. More... | |
class | FluxResultKey |
A FunctorKey for FluxResult. More... | |
struct | MagResult |
A reusable result struct for magnitudes. More... | |
class | MagResultKey |
A FunctorKey for MagResult. More... | |
class | FluxTransform |
Base for instFlux measurement transformations. More... | |
class | GaussianFluxControl |
A C++ control class to handle GaussianFluxAlgorithm's configuration. More... | |
class | GaussianFluxAlgorithm |
A measurement algorithm that estimates instFlux using an elliptical Gaussian weight. More... | |
class | GaussianFluxTransform |
class | SafeCentroidExtractor |
Utility class for measurement algorithms that extracts a position from the Centroid slot and handles errors in a safe and consistent way. More... | |
class | SafeShapeExtractor |
Utility class for measurement algorithms that extracts an ellipse from the Shape slot and handles errors in a safe and consistent way. More... | |
class | LocalBackgroundControl |
Configuration of LocalBackgroundAlgorithm. More... | |
class | LocalBackgroundAlgorithm |
A measurement algorithm that estimates the local background value per pixel. More... | |
class | LocalBackgroundTransform |
class | NaiveCentroidControl |
A C++ control class to handle NaiveCentroidAlgorithm's configuration. More... | |
class | NaiveCentroidAlgorithm |
A class that calculates a centroid as a simple unweighted first moment of the 3x3 region around a pixel. More... | |
class | NaiveCentroidTransform |
class | PeakLikelihoodFluxControl |
C++ control object for peak likelihood instrument flux. More... | |
class | PeakLikelihoodFluxAlgorithm |
A measurement algorithm that estimates the peak instrument flux, using a filtered image which has been convolved with its own PSF. More... | |
class | PeakLikelihoodFluxTransform |
class | PixelFlagsControl |
A C++ control class to handle PixelFlagsAlgorithm's configuration. More... | |
class | PixelFlagsAlgorithm |
A measurement algorithm that gets mask bits from the exposure and sets flag bits to summarize which bits are set within a source's footprint. More... | |
class | PsfFluxControl |
A C++ control class to handle PsfFluxAlgorithm's configuration. More... | |
class | PsfFluxAlgorithm |
A measurement algorithm that estimates instFlux using a linear least-squares fit with the Psf model. More... | |
class | PsfFluxTransform |
class | ScaledApertureFluxControl |
class | ScaledApertureFluxAlgorithm |
Measure the instFlux in an aperture scaled to the PSF. More... | |
class | ScaledApertureFluxTransform |
class | SdssCentroidControl |
A C++ control class to handle SdssCentroidAlgorithm's configuration. More... | |
class | SdssCentroidAlgorithm |
The Sdss Centroid Algorithm. More... | |
class | SdssCentroidTransform |
class | SdssShapeControl |
A C++ control class to handle SdssShapeAlgorithm's configuration. More... | |
class | SdssShapeResultKey |
A FunctorKey that maps SdssShapeResult to afw::table Records. More... | |
class | SdssShapeAlgorithm |
Measure the image moments of source using adaptive Gaussian weights. More... | |
class | SdssShapeResult |
Result object SdssShapeAlgorithm. More... | |
class | SdssShapeTransform |
Transformation for SdssShape measurements. More... | |
struct | ShapeResult |
A reusable struct for moments-based shape measurements. More... | |
class | ShapeResultKey |
A FunctorKey for ShapeResult. More... | |
class | SincCoeffs |
A singleton to calculate and cache the coefficients for sinc photometry. More... | |
class | BaseTransform |
Abstract base class for all C++ measurement transformations. More... | |
Typedefs | |
typedef int | ElementCount |
typedef double | Flux |
typedef double | FluxErrElement |
typedef double | Mag |
typedef double | MagErrElement |
typedef float | ErrElement |
typedef double | CentroidElement |
typedef double | ShapeElement |
typedef geom::Point< CentroidElement, 2 > | Centroid |
typedef Eigen::Matrix< ErrElement, 2, 2, Eigen::DontAlign > | CentroidCov |
typedef afw::geom::ellipses::Quadrupole | Shape |
typedef Eigen::Matrix< ErrElement, 3, 3, Eigen::DontAlign > | ShapeCov |
typedef Eigen::Matrix< ShapeElement, 3, 3, Eigen::DontAlign > | ShapeTrMatrix |
Enumerations | |
enum | UncertaintyEnum { NO_UNCERTAINTY = 0 , SIGMA_ONLY = 1 , FULL_COVARIANCE = 2 } |
An enum used to specify how much uncertainty information measurement algorithms provide. More... | |
Functions | |
ShapeTrMatrix | makeShapeTransformMatrix (geom::LinearTransform const &xform) |
Construct a matrix suitable for transforming second moments. More... | |
PYBIND11_MODULE (algorithm, mod) | |
PYBIND11_MODULE (apertureFlux, mod) | |
PYBIND11_MODULE (blendedness, mod) | |
PYBIND11_MODULE (centroidUtilities, mod) | |
PYBIND11_MODULE (circularApertureFlux, mod) | |
PYBIND11_MODULE (exceptions, mod) | |
PYBIND11_MODULE (flagHandler, mod) | |
PYBIND11_MODULE (fluxUtilities, mod) | |
PYBIND11_MODULE (gaussianFlux, mod) | |
PYBIND11_MODULE (inputUtilities, mod) | |
PYBIND11_MODULE (localBackground, mod) | |
PYBIND11_MODULE (naiveCentroid, mod) | |
PYBIND11_MODULE (peakLikelihoodFlux, mod) | |
PYBIND11_MODULE (pixelFlags, mod) | |
PYBIND11_MODULE (psfFlux, mod) | |
PYBIND11_MODULE (scaledApertureFlux, mod) | |
PYBIND11_MODULE (sdssCentroid, mod) | |
PYBIND11_MODULE (sdssShape, mod) | |
PYBIND11_MODULE (shapeUtilities, mod) | |
PYBIND11_MODULE (sincCoeffs, mod) | |
PYBIND11_MODULE (transform, mod) | |
template<typename T > | |
afw::image::MaskedImage< T >::SinglePixel | computeShiftedValue (afw::image::MaskedImage< T > const &maskedImage, std::string const &warpingKernelName, geom::Point2D const &fracShift, geom::Point2I const &parentInd) |
Compute the value of one pixel of an image after a fractional pixel shift Since we only want the value at one pixel, there is no need to shift the entire image; instead we simply convolve at one point. More... | |
typedef geom::Point<CentroidElement, 2> lsst::meas::base::Centroid |
Definition at line 58 of file constants.h.
typedef Eigen::Matrix<ErrElement, 2, 2, Eigen::DontAlign> lsst::meas::base::CentroidCov |
Definition at line 59 of file constants.h.
typedef double lsst::meas::base::CentroidElement |
Definition at line 56 of file constants.h.
typedef int lsst::meas::base::ElementCount |
Definition at line 50 of file constants.h.
typedef float lsst::meas::base::ErrElement |
Definition at line 55 of file constants.h.
typedef double lsst::meas::base::Flux |
Definition at line 51 of file constants.h.
typedef double lsst::meas::base::FluxErrElement |
Definition at line 52 of file constants.h.
typedef double lsst::meas::base::Mag |
Definition at line 53 of file constants.h.
typedef double lsst::meas::base::MagErrElement |
Definition at line 54 of file constants.h.
Definition at line 60 of file constants.h.
typedef Eigen::Matrix<ErrElement, 3, 3, Eigen::DontAlign> lsst::meas::base::ShapeCov |
Definition at line 61 of file constants.h.
typedef double lsst::meas::base::ShapeElement |
Definition at line 57 of file constants.h.
typedef Eigen::Matrix<ShapeElement, 3, 3, Eigen::DontAlign> lsst::meas::base::ShapeTrMatrix |
Definition at line 62 of file constants.h.
An enum used to specify how much uncertainty information measurement algorithms provide.
Currently, only ResultMappers (not Results) make use of these distinctions; Result structs always have data members that could hold the full-covariance, but may set some of these to NaN.
Definition at line 43 of file constants.h.
afw::image::MaskedImage<T>::SinglePixel lsst::meas::base::computeShiftedValue | ( | afw::image::MaskedImage< T > const & | maskedImage, |
std::string const & | warpingKernelName, | ||
geom::Point2D const & | fracShift, | ||
geom::Point2I const & | parentInd | ||
) |
Compute the value of one pixel of an image after a fractional pixel shift Since we only want the value at one pixel, there is no need to shift the entire image; instead we simply convolve at one point.
pex::exceptions::RangeError | if abs(fracShift) > 1 in either dimension |
maskedImage | masked image |
warpingKernelName | warping kernel name |
fracShift | amount of sub-pixel shift (pixels) |
parentInd | parent index at which to compute pixel |
Definition at line 134 of file PeakLikelihoodFlux.cc.
ShapeTrMatrix lsst::meas::base::makeShapeTransformMatrix | ( | geom::LinearTransform const & | xform | ) |
Construct a matrix suitable for transforming second moments.
Given an LinearTransform which maps from positions (x, y) to (a, d), returns a 3-by-3 matrix which transforms (xx, yy, xy) to (aa, dd, ad).
That is, given an input transform described by the matrix
| A11 | A12 | | A21 | A22 |
we return the matrix
| A11*A11 | A12*A12 | 2*A11*A12 | | A21*A21 | A22*A22 | 2*A21*A22 | | A11*A21 | A12*A22 | A11*A22 + A12*A21 |
[in] | xform | LinearTransform describing the coordinate mapping |
Definition at line 143 of file ShapeUtilities.cc.
lsst::meas::base::PYBIND11_MODULE | ( | algorithm | , |
mod | |||
) |
Definition at line 35 of file algorithm.cc.
lsst::meas::base::PYBIND11_MODULE | ( | apertureFlux | , |
mod | |||
) |
Definition at line 129 of file apertureFlux.cc.
lsst::meas::base::PYBIND11_MODULE | ( | blendedness | , |
mod | |||
) |
Definition at line 81 of file blendedness.cc.
lsst::meas::base::PYBIND11_MODULE | ( | centroidUtilities | , |
mod | |||
) |
Definition at line 122 of file centroidUtilities.cc.
lsst::meas::base::PYBIND11_MODULE | ( | circularApertureFlux | , |
mod | |||
) |
Definition at line 42 of file circularApertureFlux.cc.
lsst::meas::base::PYBIND11_MODULE | ( | exceptions | , |
mod | |||
) |
Definition at line 36 of file exceptions.cc.
lsst::meas::base::PYBIND11_MODULE | ( | flagHandler | , |
mod | |||
) |
Definition at line 121 of file flagHandler.cc.
lsst::meas::base::PYBIND11_MODULE | ( | fluxUtilities | , |
mod | |||
) |
Definition at line 91 of file fluxUtilities.cc.
lsst::meas::base::PYBIND11_MODULE | ( | gaussianFlux | , |
mod | |||
) |
Definition at line 81 of file gaussianFlux.cc.
lsst::meas::base::PYBIND11_MODULE | ( | inputUtilities | , |
mod | |||
) |
Definition at line 35 of file inputUtilities.cc.
lsst::meas::base::PYBIND11_MODULE | ( | localBackground | , |
mod | |||
) |
Definition at line 90 of file localBackground.cc.
lsst::meas::base::PYBIND11_MODULE | ( | naiveCentroid | , |
mod | |||
) |
Definition at line 87 of file naiveCentroid.cc.
lsst::meas::base::PYBIND11_MODULE | ( | peakLikelihoodFlux | , |
mod | |||
) |
Definition at line 80 of file peakLikelihoodFlux.cc.
lsst::meas::base::PYBIND11_MODULE | ( | pixelFlags | , |
mod | |||
) |
Definition at line 40 of file pixelFlags.cc.
lsst::meas::base::PYBIND11_MODULE | ( | psfFlux | , |
mod | |||
) |
Definition at line 84 of file psfFlux.cc.
lsst::meas::base::PYBIND11_MODULE | ( | scaledApertureFlux | , |
mod | |||
) |
Definition at line 83 of file scaledApertureFlux.cc.
lsst::meas::base::PYBIND11_MODULE | ( | sdssCentroid | , |
mod | |||
) |
Definition at line 91 of file sdssCentroid.cc.
lsst::meas::base::PYBIND11_MODULE | ( | sdssShape | , |
mod | |||
) |
Definition at line 156 of file sdssShape.cc.
lsst::meas::base::PYBIND11_MODULE | ( | shapeUtilities | , |
mod | |||
) |
Definition at line 101 of file shapeUtilities.cc.
lsst::meas::base::PYBIND11_MODULE | ( | sincCoeffs | , |
mod | |||
) |
Definition at line 46 of file sincCoeffs.cc.
lsst::meas::base::PYBIND11_MODULE | ( | transform | , |
mod | |||
) |
Definition at line 36 of file transform.cc.