#include <DetectionFrameInfo.h>
|
| 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 |
| |
Definition at line 29 of file DetectionFrameInfo.h.
◆ ~DetectionFrameInfo()
| virtual SourceXtractor::DetectionFrameInfo::~DetectionFrameInfo |
( |
| ) |
|
|
virtualdefault |
◆ DetectionFrameInfo()
◆ getBackgroundMedianRms()
| SeFloat SourceXtractor::DetectionFrameInfo::getBackgroundMedianRms |
( |
| ) |
const |
|
inline |
◆ getGain()
| double SourceXtractor::DetectionFrameInfo::getGain |
( |
| ) |
const |
|
inline |
◆ getHduIndex()
| size_t SourceXtractor::DetectionFrameInfo::getHduIndex |
( |
| ) |
const |
|
inline |
◆ getHeight()
| int SourceXtractor::DetectionFrameInfo::getHeight |
( |
| ) |
const |
|
inline |
◆ getMetadata()
◆ getSaturation()
| double SourceXtractor::DetectionFrameInfo::getSaturation |
( |
| ) |
const |
|
inline |
◆ getVarianceThreshold()
| SeFloat SourceXtractor::DetectionFrameInfo::getVarianceThreshold |
( |
| ) |
const |
|
inline |
◆ getWidth()
| int SourceXtractor::DetectionFrameInfo::getWidth |
( |
| ) |
const |
|
inline |
◆ m_background_median_rms
| double SourceXtractor::DetectionFrameInfo::m_background_median_rms |
|
private |
◆ m_gain
| double SourceXtractor::DetectionFrameInfo::m_gain |
|
private |
◆ m_hdu_index
| size_t SourceXtractor::DetectionFrameInfo::m_hdu_index |
|
private |
◆ m_height
| int SourceXtractor::DetectionFrameInfo::m_height |
|
private |
◆ m_metadata
◆ m_saturation
| double SourceXtractor::DetectionFrameInfo::m_saturation |
|
private |
◆ m_variance_threshold
| double SourceXtractor::DetectionFrameInfo::m_variance_threshold |
|
private |
◆ m_width
| int SourceXtractor::DetectionFrameInfo::m_width |
|
private |
The documentation for this class was generated from the following file: