casa
5.7.0-16
|
#include <BLParameterParser.h>
Public Member Functions | |
LineFinderParameter (bool const use_lf=false, float const thresh=5.0, std::vector< size_t > const &edges=std::vector< size_t >(2, 0), size_t const chavglim=0) | |
Public Attributes | |
bool | use_line_finder |
float | threshold |
size_t | edge [2] |
size_t | chan_avg_limit |
Definition at line 45 of file BLParameterParser.h.
|
inline |
Definition at line 46 of file BLParameterParser.h.
References chan_avg_limit, edge, threshold, and use_line_finder.
size_t casa::LineFinderParameter::chan_avg_limit |
Definition at line 60 of file BLParameterParser.h.
Referenced by LineFinderParameter(), and casa::BLParameterSet::PrintSummary().
size_t casa::LineFinderParameter::edge[2] |
Definition at line 59 of file BLParameterParser.h.
Referenced by LineFinderParameter(), and casa::BLParameterSet::PrintSummary().
float casa::LineFinderParameter::threshold |
Definition at line 58 of file BLParameterParser.h.
Referenced by LineFinderParameter(), and casa::BLParameterSet::PrintSummary().
bool casa::LineFinderParameter::use_line_finder |
Definition at line 57 of file BLParameterParser.h.
Referenced by LineFinderParameter(), and casa::BLParameterSet::PrintSummary().