LSSTApplications  17.0+1,17.0+10,17.0+16,17.0+17,17.0+2,17.0+21,17.0+3,17.0+4,17.0-1-g377950a+9,17.0.1-1-g444bd44+9,17.0.1-1-g46e6382+10,17.0.1-1-g4d4fbc4+4,17.0.1-1-g703d48b+6,17.0.1-1-g8de6c91,17.0.1-1-g9deacb5+9,17.0.1-1-gf4e0155+10,17.0.1-1-gfc65f5f+9,17.0.1-1-gfc6fb1f+5,17.0.1-2-g3bdf598,17.0.1-2-g3e5d191+1,17.0.1-2-ga5d6a7c+4,17.0.1-2-gd73ec07+10,17.0.1-3-gcbbb95d+5,17.0.1-3-geaa4c8a+4,17.0.1-4-g088434c+4,17.0.1-4-ga7077188,17.0.1-4-gf25f8e6,17.0.1-5-g5a10bbc+1,17.0.1-5-gf0ac6446+12,17.0.1-6-g7bb9714,17.0.1-7-g69836a1+10,17.0.1-7-gf7766dbc3,w.2019.13
LSSTDataManagementBasePackage
Namespaces | Macros
ImagePca.cc File Reference

Implementation of code to determine spatial model of PSF. More...

#include "lsst/afw.h"
#include "lsst/meas/algorithms/ImagePca.h"

Go to the source code of this file.

Namespaces

 lsst
 A base class for image defects.
 
 lsst::meas
 
 lsst::meas::algorithms
 Fit spatial kernel using approximate fluxes for candidates, and solving a linear system of equations.
 

Macros

#define INSTANTIATE_IMAGE(IMAGE)   template class PsfImagePca<IMAGE>;
 
#define INSTANTIATE(TYPE)
 

Detailed Description

Implementation of code to determine spatial model of PSF.

Definition in file ImagePca.cc.

Macro Definition Documentation

◆ INSTANTIATE

#define INSTANTIATE (   TYPE)
Value:
INSTANTIATE_IMAGE(afw::image::Image<TYPE>); \
INSTANTIATE_IMAGE(afw::image::MaskedImage<TYPE>);
#define INSTANTIATE_IMAGE(IMAGE)
Definition: ImagePca.cc:125

Definition at line 127 of file ImagePca.cc.

◆ INSTANTIATE_IMAGE

#define INSTANTIATE_IMAGE (   IMAGE)    template class PsfImagePca<IMAGE>;

Definition at line 125 of file ImagePca.cc.