casa
5.7.0-16
|
#include <msvis/MSVis/VisibilityIterator2.h>
#include <msvis/MSVis/IteratingParameters.h>
#include <casa/Containers/Record.h>
Go to the source code of this file.
Classes | |
class | casa::vi::LayeredVi2Factory |
A factory for generating ViImplementation2 layers that optionally include calibration (via CalibratingVi2) and time-averaging (via AveragingTvi2). More... | |
Namespaces | |
casa | |
-*- mode: c++ -*- | |
casa::vi | |
A class to support FTMachines get their convolution casacore::Function. | |
Functions | |
Class VisIterImpl2LayerFactory(Ideally, this should be in ViiLayerFactory.h, but it has include problems there)*/class VisIterImpl2LayerFactory void | casa::vi::setFrequencySelections (std::shared_ptr< FrequencySelections > selections) |
virtual | casa::vi::~VisIterImpl2LayerFactory () |
virtual ViImplementation2 * | casa::vi::createInstance (ViImplementation2 *vii0) const |
VisibilityIteratorImpl2-specific layer-creater. More... | |
Variables | |
casacore::MeasurementSet * | casa::vi::ms_ |
Pointer to external ms (support only one, for now) More... | |
const vi::IteratingParameters | casa::vi::pars_ |
Store a copy of the parameters. More... | |
bool | casa::vi::writable_ |
Should VisibilityIteratorImpl2 be generated w/ write-permission. More... | |
bool | casa::vi::useMSIter2_ |
Control use of ~experimental MSIter2, which has smarter time iteration. More... | |
std::shared_ptr < FrequencySelections > | casa::vi::frequencySelections_p |
Frequency selections to be applied to the generated visibility iterator. More... | |