LSSTApplications  17.0+50,17.0+84,17.0+9,18.0.0+14,18.0.0+2,18.0.0+30,18.0.0+4,18.0.0+9,18.0.0-2-ge43143a+4,18.1.0-1-g0001055,18.1.0-1-g0896a44+6,18.1.0-1-g1349e88+4,18.1.0-1-g2505f39+3,18.1.0-1-g380d4d4+4,18.1.0-1-g5e4b7ea,18.1.0-1-g85f8cd4+3,18.1.0-1-g9a6769a+2,18.1.0-1-ga1a4c1a+2,18.1.0-1-gc037db8,18.1.0-1-gd55f500+1,18.1.0-1-ge10677a+3,18.1.0-10-g73b8679e+7,18.1.0-11-g311e899+3,18.1.0-12-g0d73a3591,18.1.0-12-gc95f69a+3,18.1.0-2-g000ad9a+3,18.1.0-2-g31c43f9+3,18.1.0-2-g9c63283+4,18.1.0-2-gdf0b915+4,18.1.0-2-gf03bb23,18.1.0-3-g2e29e3d+6,18.1.0-3-g52aa583+2,18.1.0-3-g9cb968e+3,18.1.0-4-gd2e8982+6,18.1.0-5-g510c42a+3,18.1.0-5-gaeab27e+4,18.1.0-6-gdda7f3e+6,18.1.0-7-g89824ecc+4,w.2019.32
LSSTDataManagementBasePackage
Namespaces | Typedefs | Enumerations | Functions | Variables
constants.h File Reference

Constants, typedefs, and general-purpose functions for shapelets library. More...

#include "lsst/afw/geom/ellipses.h"
#include "ndarray.h"
#include "lsst/pex/exceptions.h"

Go to the source code of this file.

Namespaces

 lsst
 A base class for image defects.
 
 lsst::shapelet
 

Typedefs

typedef afw::geom::ellipses::Quadrupole lsst::shapelet::EllipseCore
 
typedef ndarray::Array< double, 1 > lsst::shapelet::Array1d
 Typedef for a commonly-used array type. More...
 

Enumerations

enum  lsst::shapelet::BasisTypeEnum { lsst::shapelet::HERMITE, lsst::shapelet::LAGUERRE }
 An enum that sets whether to use real-valued polar shapelets or Cartesian shapelets. More...
 

Functions

int lsst::shapelet::computeOffset (int order)
 Return the offset of the given order in a coefficient vector. More...
 
int lsst::shapelet::computeSize (int order)
 Return the size of the coefficient vector for the given order. More...
 
int lsst::shapelet::computeOrder (int size)
 Infer the order of a shapelet expansion from the number of coefficients. More...
 
double lsst::shapelet::intSqrt (int n)
 Compute the square root of an integer number. More...
 
double lsst::shapelet::rationalSqrt (int n, int d)
 Compute the square root of a rational number i.e. sqrt(n/d) More...
 

Variables

double const lsst::shapelet::BASIS_NORMALIZATION
 Normalization factor for 1-d orthonormal shapelets: pi^(-1/4) More...
 

Detailed Description

Constants, typedefs, and general-purpose functions for shapelets library.

Author
Jim Bosch

Definition in file constants.h.