|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|

Public Attributes | |
| std::shared_ptr< DetectionImage > | m_detection_image |
| std::shared_ptr< CoordinateSystem > | m_coordinate_system |
| std::shared_ptr< ImageSource > | m_image_source |
| double | m_gain {0.0} |
| double | m_saturation {0.0} |
| double | m_flux_scale {1.0} |
| int | m_interpolation_gap {0} |
Definition at line 83 of file DetectionImageConfig.h.
| std::shared_ptr<CoordinateSystem> SourceXtractor::DetectionImageConfig::DetectionImageExtension::m_coordinate_system |
Definition at line 85 of file DetectionImageConfig.h.
Referenced by SourceXtractor::DetectionImageConfig::initialize().
| std::shared_ptr<DetectionImage> SourceXtractor::DetectionImageConfig::DetectionImageExtension::m_detection_image |
Definition at line 84 of file DetectionImageConfig.h.
Referenced by SourceXtractor::DetectionImageConfig::initialize().
| double SourceXtractor::DetectionImageConfig::DetectionImageExtension::m_flux_scale {1.0} |
Definition at line 90 of file DetectionImageConfig.h.
Referenced by SourceXtractor::DetectionImageConfig::initialize().
| double SourceXtractor::DetectionImageConfig::DetectionImageExtension::m_gain {0.0} |
Definition at line 88 of file DetectionImageConfig.h.
Referenced by SourceXtractor::DetectionImageConfig::initialize().
| std::shared_ptr<ImageSource> SourceXtractor::DetectionImageConfig::DetectionImageExtension::m_image_source |
Definition at line 86 of file DetectionImageConfig.h.
Referenced by SourceXtractor::DetectionImageConfig::initialize().
| int SourceXtractor::DetectionImageConfig::DetectionImageExtension::m_interpolation_gap {0} |
Definition at line 92 of file DetectionImageConfig.h.
Referenced by SourceXtractor::DetectionImageConfig::initialize().
| double SourceXtractor::DetectionImageConfig::DetectionImageExtension::m_saturation {0.0} |
Definition at line 89 of file DetectionImageConfig.h.
Referenced by SourceXtractor::DetectionImageConfig::initialize().