SourceXtractorPlusPlus
0.8
Please provide a description of the project.
|
#include <PsfProperty.h>
Public Member Functions | |
virtual | ~PsfProperty ()=default |
PsfProperty (double pixel_sampling, std::shared_ptr< VectorImage< SeFloat >> psf) | |
PsfProperty () | |
double | getPixelSampling () const |
std::shared_ptr< VectorImage < SeFloat > > | getPsf () const |
![]() | |
virtual | ~Property ()=default |
Private Attributes | |
double | m_pixel_sampling |
std::shared_ptr< VectorImage < SeFloat > > | m_psf |
Definition at line 32 of file PsfProperty.h.
|
virtualdefault |
|
inline |
Definition at line 36 of file PsfProperty.h.
SourceXtractor::PsfProperty::PsfProperty | ( | ) |
|
inline |
Definition at line 41 of file PsfProperty.h.
References m_pixel_sampling.
|
inline |
Definition at line 45 of file PsfProperty.h.
References m_psf.
|
private |
Definition at line 50 of file PsfProperty.h.
Referenced by getPixelSampling().
|
private |
Definition at line 51 of file PsfProperty.h.
Referenced by getPsf().