2 #if !defined(LSST_MEAS_ALGORITHMS_IMAGEPCA_H)
3 #define LSST_MEAS_ALGORITHMS_IMAGEPCA_H
42 namespace algorithms {
44 template <
typename ImageT>
46 typedef typename afw::image::ImagePca<ImageT> Super;
49 explicit PsfImagePca(
bool constantWeight=
true,
int border=3) : Super(constantWeight), _border(border) {}
PsfImagePca(bool constantWeight=true, int border=3)
Ctor.
virtual void analyze()
Generate eigenimages that are normalised and background-subtracted.