casa
5.7.0-16
|
#include <SolvableVisCal.h>
Public Types | |
enum | Type { MEAN, MEDIAN, UNKNOWN } |
Public Member Functions | |
SolNorm (casacore::Bool donorm=false, casacore::String normtype=casacore::String("mean")) | |
SolNorm (const SolNorm &other) | |
casacore::Bool | donorm () const |
Type | normtype () const |
casacore::String | normtypeString () const |
void | report () |
Static Private Member Functions | |
static Type | normTypeFromString (casacore::String name) |
static casacore::String | normTypeAsString (Type type) |
Private Attributes | |
casacore::Bool | donorm_ |
data More... | |
Type | normtype_ |
Definition at line 76 of file SolvableVisCal.h.
enum casa::SolNorm::Type |
Enumerator | |
---|---|
MEAN | |
MEDIAN | |
UNKNOWN |
Definition at line 80 of file SolvableVisCal.h.
casa::SolNorm::SolNorm | ( | casacore::Bool | donorm = false , |
casacore::String | normtype = casacore::String("mean") |
||
) |
casa::SolNorm::SolNorm | ( | const SolNorm & | other | ) |
|
inline |
Definition at line 85 of file SolvableVisCal.h.
References donorm_.
Referenced by casa::SolvableVisCal::solnorm().
|
inline |
Definition at line 86 of file SolvableVisCal.h.
References normtype_.
|
staticprivate |
Referenced by normtypeString().
|
staticprivate |
|
inline |
Definition at line 87 of file SolvableVisCal.h.
References normtype_, and normTypeAsString().
void casa::SolNorm::report | ( | ) |
|
private |
|
private |
Definition at line 95 of file SolvableVisCal.h.
Referenced by normtype(), and normtypeString().