SourceXtractorPlusPlus
0.14
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
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
std::shared_ptr
NeighbourInfo.h
SourceFlags.h
SourceXtractor::SeFloat
SeFloat32 SeFloat
Definition:
Types.h:32
Image.h
std::vector
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::Flags
Flags
Flagging of bad sources.
Definition:
SourceFlags.h:34
Aperture.h
Generated by
1.8.5