SourceXtractorPlusPlus  0.13
Please provide a description of the project.
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 
26 namespace SourceXtractor {
27 
28 
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
std::shared_ptr
STL class.
SourceXtractor::computeFlags
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
SourceXtractor::SeFloat
SeFloat32 SeFloat
Definition: Types.h:32
std::vector
STL class.
SourceXtractor::Flags
Flags
Flagging of bad sources.
Definition: SourceFlags.h:34
SourceFlags.h
NeighbourInfo.h
SourceXtractor
Definition: Aperture.h:30
Image.h
Aperture.h