File Distortion.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 geom
namespace ellipses
class Distortion : public lsst::afw::geom::ellipses::detail::EllipticityBase
#include <Distortion.h>

A complex ellipticity with magnitude \(|e| = \frac{a^2 - b^2}{a^2 + b^2}\).

For a more complete definition, see Bernstein and Jarvis (2002); this the same as their distortion \(\delta\) (eq. 2.7).

Public Functions

Distortion(std::complex<double> const &complex)
Distortion(double e1 = 0.0, double e2 = 0.0)
Distortion(Distortion const &other)
Distortion(Distortion &&other)
~Distortion()
Distortion(ConformalShear const &other)
Distortion(ReducedShear const &other)
Distortion &operator=(Distortion const &other)
Distortion &operator=(Distortion &&other)
Distortion &operator=(ConformalShear const &other)
Distortion &operator=(ReducedShear const &other)
Jacobian dAssign(Distortion const &other)
Jacobian dAssign(ConformalShear const &other)
Jacobian dAssign(ReducedShear const &other)
double getAxisRatio() const
void normalize()

Public Static Functions

static std::string getName()