SourceXtractorPlusPlus
0.15
Please provide a description of the project.
SEFramework
SEFramework
Aperture
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
21
#include "
SEFramework/Aperture/Aperture.h
"
22
#include "
SEFramework/Aperture/NeighbourInfo.h
"
23
#include "
SEFramework/Image/Image.h
"
24
#include "
SEFramework/Source/SourceFlags.h
"
25
26
namespace
SourceXtractor
{
27
28
29
Flags
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
Aperture.h
Image.h
NeighbourInfo.h
SourceFlags.h
SourceXtractor
Definition:
Aperture.h:30
SourceXtractor::Flags
Flags
Flagging of bad sources.
Definition:
SourceFlags.h:37
SourceXtractor::SeFloat
SeFloat32 SeFloat
Definition:
Types.h:32
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
std::shared_ptr
std::vector
Generated by
1.9.1