lsst.meas.base  14.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Groups Pages
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456]
\Nlsst
 \Nmeas
  \Nbase
   oNapCorrRegistry
   oNapplyApCorr
   oNbaseMeasurement
   oNcatalogCalculation
   oNclassification
   oNfootprintArea
   oNforcedMeasurement
   oNforcedPhotCcd
   oNforcedPhotCoadd
   oNforcedPhotImage
   oNmeasurementInvestigationLib
   oNnoiseReplacer
   oNpluginRegistry
   oNplugins
   oNpluginsBase
   oNpython
   oNreferences
   oNsfm
   oNtests
   oNtransforms
   oNversion
   oNwrappers
   oCBaseAlgorithmUltimate abstract base class for all C++ measurement algorithms
   oCSingleFrameAlgorithmBase class for algorithms that measure the properties of sources on single image
   oCForcedAlgorithmBase class for algorithms that measure the properties of sources on one image, using previous measurements on another image to hold certain quantities fixed
   oCSimpleAlgorithmAn abstract base classes for which the same implementation can be used for both SingleFrameAlgorithm and ForcedAlgorithm
   oCApertureFluxControlConfiguration object for multiple-aperture flux algorithms
   oCApertureFluxAlgorithmBase class for multiple-aperture photometry algorithms
   oCApertureFluxResultA Result struct for running an aperture flux algorithm with a single radius
   oCApertureFluxTransformMeasurement transformation for aperture fluxes
   oCBlendednessControl
   oCBlendednessAlgorithmCompute metrics that measure how blended objects are
   oCCentroidResultA reusable struct for centroid measurements
   oCCentroidResultKeyA FunctorKey for CentroidResult
   oCCentroidTransformBase for centroid measurement transformations
   oCCentroidChecker
   oCCircularApertureFluxAlgorithm
   oCMeasurementErrorException to be thrown when a measurement algorithm experiences a known failure mode
   oCFatalAlgorithmErrorException to be thrown when a measurement algorithm experiences a fatal error
   oCPixelValueErrorException to be thrown when a measurement algorithm encounters a NaN or infinite pixel
   oCFlagDefinitionSimple 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
   oCFlagDefinitionListVector-type utility class to build a collection of FlagDefinitions
   oCFlagHandlerUtility class for handling flag fields that indicate the failure modes of an algorithm
   oCFluxResultA reusable result struct for flux measurements
   oCFluxResultKeyA FunctorKey for FluxResult
   oCMagResultA reusable result struct for magnitudes
   oCMagResultKeyA FunctorKey for MagResult
   oCFluxTransformBase for flux measurement transformations
   oCNoThrowOnNegativeFluxContextTemporarily replace negative fluxes with NaNs
   oCFittedModel
   oCGaussianCentroidControlA C++ control class to handle GaussianCentroidAlgorithm's configuration
   oCGaussianCentroidAlgorithmA class that calculates a centroid by fitting a circular Gaussian to the image
   oCGaussianCentroidTransform
   oCGaussianFluxControlA C++ control class to handle GaussianFluxAlgorithm's configuration
   oCGaussianFluxAlgorithmA measurement algorithm that estimates flux using an elliptical Gaussian weight
   oCGaussianFluxTransform
   oCSafeCentroidExtractorUtility class for measurement algorithms that extracts a position from the Centroid slot and handles errors in a safe and consistent way
   oCSafeShapeExtractorUtility class for measurement algorithms that extracts an ellipse from the Shape slot and handles errors in a safe and consistent way
   oCNaiveCentroidControlA C++ control class to handle NaiveCentroidAlgorithm's configuration
   oCNaiveCentroidAlgorithmA class that calculates a centroid as a simple unweighted first moment of the 3x3 region around a pixel
   oCNaiveCentroidTransform
   oCPeakLikelihoodFluxControlC++ control object for peak likelihood flux
   oCPeakLikelihoodFluxAlgorithmA measurement algorithm that estimates the peak flux, using a filtered image which has been convolved with its own PSF
   oCPeakLikelihoodFluxTransform
   oCPixelFlagsControlA C++ control class to handle PixelFlagsAlgorithm's configuration
   oCPixelFlagsAlgorithmA measurement algorithm that gets mask bits from the exposure and sets flag bits to summarize which bits are set within a source's footprint
   oCPsfFluxControlA C++ control class to handle PsfFluxAlgorithm's configuration
   oCPsfFluxAlgorithmA measurement algorithm that estimates flux using a linear least-squares fit with the Psf model
   oCPsfFluxTransform
   oCScaledApertureFluxControl
   oCScaledApertureFluxAlgorithmMeasure the flux in an aperture scaled to the PSF
   oCScaledApertureFluxTransform
   oCSdssCentroidControlA C++ control class to handle SdssCentroidAlgorithm's configuration
   oCSdssCentroidAlgorithmThe Sdss Centroid Algorithm
   oCSdssCentroidTransform
   oCSdssShapeControlA C++ control class to handle SdssShapeAlgorithm's configuration
   oCSdssShapeResultKeyA FunctorKey that maps SdssShapeResult to afw::table Records
   oCSdssShapeAlgorithmMeasure the image moments of source using adaptive Gaussian weights
   oCSdssShapeResultResult object SdssShapeAlgorithm
   oCSdssShapeTransformTransformation for SdssShape measurements
   oCShapeResultA reusable struct for moments-based shape measurements
   oCShapeResultKeyA FunctorKey for ShapeResult
   oCSincCoeffsA singleton to calculate and cache the coefficients for sinc photometry
   \CBaseTransformAbstract base class for all C++ measurement transformations