SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SourcePsfProperty.h
Go to the documentation of this file.
1
18#ifndef _SEIMPLEMENTATION_PLUGIN_SOURCEPSF_SOURCEPSF_H_
19#define _SEIMPLEMENTATION_PLUGIN_SOURCEPSF_SOURCEPSF_H_
20
23
24namespace SourceXtractor {
25
47
48} // end SourceXtractor
49
50#endif //_SEIMPLEMENTATION_PLUGIN_SOURCEPSF_SOURCEPSF_H_
Base class for all Properties. (has no actual content)
Definition Property.h:33
virtual ~SourcePsfProperty()=default
std::shared_ptr< VectorImage< SeFloat > > m_psf
std::shared_ptr< VectorImage< SeFloat > > getPsf() const
SourcePsfProperty(double pixel_sampling, std::shared_ptr< VectorImage< SeFloat > > psf)