#include <MultiframeModelFitting.h>
|
| virtual | ~MultiframeModelFitting ()=default |
| |
| | MultiframeModelFitting (SeFloat x, SeFloat y, SeFloat wc_alpha, SeFloat wc_delta, SeFloat exp_radius, SeFloat dev_radius, std::vector< double > fluxes, std::vector< double > exp_fluxes, std::vector< double > dev_fluxes, unsigned int iterations, SeFloat chi_squared, unsigned int nframes) |
| |
| SeFloat | getX () const |
| |
| SeFloat | getY () const |
| |
| SeFloat | getAlpha () const |
| |
| SeFloat | getDelta () const |
| |
| SeFloat | getExpRadius () const |
| |
| SeFloat | getDevRadius () const |
| |
| std::vector< double > | getFluxes () const |
| |
| std::vector< double > | getExpFluxes () const |
| |
| std::vector< double > | getDevFluxes () const |
| |
| unsigned int | getIterations () const |
| |
| unsigned int | getFrameCount () const |
| |
| SeFloat | getReducedChiSquared () const |
| |
Definition at line 34 of file MultiframeModelFitting.h.
◆ ~MultiframeModelFitting()
| virtual SourceXtractor::MultiframeModelFitting::~MultiframeModelFitting |
( |
| ) |
|
|
virtualdefault |
◆ MultiframeModelFitting()
| SourceXtractor::MultiframeModelFitting::MultiframeModelFitting |
( |
SeFloat |
x, |
|
|
SeFloat |
y, |
|
|
SeFloat |
wc_alpha, |
|
|
SeFloat |
wc_delta, |
|
|
SeFloat |
exp_radius, |
|
|
SeFloat |
dev_radius, |
|
|
std::vector< double > |
fluxes, |
|
|
std::vector< double > |
exp_fluxes, |
|
|
std::vector< double > |
dev_fluxes, |
|
|
unsigned int |
iterations, |
|
|
SeFloat |
chi_squared, |
|
|
unsigned int |
nframes |
|
) |
| |
|
inline |
◆ getAlpha()
| SeFloat SourceXtractor::MultiframeModelFitting::getAlpha |
( |
| ) |
const |
|
inline |
◆ getDelta()
| SeFloat SourceXtractor::MultiframeModelFitting::getDelta |
( |
| ) |
const |
|
inline |
◆ getDevFluxes()
| std::vector<double> SourceXtractor::MultiframeModelFitting::getDevFluxes |
( |
| ) |
const |
|
inline |
◆ getDevRadius()
| SeFloat SourceXtractor::MultiframeModelFitting::getDevRadius |
( |
| ) |
const |
|
inline |
◆ getExpFluxes()
| std::vector<double> SourceXtractor::MultiframeModelFitting::getExpFluxes |
( |
| ) |
const |
|
inline |
◆ getExpRadius()
| SeFloat SourceXtractor::MultiframeModelFitting::getExpRadius |
( |
| ) |
const |
|
inline |
◆ getFluxes()
| std::vector<double> SourceXtractor::MultiframeModelFitting::getFluxes |
( |
| ) |
const |
|
inline |
◆ getFrameCount()
| unsigned int SourceXtractor::MultiframeModelFitting::getFrameCount |
( |
| ) |
const |
|
inline |
◆ getIterations()
| unsigned int SourceXtractor::MultiframeModelFitting::getIterations |
( |
| ) |
const |
|
inline |
◆ getReducedChiSquared()
| SeFloat SourceXtractor::MultiframeModelFitting::getReducedChiSquared |
( |
| ) |
const |
|
inline |
◆ getX()
| SeFloat SourceXtractor::MultiframeModelFitting::getX |
( |
| ) |
const |
|
inline |
◆ getY()
| SeFloat SourceXtractor::MultiframeModelFitting::getY |
( |
| ) |
const |
|
inline |
◆ m_chi_squared
| SeFloat SourceXtractor::MultiframeModelFitting::m_chi_squared |
|
private |
◆ m_dev_fluxes
| std::vector<double> SourceXtractor::MultiframeModelFitting::m_dev_fluxes |
|
private |
◆ m_dev_radius
| SeFloat SourceXtractor::MultiframeModelFitting::m_dev_radius |
|
private |
◆ m_exp_fluxes
| std::vector<double> SourceXtractor::MultiframeModelFitting::m_exp_fluxes |
|
private |
◆ m_exp_radius
| SeFloat SourceXtractor::MultiframeModelFitting::m_exp_radius |
|
private |
◆ m_fluxes
| std::vector<double> SourceXtractor::MultiframeModelFitting::m_fluxes |
|
private |
◆ m_frame_count
| unsigned int SourceXtractor::MultiframeModelFitting::m_frame_count |
|
private |
◆ m_iterations
| unsigned int SourceXtractor::MultiframeModelFitting::m_iterations |
|
private |
◆ m_wc_alpha
| SeFloat SourceXtractor::MultiframeModelFitting::m_wc_alpha |
|
private |
◆ m_wc_delta
| SeFloat SourceXtractor::MultiframeModelFitting::m_wc_delta |
|
private |
◆ m_x
| SeFloat SourceXtractor::MultiframeModelFitting::m_x |
|
private |
◆ m_y
| SeFloat SourceXtractor::MultiframeModelFitting::m_y |
|
private |
The documentation for this class was generated from the following file: