lsst.meas.algorithms 22.0.1-33-g638f941b+010569f7a8
|
Implementation of code to determine spatial model of PSF. More...
Go to the source code of this file.
Namespaces | |
namespace | lsst |
namespace | lsst::meas |
namespace | 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) |
Implementation of code to determine spatial model of PSF.
Definition in file ImagePca.cc.
#define INSTANTIATE | ( | TYPE | ) |
Definition at line 127 of file ImagePca.cc.
#define INSTANTIATE_IMAGE | ( | IMAGE | ) | template class PsfImagePca<IMAGE>; |
Definition at line 125 of file ImagePca.cc.