|
SourceXtractorPlusPlus 1.0.3
SourceXtractor++, the next generation SExtractor
|
#include <DetectionFrameInfo.h>


Public Member Functions | |
| virtual | ~DetectionFrameInfo ()=default |
| DetectionFrameInfo (int width, int height, double gain, double saturation, double variance_threshold, double background_median_rms, const std::map< std::string, MetadataEntry > &metadata=std::map< std::string, MetadataEntry >(), size_t hdu_index=0) | |
| double | getGain () const |
| double | getSaturation () const |
| int | getWidth () const |
| int | getHeight () const |
| SeFloat | getVarianceThreshold () const |
| SeFloat | getBackgroundMedianRms () const |
| const std::map< std::string, MetadataEntry > & | getMetadata () const |
| size_t | getHduIndex () const |
| Public Member Functions inherited from SourceXtractor::Property | |
| virtual | ~Property ()=default |
Private Attributes | |
| int | m_width |
| int | m_height |
| double | m_gain |
| double | m_saturation |
| double | m_variance_threshold |
| double | m_background_median_rms |
| std::map< std::string, MetadataEntry > | m_metadata |
| size_t | m_hdu_index |
Definition at line 29 of file DetectionFrameInfo.h.
|
virtualdefault |
|
inline |
Definition at line 34 of file DetectionFrameInfo.h.
References m_background_median_rms, m_gain, m_hdu_index, m_height, m_metadata, m_saturation, m_variance_threshold, and m_width.
|
inline |
Definition at line 63 of file DetectionFrameInfo.h.
References m_background_median_rms.
|
inline |
Definition at line 43 of file DetectionFrameInfo.h.
References m_gain.
|
inline |
Definition at line 72 of file DetectionFrameInfo.h.
References m_hdu_index.
|
inline |
Definition at line 55 of file DetectionFrameInfo.h.
References m_height.
Referenced by SourceXtractor::ExternalFlagTask< Combine >::computeProperties().
|
inline |
Definition at line 68 of file DetectionFrameInfo.h.
References m_metadata.
|
inline |
Definition at line 47 of file DetectionFrameInfo.h.
References m_saturation.
|
inline |
Definition at line 59 of file DetectionFrameInfo.h.
References m_variance_threshold.
Referenced by SourceXtractor::ApertureFlagTask::computeProperties(), SourceXtractor::AutoPhotometryFlagTask::computeProperties(), and SourceXtractor::KronRadiusTask::computeProperties().
|
inline |
Definition at line 51 of file DetectionFrameInfo.h.
References m_width.
Referenced by SourceXtractor::ExternalFlagTask< Combine >::computeProperties().
|
private |
Definition at line 84 of file DetectionFrameInfo.h.
Referenced by DetectionFrameInfo(), and getBackgroundMedianRms().
|
private |
Definition at line 80 of file DetectionFrameInfo.h.
Referenced by DetectionFrameInfo(), and getGain().
|
private |
Definition at line 87 of file DetectionFrameInfo.h.
Referenced by DetectionFrameInfo(), and getHduIndex().
|
private |
Definition at line 78 of file DetectionFrameInfo.h.
Referenced by DetectionFrameInfo(), and getHeight().
|
private |
Definition at line 86 of file DetectionFrameInfo.h.
Referenced by DetectionFrameInfo(), and getMetadata().
|
private |
Definition at line 81 of file DetectionFrameInfo.h.
Referenced by DetectionFrameInfo(), and getSaturation().
|
private |
Definition at line 83 of file DetectionFrameInfo.h.
Referenced by DetectionFrameInfo(), and getVarianceThreshold().
|
private |
Definition at line 77 of file DetectionFrameInfo.h.
Referenced by DetectionFrameInfo(), and getWidth().