lsst.meas.base gc76e4e2a6e+463f9ae8d0
|
▼Nlsst | |
▼Nmeas | |
▼Nbase | |
►NapplyApCorr | |
►NbaseMeasurement | |
►NcatalogCalculation | |
►Nclassification | |
►NdiaCalculation | |
►NdiaCalculationPlugins | |
►NfootprintArea | |
►NforcedMeasurement | |
►NforcedPhotCcd | |
►NforcedPhotCoadd | |
►NnoiseReplacer | |
►NpluginRegistry | |
►Nplugins | |
►NpluginsBase | |
►Nsfm | |
►Ntests | |
►Ntransforms | |
►Nwrappers | |
CApertureFluxAlgorithm | Base class for multiple-aperture photometry algorithms |
CApertureFluxControl | Configuration object for multiple-aperture flux algorithms |
CApertureFluxResult | A Result struct for running an aperture flux algorithm with a single radius |
CApertureFluxTransform | Measurement transformation for aperture fluxes |
CBaseAlgorithm | Ultimate abstract base class for all C++ measurement algorithms |
CBaseTransform | Abstract base class for all C++ measurement transformations |
CBlendednessAlgorithm | Compute metrics that measure how blended objects are |
CBlendednessControl | |
CCentroidChecker | |
CCentroidResult | A reusable struct for centroid measurements |
CCentroidResultKey | A FunctorKey for CentroidResult |
CCentroidTransform | Base for centroid measurement transformations |
CCircularApertureFluxAlgorithm | |
CFatalAlgorithmError | Exception to be thrown when a measurement algorithm experiences a fatal error |
CFlagDefinition | 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 |
CFlagDefinitionList | Vector-type utility class to build a collection of FlagDefinitions |
CFlagHandler | Utility class for handling flag fields that indicate the failure modes of an algorithm |
CFluxResult | A reusable result struct for instFlux measurements |
CFluxResultKey | A FunctorKey for FluxResult |
CFluxTransform | Base for instFlux measurement transformations |
CForcedAlgorithm | Base class for algorithms that measure the properties of sources on one image, using previous measurements on another image to hold certain quantities fixed |
CGaussianFluxAlgorithm | A measurement algorithm that estimates instFlux using an elliptical Gaussian weight |
CGaussianFluxControl | A C++ control class to handle GaussianFluxAlgorithm's configuration |
CGaussianFluxTransform | |
CLocalBackgroundAlgorithm | A measurement algorithm that estimates the local background value per pixel |
CLocalBackgroundControl | Configuration of LocalBackgroundAlgorithm |
CLocalBackgroundTransform | |
CMagResult | A reusable result struct for magnitudes |
CMagResultKey | A FunctorKey for MagResult |
CMeasurementError | Exception to be thrown when a measurement algorithm experiences a known failure mode |
CNaiveCentroidAlgorithm | A class that calculates a centroid as a simple unweighted first moment of the 3x3 region around a pixel |
CNaiveCentroidControl | A C++ control class to handle NaiveCentroidAlgorithm's configuration |
CNaiveCentroidTransform | |
CPeakLikelihoodFluxAlgorithm | A measurement algorithm that estimates the peak instrument flux, using a filtered image which has been convolved with its own PSF |
CPeakLikelihoodFluxControl | C++ control object for peak likelihood instrument flux |
CPeakLikelihoodFluxTransform | |
CPixelFlagsAlgorithm | 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 |
CPixelFlagsControl | A C++ control class to handle PixelFlagsAlgorithm's configuration |
CPixelValueError | Exception to be thrown when a measurement algorithm encounters a NaN or infinite pixel |
CPsfFluxAlgorithm | A measurement algorithm that estimates instFlux using a linear least-squares fit with the Psf model |
CPsfFluxControl | A C++ control class to handle PsfFluxAlgorithm's configuration |
CPsfFluxTransform | |
CSafeCentroidExtractor | Utility class for measurement algorithms that extracts a position from the Centroid slot and handles errors in a safe and consistent way |
CSafeShapeExtractor | Utility class for measurement algorithms that extracts an ellipse from the Shape slot and handles errors in a safe and consistent way |
CScaledApertureFluxAlgorithm | Measure the instFlux in an aperture scaled to the PSF |
CScaledApertureFluxControl | |
CScaledApertureFluxTransform | |
CSdssCentroidAlgorithm | The Sdss Centroid Algorithm |
CSdssCentroidControl | A C++ control class to handle SdssCentroidAlgorithm's configuration |
CSdssCentroidTransform | |
CSdssShapeAlgorithm | Measure the image moments of source using adaptive Gaussian weights |
CSdssShapeControl | A C++ control class to handle SdssShapeAlgorithm's configuration |
CSdssShapeResult | Result object SdssShapeAlgorithm |
CSdssShapeResultKey | A FunctorKey that maps SdssShapeResult to afw::table Records |
CSdssShapeTransform | Transformation for SdssShape measurements |
CShapeResult | A reusable struct for moments-based shape measurements |
CShapeResultKey | A FunctorKey for ShapeResult |
CSimpleAlgorithm | An abstract base classes for which the same implementation can be used for both SingleFrameAlgorithm and ForcedAlgorithm |
CSincCoeffs | A singleton to calculate and cache the coefficients for sinc photometry |
CSingleFrameAlgorithm | Base class for algorithms that measure the properties of sources on single image |