SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
PyMeasurementImage.cpp
Go to the documentation of this file.
1
17/*
18 * @file MeasurementImage.cpp
19 * @author Nikolaos Apostolakos <nikoapos@gmail.com>
20 */
21
23
24namespace SourceXtractor {
25
27 : file(file), gain(0.), saturation(0.), flux_scale(1.), psf_file(psf_file), weight_file(weight_file),
28 weight_absolute(false), weight_scaling(0.), has_weight_threshold(false), weight_threshold(0.),
29 is_background_constant(false), constant_background_value(0.), image_hdu(0), psf_hdu(0), weight_hdu(0),
30 is_data_cube(false), image_layer(0), weight_layer(0) {
31}
32
33}
PyMeasurementImage(std::string file, std::string psf_file, std::string weight_file)