File traits.h

namespace lsst

Class for a simple mapping implementing a generic AstrometryTransform.

Remove all non-astronomical counts from the Chunk Exposure’s pixels.

Forward declarations for lsst::utils::Cache

For details on the Cache class, see the Cache.h file.

It uses a template rather than a pointer so that the derived classes can use the specifics of the transform. The class simplePolyMapping overloads a few routines.

A base class for image defects

Numeric constants used by the Integrate.h integrator routines.

Compute Image Statistics

Note

Gauss-Kronrod-Patterson quadrature coefficients for use in quadpack routine qng. These coefficients were calculated with 101 decimal digit arithmetic by L. W. Fullerton, Bell Labs, Nov 1981.

Note

The Statistics class itself can only handle lsst::afw::image::MaskedImage() types. The philosophy has been to handle other types by making them look like lsst::afw::image::MaskedImage() and reusing that code. Users should have no need to instantiate a Statistics object directly, but should use the overloaded makeStatistics() factory functions.

namespace afw
namespace math

Variables

generic_kernel_tag generic_kernel_tag_
deltafunction_kernel_tag deltafunction_kernel_tag_
struct deltafunction_kernel_tag : public lsst::afw::math::generic_kernel_tag
#include <traits.h>

Kernel has only one non-zero pixel.

Public Functions

deltafunction_kernel_tag()
struct generic_kernel_tag
#include <traits.h>

Tags carrying information about Kernels Kernel with no special properties.

Subclassed by lsst::afw::math::deltafunction_kernel_tag

Public Functions

generic_kernel_tag()
template<typename KernelT>
struct is_analyticKernel
#include <traits.h>

traits class to determine if a Kernel is represented as an analytic function

Subclassed by lsst::afw::math::is_analyticKernel< KernelT * >, lsst::afw::math::is_analyticKernel< std::shared_ptr< KernelT > >

Public Functions

BOOST_STATIC_CONSTANT(bool, value = false)
template<>
struct is_analyticKernel<AnalyticKernel>

Public Functions

BOOST_STATIC_CONSTANT(bool, value = true)
template<typename KernelT>
struct kernel_traits
#include <traits.h>

template trait class with information about Kernels

Public Types

typedef KernelT::kernel_fill_factor kernel_fill_factor

Fraction of non-zero pixels.