casa
5.7.0-16
|
#include <AveragingVi2Factory.h>
Public Member Functions | |
AveragingOptions () | |
AveragingOptions (casacore::Int options) | |
AveragingOptions (Options o) | |
AveragingOptions | operator& (const AveragingOptions &other) const |
AveragingOptions | operator| (const AveragingOptions &other) const |
AveragingOptions & | operator|= (const AveragingOptions &other) |
AveragingOptions & | operator|= (Options options) |
AveragingOptions | operator~ () const |
casacore::Bool | contains (Options o) const |
casacore::Int | nSet (casacore::Int o) const |
Private Attributes | |
Options | options_p |
A container for the options that can be specified when creating an AveragingTvi2 based VI. The user can specify which of the data cubes (observed, model and corrected) are to be averaged. The source of the weights applied to each cube can also be specified. See enum Options below for the symbols to use; the symbols are usually combined using bitwise-and ("|") in the constructor.
Definition at line 28 of file AveragingVi2Factory.h.
Definition at line 32 of file AveragingVi2Factory.h.
|
inline |
Definition at line 57 of file AveragingVi2Factory.h.
Referenced by operator&(), operator|(), operator|=(), and operator~().
|
inline |
Definition at line 58 of file AveragingVi2Factory.h.
|
inlineexplicit |
Definition at line 59 of file AveragingVi2Factory.h.
|
inline |
Definition at line 90 of file AveragingVi2Factory.h.
References options_p.
|
inline |
Definition at line 93 of file AveragingVi2Factory.h.
References MarksLast, casacore::mask(), and options_p.
|
inline |
Definition at line 61 of file AveragingVi2Factory.h.
References AveragingOptions(), and options_p.
|
inline |
Definition at line 66 of file AveragingVi2Factory.h.
References AveragingOptions(), and options_p.
|
inline |
Definition at line 71 of file AveragingVi2Factory.h.
References AveragingOptions(), and options_p.
|
inline |
Definition at line 78 of file AveragingVi2Factory.h.
References AveragingOptions(), and options_p.
|
inline |
Definition at line 85 of file AveragingVi2Factory.h.
References AveragingOptions(), and options_p.
|
private |
Definition at line 110 of file AveragingVi2Factory.h.
Referenced by contains(), nSet(), operator&(), operator|(), operator|=(), and operator~().