SourceXtractorPlusPlus 0.19.2
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SersicProfile.h
Go to the documentation of this file.
1
23#ifndef MODELFITTING_SERSICPROFILEPROJECTION_H
24#define MODELFITTING_SERSICPROFILEPROJECTION_H
25
27
28namespace ModelFitting {
29
36
37public:
38
49
53 SersicProfile(const SersicProfile& other);
54
58 virtual ~SersicProfile();
59
65 double operator()(double r) const;
66
67private:
68
72
73}; // end of class SersicProfile
74
75} // end of namespace ModelFitting
76
77#endif /* MODELFITTING_SERSICPROFILEPROJECTION_H */
78
std::shared_ptr< BasicParameter > m_k
std::shared_ptr< BasicParameter > m_n
std::shared_ptr< BasicParameter > m_i0
double operator()(double r) const