SourceXtractorPlusPlus  0.13
Please provide a description of the project.
Public Member Functions | Public Attributes | List of all members
SourceXtractor::PyMeasurementImage Class Reference

#include <PyMeasurementImage.h>

Inheritance diagram for SourceXtractor::PyMeasurementImage:
[legend]
Collaboration diagram for SourceXtractor::PyMeasurementImage:
[legend]

Public Member Functions

 PyMeasurementImage (std::string file, std::string psf_file, std::string weight_file)
 
- Public Member Functions inherited from SourceXtractor::PyId
 PyId ()
 
virtual ~PyId ()
 

Public Attributes

std::string file
 
double gain
 
double saturation
 
double flux_scale
 
std::string psf_file
 
std::string weight_file
 
std::string weight_type
 
bool weight_absolute
 
double weight_scaling
 
bool has_weight_threshold
 
double weight_threshold
 
bool is_background_constant
 
double constant_background_value
 
int image_hdu
 
int psf_hdu
 
int weight_hdu
 
- Public Attributes inherited from SourceXtractor::PyId
const int id
 

Detailed Description

Definition at line 30 of file PyMeasurementImage.h.

Constructor & Destructor Documentation

◆ PyMeasurementImage()

SourceXtractor::PyMeasurementImage::PyMeasurementImage ( std::string  file,
std::string  psf_file,
std::string  weight_file 
)

Definition at line 26 of file PyMeasurementImage.cpp.

Member Data Documentation

◆ constant_background_value

double SourceXtractor::PyMeasurementImage::constant_background_value

◆ file

std::string SourceXtractor::PyMeasurementImage::file

◆ flux_scale

double SourceXtractor::PyMeasurementImage::flux_scale

◆ gain

double SourceXtractor::PyMeasurementImage::gain

◆ has_weight_threshold

bool SourceXtractor::PyMeasurementImage::has_weight_threshold

Definition at line 44 of file PyMeasurementImage.h.

Referenced by SourceXtractor::BOOST_PYTHON_MODULE().

◆ image_hdu

int SourceXtractor::PyMeasurementImage::image_hdu

◆ is_background_constant

bool SourceXtractor::PyMeasurementImage::is_background_constant

◆ psf_file

std::string SourceXtractor::PyMeasurementImage::psf_file

◆ psf_hdu

int SourceXtractor::PyMeasurementImage::psf_hdu

◆ saturation

double SourceXtractor::PyMeasurementImage::saturation

◆ weight_absolute

bool SourceXtractor::PyMeasurementImage::weight_absolute

◆ weight_file

std::string SourceXtractor::PyMeasurementImage::weight_file

◆ weight_hdu

int SourceXtractor::PyMeasurementImage::weight_hdu

◆ weight_scaling

double SourceXtractor::PyMeasurementImage::weight_scaling

Definition at line 43 of file PyMeasurementImage.h.

Referenced by SourceXtractor::BOOST_PYTHON_MODULE().

◆ weight_threshold

double SourceXtractor::PyMeasurementImage::weight_threshold

Definition at line 45 of file PyMeasurementImage.h.

Referenced by SourceXtractor::BOOST_PYTHON_MODULE().

◆ weight_type

std::string SourceXtractor::PyMeasurementImage::weight_type

The documentation for this class was generated from the following files: