LSSTApplications  10.0+286,10.0+36,10.0+46,10.0-2-g4f67435,10.1+152,10.1+37,11.0,11.0+1,11.0-1-g47edd16,11.0-1-g60db491,11.0-1-g7418c06,11.0-2-g04d2804,11.0-2-g68503cd,11.0-2-g818369d,11.0-2-gb8b8ce7
LSSTDataManagementBasePackage
Namespaces | Functions
PsiHelper.h File Reference
#include "lsst/meas/algorithms/shapelet/MyMatrix.h"

Go to the source code of this file.

Namespaces

 lsst
 Estimate image backgrounds.
 
 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::makePsi (DVector &psi, std::complex< double > z, int order)
 
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)