|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#include <Psf.h>

Public Member Functions | |
| virtual | ~Psf ()=default |
| virtual int | getWidth () const =0 |
| virtual int | getHeight () const =0 |
| virtual double | getPixelSampling () const =0 |
| virtual const std::vector< std::string > & | getComponents () const =0 |
| virtual std::shared_ptr< VectorImage< SeFloat > > | getPsf (const std::vector< double > &values) const =0 |
|
virtualdefault |
Destructor
|
pure virtual |
Implemented in SourceXtractor::VariablePsf, and SourceXtractor::VariablePsfStack.
|
pure virtual |
Implemented in SourceXtractor::VariablePsf, and SourceXtractor::VariablePsfStack.
|
pure virtual |
Implemented in SourceXtractor::VariablePsf, and SourceXtractor::VariablePsfStack.
|
pure virtual |
Reconstructs a PSF based on the given values for each of the components.
| values | Component values. Note that they have to be in the same order (and as many) as components were passed to the constructor (none for constant PSF). |
| If | the number of values does not match the number of components |
Implemented in SourceXtractor::VariablePsf, and SourceXtractor::VariablePsfStack.
|
pure virtual |
Implemented in SourceXtractor::VariablePsf, and SourceXtractor::VariablePsfStack.