casa  5.7.0-16
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AWConvFuncEPJones.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 //# AWConvFunc.h: Definition of the AWConvFunc class
3 //# Copyright (C) 1997,1998,1999,2000,2001,2002,2003
4 //# Associated Universities, Inc. Washington DC, USA.
5 //#
6 //# This library is free software; you can redistribute it and/or modify it
7 //# under the terms of the GNU Library General Public License as published by
8 //# the Free Software Foundation; either version 2 of the License, or (at your
9 //# option) any later version.
10 //#
11 //# This library is distributed in the hope that it will be useful, but WITHOUT
12 //# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 //# FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
14 //# License for more details.
15 //#
16 //# You should have received a copy of the GNU Library General Public License
17 //# along with this library; if not, write to the Free Software Foundation,
18 //# Inc., 675 Massachusetts Ave, Cambridge, MA 02139, USA.
19 //#
20 //# Correspondence concerning AIPS++ should be addressed as follows:
21 //# Internet email: aips2-request@nrao.edu.
22 //# Postal address: AIPS++ Project Office
23 //# National Radio Astronomy Observatory
24 //# 520 Edgemont Road
25 //# Charlottesville, VA 22903-2475 USA
26 //#
27 //# $Id$
28 //
29 #ifndef SYNTHESIS_TRANSFORM2_AWCONVFUNCEPJONES_H
30 #define SYNTHESIS_TRANSFORM2_AWCONVFUNCEPJONES_H
31 
39 #include <casa/Logging/LogIO.h>
40 #include <casa/Logging/LogSink.h>
41 #include <casa/Logging/LogOrigin.h>
42 
43 namespace casa { //# NAMESPACE CASA - BEGIN
44  namespace refim{
45  //
46  //-------------------------------------------------------------------------------------------
47  //
49  {
50  public:
52  const casacore::CountedPtr<PSTerm> psTerm,
53  const casacore::CountedPtr<WTerm> wTerm,
54  const casacore::Bool wbAWP=false,
55  const casacore::Bool conjPB=casacore::True):
56  AWConvFunc(ATerm,psTerm,wTerm,wbAWP, conjPB)
57  {};
60 
61  // MosaicFT related
63  const VisBuffer2& vb,
64  const casacore::Int wConvSize,
66  const casacore::Float pa,
67  const casacore::Float dpa,
69  const casacore::Matrix<casacore::Double>& vbFreqSelection,
70  CFStore2& cfs,
71  CFStore2& cfwts,
72  casacore::Bool fillCF=true);
74  const VisBuffer2& vb);
75 
76  };
77  //
78  //-------------------------------------------------------------------------------------------
79  //
80 };
81 };
82 #endif
int Int
Definition: aipstype.h:50
virtual casacore::Vector< casacore::Double > findPointingOffset(const casacore::ImageInterface< casacore::Complex > &image, const VisBuffer2 &vb)
LatticeExprNode pa(const LatticeExprNode &left, const LatticeExprNode &right)
This function finds 180/pi*atan2(left,right)/2.
Referenced counted pointer for constant data.
Definition: VisModelData.h:42
AWConvFuncEPJones(const casacore::CountedPtr< ATerm > ATerm, const casacore::CountedPtr< PSTerm > psTerm, const casacore::CountedPtr< WTerm > wTerm, const casacore::Bool wbAWP=false, const casacore::Bool conjPB=casacore::True)
bool Bool
Define the standard types used by Casacore.
Definition: aipstype.h:42
float Float
Definition: aipstype.h:54
The base class to represent the Aperture-Term of the Measurement Equation.
Definition: ATerm.h:65
AWConvFuncEPJones & operator=(const AWConvFuncEPJones &other)
VisBuffer2s encapsulate one chunk of visibility data for processing.
Definition: VisBuffer2.h:141
virtual void makeConvFunction(const casacore::ImageInterface< casacore::Complex > &image, const VisBuffer2 &vb, const casacore::Int wConvSize, const casacore::CountedPtr< PolOuterProduct > &pop, const casacore::Float pa, const casacore::Float dpa, const casacore::Vector< casacore::Double > &uvScale, const casacore::Vector< casacore::Double > &uvOffset, const casacore::Matrix< casacore::Double > &vbFreqSelection, CFStore2 &cfs, CFStore2 &cfwts, casacore::Bool fillCF=true)
MosaicFT related.
const Bool True
Definition: aipstype.h:43