LSST Applications
21.0.0+04719a4bac,21.0.0-1-ga51b5d4+f5e6047307,21.0.0-12-g5009899+33d7f927f3,21.0.0-13-g3a573fe+7df2a27b45,21.0.0-14-g07a2928+2dd4ab1e4d,21.0.0-14-g8629b32+ada1ffd932,21.0.0-15-g5a7caf0+0ea4a5585d,21.0.0-16-g434b3eb+a783293e9c,21.0.0-17-g8839fe5+c812bf64e9,21.0.0-2-g103fe59+e59df2cecd,21.0.0-2-g45278ab+04719a4bac,21.0.0-2-g5242d73+2a0303cc17,21.0.0-2-g7f82c8f+7857418d36,21.0.0-2-g8faa9b5+616205b9df,21.0.0-2-ga326454+7857418d36,21.0.0-2-gde069b7+5e4aea9c2f,21.0.0-2-gecfae73+c0704111f2,21.0.0-2-gfc62afb+2a0303cc17,21.0.0-20-g8cd22d88+ae1e48c0d5,21.0.0-27-g37a8c363b+1e633d4884,21.0.0-3-g357aad2+5f7b813397,21.0.0-3-g4a4ce7f+2a0303cc17,21.0.0-3-g4be5c26+2a0303cc17,21.0.0-3-g65f322c+6c73791a99,21.0.0-3-g7d9da8d+616205b9df,21.0.0-3-ge02ed75+2dd4ab1e4d,21.0.0-4-g05c9afb+06509c8b61,21.0.0-4-g591bb35+2dd4ab1e4d,21.0.0-4-g65b4814+c812bf64e9,21.0.0-4-gccdca77+0de219a2bc,21.0.0-4-ge8a399c+7d01a1857e,21.0.0-5-gd00fb1e+9635e151a8,21.0.0-6-gc675373+2a0303cc17,21.0.0-65-g9ea87ca1+ca40f17e88,21.0.0-7-gdf92d54+04719a4bac,21.0.0-8-g5674e7b+d1bd76f71f,21.0.0-8-g72414d6+5fcc31e360,master-gac4afde19b+2dd4ab1e4d,v22.0.0.rc1
LSST Data Management Base Package
|
Constants, typedefs, and general-purpose functions for shapelets library. More...
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... | |
Constants, typedefs, and general-purpose functions for shapelets library.
Definition in file constants.h.