SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
Flagging.h
Go to the documentation of this file.
1
18#ifndef _SEFRAMEWORK_SEFRAMEWORK_APERTURE_FLAGGING_H
19#define _SEFRAMEWORK_SEFRAMEWORK_APERTURE_FLAGGING_H
20
25
26namespace SourceXtractor {
27
28
29Flags computeFlags(const std::shared_ptr<Aperture>& aperture,
30 SeFloat centroid_x, SeFloat centroid_y,
31 const std::vector<PixelCoordinate>& pix_list,
32 const std::shared_ptr<Image<SeFloat>>& detection_img,
33 const std::shared_ptr<Image<SeFloat>>& detection_variance,
34 const std::shared_ptr<Image<SeFloat>>& threshold_image,
35 SeFloat variance_threshold);
36
37} // end SourceXtractor
38
39#endif // _SEFRAMEWORK_SEFRAMEWORK_APERTURE_FLAGGING_H
Flags computeFlags(const std::shared_ptr< Aperture > &aperture, SeFloat centroid_x, SeFloat centroid_y, const std::vector< PixelCoordinate > &pix_list, const std::shared_ptr< Image< SeFloat > > &detection_img, const std::shared_ptr< Image< SeFloat > > &detection_variance, const std::shared_ptr< Image< SeFloat > > &threshold_image, SeFloat variance_threshold)
Definition Flagging.cpp:27
SeFloat32 SeFloat
Definition Types.h:32