AWConvFunc2.h

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //# AWConvFunc2.h: Definition of the AWConvFunc2 class
00003 //# Copyright (C) 1997,1998,1999,2000,2001,2002,2003
00004 //# Associated Universities, Inc. Washington DC, USA.
00005 //#
00006 //# This library is free software; you can redistribute it and/or modify it
00007 //# under the terms of the GNU Library General Public License as published by
00008 //# the Free Software Foundation; either version 2 of the License, or (at your
00009 //# option) any later version.
00010 //#
00011 //# This library is distributed in the hope that it will be useful, but WITHOUT
00012 //# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
00013 //# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Library General Public
00014 //# License for more details.
00015 //#
00016 //# You should have received a copy of the GNU Library General Public License
00017 //# along with this library; if not, write to the Free Software Foundation,
00018 //# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA.
00019 //#
00020 //# Correspondence concerning AIPS++ should be addressed as follows:
00021 //#        Internet email: aips2-request@nrao.edu.
00022 //#        Postal address: AIPS++ Project Office
00023 //#                        National Radio Astronomy Observatory
00024 //#                        520 Edgemont Road
00025 //#                        Charlottesville, VA 22903-2475 USA
00026 //#
00027 //# $Id$
00028 //
00029 #ifndef SYNTHESIS_AWCONVFUNC2_H
00030 #define SYNTHESIS_AWCONVFUNC2_H
00031 
00032 #include <synthesis/TransformMachines/ConvolutionFunction.h>
00033 #include <synthesis/TransformMachines/PolOuterProduct.h>
00034 #include <coordinates/Coordinates/DirectionCoordinate.h>
00035 #include <synthesis/TransformMachines/AWConvFunc.h>
00036 #include <synthesis/TransformMachines/CFStore2.h>
00037 #include <synthesis/TransformMachines/CFBuffer.h>
00038 #include <synthesis/TransformMachines/PSTerm.h>
00039 #include <synthesis/TransformMachines/WTerm.h>
00040 #include <synthesis/TransformMachines/ATerm.h>
00041 #include <images/Images/ImageInterface.h>
00042 #include <images/Images/TempImage.h>
00043 #include <casa/Logging/LogIO.h>
00044 #include <casa/Logging/LogSink.h>
00045 #include <casa/Logging/LogOrigin.h>
00046 
00047 namespace casa { //# NAMESPACE CASA - BEGIN
00048   template<class T> class ImageInterface;
00049   template<class T> class Matrix;
00050   class VisBuffer;
00051   //
00052   //-------------------------------------------------------------------------------------------
00053   //
00054   //class AWConvFunc2 : public ConvolutionFunction
00055   class AWConvFunc2 : public AWConvFunc
00056   {
00057   public:
00058     AWConvFunc2(const CountedPtr<ATerm> ATerm,
00059                const CountedPtr<PSTerm> psTerm,
00060                const CountedPtr<WTerm> wTerm,
00061                const Bool wbAWP=False):
00062       AWConvFunc(ATerm, psTerm, wTerm, wbAWP)
00063     {}
00064 
00065     ~AWConvFunc2() {};
00066     virtual void fillConvFuncBuffer(CFBuffer& cfb, CFBuffer& cfWtb,
00067                           const Int& nx, const Int& ny,
00068                           const Vector<Double>& freqValues,
00069                           const Vector<Double>& wValues,
00070                           const Double& wScale,
00071                           const PolMapType& muellerElements,
00072                           const PolMapType& muellerElementsIndex,
00073                           const VisBuffer& vb, const Float& psScale,
00074                           PSTerm& psTerm, WTerm& wTerm, ATerm& aTerm);
00075   };
00076   //
00077   //-------------------------------------------------------------------------------------------
00078   //
00079 };
00080 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 31 Aug 2016 for casa by  doxygen 1.6.1