LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
#include <vector>
#include "lsst/meas/algorithms/shapelet/PsiHelper.h"
#include "lsst/meas/algorithms/shapelet/dbg.h"
#include "lsst/afw/geom/Angle.h"
Go to the source code of this file.
Namespaces | |
lsst | |
< multiple inclusion guard macro | |
lsst::meas | |
lsst::meas::algorithms | |
lsst::meas::algorithms::shapelet | |
Functions | |
void | lsst::meas::algorithms::shapelet::makePsi (DMatrix &psi, CDVectorView z, int order, const DVector *coeff=0) |
void | lsst::meas::algorithms::shapelet::augmentPsi (DMatrix &psi, CDVectorView z, int order) |
void | lsst::meas::algorithms::shapelet::setupGx (DMatrix &Gx, int order1, int order2) |
void | lsst::meas::algorithms::shapelet::setupGy (DMatrix &Gy, int order1, int order2) |
void | lsst::meas::algorithms::shapelet::setupGg1 (DMatrix &Gg1, int order1, int order2) |
void | lsst::meas::algorithms::shapelet::setupGg2 (DMatrix &Gg2, int order1, int order2) |
void | lsst::meas::algorithms::shapelet::setupGmu (DMatrix &Gmu, int order1, int order2) |
void | lsst::meas::algorithms::shapelet::setupGth (DMatrix &Gth, int order1, int order2) |