LSSTApplications  17.0+11,17.0+113,17.0+64,18.0.0+13,18.0.0+28,18.0.0+5,18.0.0+66,18.0.0-4-g68ffd23,18.1.0-1-g0001055+8,18.1.0-1-g03d53ef+1,18.1.0-1-g1349e88+42,18.1.0-1-g2505f39+33,18.1.0-1-g5315e5e+1,18.1.0-1-g5e4b7ea+10,18.1.0-1-g7e8fceb+1,18.1.0-1-g85f8cd4+35,18.1.0-1-gd55f500+24,18.1.0-12-g42eabe8e+26,18.1.0-14-g259bd21+5,18.1.0-14-gd04256d+31,18.1.0-2-g4903023+9,18.1.0-2-g5f9922c+11,18.1.0-2-gd3b74e5+2,18.1.0-2-gfbf3545+19,18.1.0-2-gfefb8b5+30,18.1.0-20-g4b62d031a,18.1.0-21-gb3d55290+13,18.1.0-22-gcd16eb0+1,18.1.0-3-g52aa583+16,18.1.0-3-g8f4a2b1+29,18.1.0-3-gb69f684+26,18.1.0-4-g1ee41a7+1,18.1.0-5-g6dbcb01+27,18.1.0-5-gc286bb7+3,18.1.0-6-g857e778+2,18.1.0-7-gae09a6d+14,18.1.0-8-g42b2ab3+8,18.1.0-8-gc69d46e+13,18.1.0-9-gee19f03,w.2019.42
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.