Source
transformed_by_field<casacore::Record>(my_params.normalization, to_vector_params);
/* -*- mode: c++ -*- */
//# ParallelImagerMixin.h: Main class for parallel imaging
//# Copyright (C) 2016
//# Associated Universities, Inc. Washington DC, USA.
//#
//# This library is free software; you can redistribute it and/or modify it
//# under the terms of the GNU Library General Public License as published by
//# the Free Software Foundation; either version 2 of the License, or (at your
//# option) any later version.
//#
//# This library is distributed in the hope that it will be useful, but WITHOUT
//# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
//# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
//# License for more details.
//#
//# You should have received a copy of the GNU Library General Public License
//# along with this library; if not, write to the Free Software Foundation,
//# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA.
//#
//# Correspondence concerning AIPS++ should be addressed as follows:
//# Internet email: aips2-request@nrao.edu.
//# Postal address: AIPS++ Project Office
//# National Radio Astronomy Observatory
//# 520 Edgemont Road
//# Charlottesville, VA 22903-2475 USA
//#
namespace casa {
/**
* ParallelImagerMixin
*
* This class ties together mixin classes for imager, normalizer, deconvolver,
* iteration control and data partitioning to provide the high level
* functionality of synthesis imaging. The functionality embodied by this class,
* together with its parent mixin classes, replaces all of the functionality in
* task_tclean.py, refimagerhelper.py, synthesisimager_cmpt.cc,
* synthesisnormalizer_cmpt.cc, synthesisdeconvolver_cmpt.cc (and maybe
* others). Some rearrangement of the method calls spread across task_tclean.py
* and refimagerhelper.py was necessary to create a single class embodying only
* the highest level algorithmic structure common to the three cases of serial,
* continuum parallel and cube parallel imaging.
*
* Various implementation classes are defined via typedefs at the end of this
* file. The ParallelImagerMixin implementation classes are all defined using