|
SourceXtractorPlusPlus
0.12
Please provide a description of the project.
|
#include <MultiframeModelFittingTask.h>
Public Member Functions | |
| MultiframeModelFittingTask (unsigned int max_iterations, std::vector< std::vector< int >> frame_indices_per_band) | |
| virtual | ~MultiframeModelFittingTask () |
| virtual void | computeProperties (SourceGroupInterface &group) const override |
| Computes one or more properties for the SourceGroup and/or the Sources it contains. More... | |
Public Member Functions inherited from SourceXtractor::GroupTask | |
| virtual | ~GroupTask ()=default |
| Destructor. More... | |
Public Member Functions inherited from SourceXtractor::Task | |
| virtual | ~Task ()=default |
| Destructor. More... | |
Private Member Functions | |
| std::shared_ptr< VectorImage< SeFloat > > | createWeightImage (SourceGroupInterface &group, int frame_index) const |
| std::shared_ptr< VectorImage< SeFloat > > | createImageCopy (SourceGroupInterface &group, int frame_index) const |
| bool | isFrameValid (SourceGroupInterface &group, int frame_index) const |
Private Attributes | |
| unsigned int | m_max_iterations |
| std::vector< std::vector< int > > | m_frame_indices_per_band |
| std::map< int, std::shared_ptr< VectorImage< SeFloat > > > | m_debug_images |
| std::map< int, std::shared_ptr< Image< SeFloat > > > | m_residual_images |
Definition at line 32 of file MultiframeModelFittingTask.h.
| SourceXtractor::MultiframeModelFittingTask::MultiframeModelFittingTask | ( | unsigned int | max_iterations, |
| std::vector< std::vector< int >> | frame_indices_per_band | ||
| ) |
|
virtual |
|
overridevirtual |
Computes one or more properties for the SourceGroup and/or the Sources it contains.
Implements SourceXtractor::GroupTask.
|
private |
|
private |
|
private |
|
private |
Definition at line 53 of file MultiframeModelFittingTask.h.
|
private |
Definition at line 51 of file MultiframeModelFittingTask.h.
|
private |
Definition at line 50 of file MultiframeModelFittingTask.h.
|
private |
Definition at line 54 of file MultiframeModelFittingTask.h.
1.8.14