SourceXtractorPlusPlus
0.15
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
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
55
}
56
57
#endif // _SEIMPLEMENTATION_PYMEASUREMENTIMAGE_H
58
SourceXtractor::PyMeasurementImage::file
std::string file
Definition:
PyMeasurementImage.h:35
SourceXtractor::PyMeasurementImage
Definition:
PyMeasurementImage.h:30
PyId.h
SourceXtractor::PyMeasurementImage::has_weight_threshold
bool has_weight_threshold
Definition:
PyMeasurementImage.h:44
SourceXtractor::PyMeasurementImage::psf_file
std::string psf_file
Definition:
PyMeasurementImage.h:39
SourceXtractor::PyMeasurementImage::flux_scale
double flux_scale
Definition:
PyMeasurementImage.h:38
SourceXtractor::PyMeasurementImage::saturation
double saturation
Definition:
PyMeasurementImage.h:37
SourceXtractor::PyMeasurementImage::weight_file
std::string weight_file
Definition:
PyMeasurementImage.h:40
SourceXtractor::PyMeasurementImage::constant_background_value
double constant_background_value
Definition:
PyMeasurementImage.h:48
SourceXtractor::PyMeasurementImage::is_background_constant
bool is_background_constant
Definition:
PyMeasurementImage.h:47
std::string
STL class.
SourceXtractor::PyMeasurementImage::weight_hdu
int weight_hdu
Definition:
PyMeasurementImage.h:52
SourceXtractor::PyMeasurementImage::gain
double gain
Definition:
PyMeasurementImage.h:36
SourceXtractor::PyId
Definition:
PyId.h:30
SourceXtractor::PyMeasurementImage::weight_threshold
double weight_threshold
Definition:
PyMeasurementImage.h:45
SourceXtractor::PyMeasurementImage::PyMeasurementImage
PyMeasurementImage(std::string file, std::string psf_file, std::string weight_file)
Definition:
PyMeasurementImage.cpp:26
SourceXtractor::PyMeasurementImage::psf_hdu
int psf_hdu
Definition:
PyMeasurementImage.h:51
SourceXtractor::PyMeasurementImage::weight_type
std::string weight_type
Definition:
PyMeasurementImage.h:41
SourceXtractor::PyMeasurementImage::weight_absolute
bool weight_absolute
Definition:
PyMeasurementImage.h:42
SourceXtractor::PyMeasurementImage::weight_scaling
double weight_scaling
Definition:
PyMeasurementImage.h:43
SourceXtractor::PyMeasurementImage::image_hdu
int image_hdu
Definition:
PyMeasurementImage.h:50
Generated by
1.8.5