#include <BLParameterParser.h>
Public Member Functions | |
BLParameterSet (string const blmask="", uint16_t const nfit_max=0, float const clipthres=3.0, LineFinderParameter lf_param=LineFinderParameter(), size_t const bl_type=BaselineType_kNumElements, uint16_t const fit_order=USHRT_MAX, size_t const num_piece=USHRT_MAX, std::vector< size_t > const &nwaves=std::vector< size_t >()) | |
void | PrintSummary () |
Public Attributes | |
string | baseline_mask |
uint16_t | num_fitting_max |
float | clip_threshold_sigma |
LineFinderParameter | line_finder |
size_t | baseline_type |
uint16_t | order |
size_t | npiece |
std::vector< size_t > | nwave |
Definition at line 63 of file BLParameterParser.h.
casa::BLParameterSet::BLParameterSet | ( | string const | blmask = "" , |
|
uint16_t const | nfit_max = 0 , |
|||
float const | clipthres = 3.0 , |
|||
LineFinderParameter | lf_param = LineFinderParameter() , |
|||
size_t const | bl_type = BaselineType_kNumElements , |
|||
uint16_t const | fit_order = USHRT_MAX , |
|||
size_t const | num_piece = USHRT_MAX , |
|||
std::vector< size_t > const & | nwaves = std::vector<size_t>() | |||
) | [inline] |
Definition at line 64 of file BLParameterParser.h.
References baseline_mask, baseline_type, clip_threshold_sigma, line_finder, npiece, num_fitting_max, nwave, and order.
void casa::BLParameterSet::PrintSummary | ( | ) | [inline] |
Definition at line 83 of file BLParameterParser.h.
References baseline_mask, baseline_type, casa::LineFinderParameter::chan_avg_limit, clip_threshold_sigma, casa::LineFinderParameter::edge, line_finder, npiece, num_fitting_max, order, casa::LineFinderParameter::threshold, and casa::LineFinderParameter::use_line_finder.
Definition at line 100 of file BLParameterParser.h.
Referenced by BLParameterSet(), and PrintSummary().
Definition at line 104 of file BLParameterParser.h.
Referenced by BLParameterSet(), and PrintSummary().
Definition at line 102 of file BLParameterParser.h.
Referenced by BLParameterSet(), and PrintSummary().
Definition at line 103 of file BLParameterParser.h.
Referenced by BLParameterSet(), and PrintSummary().
size_t casa::BLParameterSet::npiece |
Definition at line 106 of file BLParameterParser.h.
Referenced by BLParameterSet(), and PrintSummary().
Definition at line 101 of file BLParameterParser.h.
Referenced by BLParameterSet(), and PrintSummary().
std::vector<size_t> casa::BLParameterSet::nwave |
Definition at line 107 of file BLParameterParser.h.
Referenced by BLParameterSet().
uint16_t casa::BLParameterSet::order |
Definition at line 105 of file BLParameterParser.h.
Referenced by BLParameterSet(), and PrintSummary().