lsst.meas.base  19.0.0-8-gb750100+9
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123456]
 Nlsst
 Nmeas
 Nbase
 NapplyApCorr
 NbaseMeasurement
 NcatalogCalculation
 Nclassification
 NfootprintArea
 NforcedMeasurement
 NforcedPhotCcd
 NforcedPhotCoadd
 NforcedPhotImage
 NnoiseReplacer
 NpluginRegistry
 Nplugins
 NpluginsBase
 Nreferences
 Nsfm
 Ntests
 Ntransforms
 Nwrappers
 CApertureFluxAlgorithmBase class for multiple-aperture photometry algorithms
 CApertureFluxControlConfiguration object for multiple-aperture flux algorithms
 CApertureFluxResultA Result struct for running an aperture flux algorithm with a single radius
 CApertureFluxTransformMeasurement transformation for aperture fluxes
 CBaseAlgorithmUltimate abstract base class for all C++ measurement algorithms
 CBaseTransformAbstract base class for all C++ measurement transformations
 CBlendednessAlgorithmCompute metrics that measure how blended objects are
 CBlendednessControl
 CCentroidChecker
 CCentroidResultA reusable struct for centroid measurements
 CCentroidResultKeyA FunctorKey for CentroidResult
 CCentroidTransformBase for centroid measurement transformations
 CCircularApertureFluxAlgorithm
 CFatalAlgorithmErrorException to be thrown when a measurement algorithm experiences a fatal error
 CFlagDefinitionSimple 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
 CFlagDefinitionListVector-type utility class to build a collection of FlagDefinitions
 CFlagHandlerUtility class for handling flag fields that indicate the failure modes of an algorithm
 CFluxResultA reusable result struct for instFlux measurements
 CFluxResultKeyA FunctorKey for FluxResult
 CFluxTransformBase for instFlux measurement transformations
 CForcedAlgorithmBase class for algorithms that measure the properties of sources on one image, using previous measurements on another image to hold certain quantities fixed
 CGaussianFluxAlgorithmA measurement algorithm that estimates instFlux using an elliptical Gaussian weight
 CGaussianFluxControlA C++ control class to handle GaussianFluxAlgorithm's configuration
 CGaussianFluxTransform
 CLocalBackgroundAlgorithmA measurement algorithm that estimates the local background value per pixel
 CLocalBackgroundControlConfiguration of LocalBackgroundAlgorithm
 CLocalBackgroundTransform
 CMagResultA reusable result struct for magnitudes
 CMagResultKeyA FunctorKey for MagResult
 CMeasurementErrorException to be thrown when a measurement algorithm experiences a known failure mode
 CNaiveCentroidAlgorithmA class that calculates a centroid as a simple unweighted first moment of the 3x3 region around a pixel
 CNaiveCentroidControlA C++ control class to handle NaiveCentroidAlgorithm's configuration
 CNaiveCentroidTransform
 CPeakLikelihoodFluxAlgorithmA measurement algorithm that estimates the peak instrument flux, using a filtered image which has been convolved with its own PSF
 CPeakLikelihoodFluxControlC++ control object for peak likelihood instrument flux
 CPeakLikelihoodFluxTransform
 CPixelFlagsAlgorithmA measurement algorithm that gets mask bits from the exposure and sets flag bits to summarize which bits are set within a source's footprint
 CPixelFlagsControlA C++ control class to handle PixelFlagsAlgorithm's configuration
 CPixelValueErrorException to be thrown when a measurement algorithm encounters a NaN or infinite pixel
 CPsfFluxAlgorithmA measurement algorithm that estimates instFlux using a linear least-squares fit with the Psf model
 CPsfFluxControlA C++ control class to handle PsfFluxAlgorithm's configuration
 CPsfFluxTransform
 CSafeCentroidExtractorUtility class for measurement algorithms that extracts a position from the Centroid slot and handles errors in a safe and consistent way
 CSafeShapeExtractorUtility class for measurement algorithms that extracts an ellipse from the Shape slot and handles errors in a safe and consistent way
 CScaledApertureFluxAlgorithmMeasure the instFlux in an aperture scaled to the PSF
 CScaledApertureFluxControl
 CScaledApertureFluxTransform
 CSdssCentroidAlgorithmThe Sdss Centroid Algorithm
 CSdssCentroidControlA C++ control class to handle SdssCentroidAlgorithm's configuration
 CSdssCentroidTransform
 CSdssShapeAlgorithmMeasure the image moments of source using adaptive Gaussian weights
 CSdssShapeControlA C++ control class to handle SdssShapeAlgorithm's configuration
 CSdssShapeResultResult object SdssShapeAlgorithm
 CSdssShapeResultKeyA FunctorKey that maps SdssShapeResult to afw::table Records
 CSdssShapeTransformTransformation for SdssShape measurements
 CShapeResultA reusable struct for moments-based shape measurements
 CShapeResultKeyA FunctorKey for ShapeResult
 CSimpleAlgorithmAn abstract base classes for which the same implementation can be used for both SingleFrameAlgorithm and ForcedAlgorithm
 CSincCoeffsA singleton to calculate and cache the coefficients for sinc photometry
 CSingleFrameAlgorithmBase class for algorithms that measure the properties of sources on single image