|
SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
|
#include "Aperture.h"#include "SEFramework/Image/WriteableImage.h"#include "SEFramework/Source/SourceFlags.h"

Go to the source code of this file.
Classes | |
| struct | SourceXtractor::FluxMeasurement |
Namespaces | |
| namespace | SourceXtractor |
Functions | |
| FluxMeasurement | SourceXtractor::measureFlux (const std::shared_ptr< Aperture > &aperture, SeFloat centroid_x, SeFloat centroid_y, const std::shared_ptr< Image< SeFloat > > &img, const std::shared_ptr< Image< SeFloat > > &variance_map, SeFloat variance_threshold, bool use_symmetry) |
| template<typename T > | |
| void | SourceXtractor::fillAperture (const std::shared_ptr< Aperture > &aperture, SeFloat centroid_x, SeFloat centroid_y, const std::shared_ptr< WriteableImage< T > > &img, T value) |
| template<typename T > | |
| void | SourceXtractor::drawAperture (const std::shared_ptr< Aperture > &aperture, SeFloat centroid_x, SeFloat centroid_y, const std::shared_ptr< WriteableImage< T > > &img, T value) |