SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Classes | Namespaces | Functions
FluxMeasurement.h File Reference
#include "Aperture.h"
#include "SEFramework/Image/WriteableImage.h"
#include "SEFramework/Source/SourceFlags.h"
Include dependency graph for FluxMeasurement.h:
This graph shows which files directly or indirectly include this file:

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)