SourceXtractorPlusPlus
1.0.3
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
SEImplementation
SEImplementation
PythonConfig
PyMeasurementImage.h
Go to the documentation of this file.
1
17
/*
18
* @file MeasurementImage.h
19
* @author Nikolaos Apostolakos <nikoapos@gmail.com>
20
*/
21
22
#ifndef _SEIMPLEMENTATION_PYMEASUREMENTIMAGE_H
23
#define _SEIMPLEMENTATION_PYMEASUREMENTIMAGE_H
24
25
#include <string>
26
#include <
SEImplementation/PythonConfig/PyId.h
>
27
28
namespace
SourceXtractor
{
29
30
class
PyMeasurementImage
:
public
PyId
{
31
32
public
:
33
PyMeasurementImage
(
std::string
file
,
std::string
psf_file
,
std::string
weight_file
);
34
35
std::string
file
;
36
double
gain
;
37
double
saturation
;
38
double
flux_scale
;
39
std::string
psf_file
;
40
std::string
weight_file
;
41
std::string
weight_type
;
42
bool
weight_absolute
;
43
double
weight_scaling
;
44
bool
has_weight_threshold
;
45
double
weight_threshold
;
46
47
bool
is_background_constant
;
48
double
constant_background_value
;
49
50
int
image_hdu
;
51
int
psf_hdu
;
52
int
weight_hdu
;
53
54
bool
is_data_cube
;
55
int
image_layer
;
56
int
weight_layer
;
57
58
bool
psf_renormalize
;
59
};
60
61
}
62
63
#endif
// _SEIMPLEMENTATION_PYMEASUREMENTIMAGE_H
64
PyId.h
std::string
SourceXtractor::PyId::PyId
PyId()
Definition
PyId.cpp:23
SourceXtractor::PyMeasurementImage::is_data_cube
bool is_data_cube
Definition
PyMeasurementImage.h:54
SourceXtractor::PyMeasurementImage::has_weight_threshold
bool has_weight_threshold
Definition
PyMeasurementImage.h:44
SourceXtractor::PyMeasurementImage::weight_absolute
bool weight_absolute
Definition
PyMeasurementImage.h:42
SourceXtractor::PyMeasurementImage::psf_renormalize
bool psf_renormalize
Definition
PyMeasurementImage.h:58
SourceXtractor::PyMeasurementImage::weight_hdu
int weight_hdu
Definition
PyMeasurementImage.h:52
SourceXtractor::PyMeasurementImage::file
std::string file
Definition
PyMeasurementImage.h:35
SourceXtractor::PyMeasurementImage::gain
double gain
Definition
PyMeasurementImage.h:36
SourceXtractor::PyMeasurementImage::image_hdu
int image_hdu
Definition
PyMeasurementImage.h:50
SourceXtractor::PyMeasurementImage::psf_hdu
int psf_hdu
Definition
PyMeasurementImage.h:51
SourceXtractor::PyMeasurementImage::psf_file
std::string psf_file
Definition
PyMeasurementImage.h:39
SourceXtractor::PyMeasurementImage::weight_type
std::string weight_type
Definition
PyMeasurementImage.h:41
SourceXtractor::PyMeasurementImage::weight_scaling
double weight_scaling
Definition
PyMeasurementImage.h:43
SourceXtractor::PyMeasurementImage::flux_scale
double flux_scale
Definition
PyMeasurementImage.h:38
SourceXtractor::PyMeasurementImage::is_background_constant
bool is_background_constant
Definition
PyMeasurementImage.h:47
SourceXtractor::PyMeasurementImage::image_layer
int image_layer
Definition
PyMeasurementImage.h:55
SourceXtractor::PyMeasurementImage::weight_file
std::string weight_file
Definition
PyMeasurementImage.h:40
SourceXtractor::PyMeasurementImage::saturation
double saturation
Definition
PyMeasurementImage.h:37
SourceXtractor::PyMeasurementImage::PyMeasurementImage
PyMeasurementImage(std::string file, std::string psf_file, std::string weight_file)
Definition
PyMeasurementImage.cpp:26
SourceXtractor::PyMeasurementImage::weight_layer
int weight_layer
Definition
PyMeasurementImage.h:56
SourceXtractor::PyMeasurementImage::weight_threshold
double weight_threshold
Definition
PyMeasurementImage.h:45
SourceXtractor::PyMeasurementImage::constant_background_value
double constant_background_value
Definition
PyMeasurementImage.h:48
SourceXtractor
Definition
Aperture.h:30
Generated by
1.15.0