Main Page | Class List | Directories | File List | Class Members | File Members

ObitOTFGrid.h

Go to the documentation of this file.
00001 /* $Id: ObitOTFGrid.h,v 1.9 2006/10/17 17:58:46 bcotton Exp $  */
00002 /*--------------------------------------------------------------------*/
00003 /*;  Copyright (C) 2003-2006                                          */
00004 /*;  Associated Universities, Inc. Washington DC, USA.                */
00005 /*;                                                                   */
00006 /*;  This program is free software; you can redistribute it and/or    */
00007 /*;  modify it under the terms of the GNU General Public License as   */
00008 /*;  published by the Free Software Foundation; either version 2 of   */
00009 /*;  the License, or (at your option) any later version.              */
00010 /*;                                                                   */
00011 /*;  This program is distributed in the hope that it will be useful,  */
00012 /*;  but WITHOUT ANY WARRANTY; without even the implied warranty of   */
00013 /*;  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the    */
00014 /*;  GNU General Public License for more details.                     */
00015 /*;                                                                   */
00016 /*;  You should have received a copy of the GNU General Public        */
00017 /*;  License along with this program; if not, write to the Free       */
00018 /*;  Software Foundation, Inc., 675 Massachusetts Ave, Cambridge,     */
00019 /*;  MA 02139, USA.                                                   */
00020 /*;                                                                   */
00021 /*;Correspondence about this software should be addressed as follows: */
00022 /*;         Internet email: bcotton@nrao.edu.                         */
00023 /*;         Postal address: William Cotton                            */
00024 /*;                         National Radio Astronomy Observatory      */
00025 /*;                         520 Edgemont Road                         */
00026 /*;                         Charlottesville, VA 22903-2475 USA        */
00027 /*--------------------------------------------------------------------*/
00028 #ifndef OBITOTFGRID_H 
00029 #define OBITOTFGRID_H 
00030 
00031 #include "Obit.h"
00032 #include "ObitErr.h"
00033 #include "ObitThread.h"
00034 #include "ObitInfoList.h"
00035 #include "ObitOTF.h"
00036 #include "ObitFArray.h"
00037 #include "ObitImage.h"
00038 #include "ObitOTFSkyModel.h"
00039 
00040 /*-------- Obit: Software for the recently deceased ------------------*/
00106 /*--------------Class definitions-------------------------------------*/
00108 typedef struct {
00109 #include "ObitOTFGridDef.h"   /* this class definition */
00110 } ObitOTFGrid;
00111 
00112 /*----------------- Macroes ---------------------------*/
00118 #define ObitOTFGridUnref(in) ObitUnref (in)
00119 
00125 #define ObitOTFGridRef(in) ObitRef (in)
00126 
00133 #define ObitOTFGridIsA(in) ObitIsA (in, ObitOTFGridGetClass())
00134 
00135 /*---------------Public functions---------------------------*/
00137 void ObitOTFGridClassInit (void);
00138 
00140 ObitOTFGrid* newObitOTFGrid (gchar* name);
00141 
00143 gconstpointer ObitOTFGridGetClass (void);
00144 
00146 void ObitOTFGridSetup (ObitOTFGrid *in, ObitOTF *OTFin, 
00147                        ObitImageDesc *imageDesc, ObitErr *err);
00149 typedef void (*ObitOTFGridSetupFP) (ObitOTFGrid *in, ObitOTF *OTFin, 
00150                                     ObitImageDesc *imageDesc, ObitErr *err);
00151 
00153 void ObitOTFGridReadOTF (ObitOTFGrid *in, ObitOTF *OTFin, ObitErr *err);
00154 typedef ObitIOCode (*ObitOTFGridReadOTFFP) (ObitOTFGrid *in, ObitOTF *OTFin, 
00155                                             ObitErr *err);
00156 
00158 void ObitOTFGridNorm (ObitOTFGrid *in, ObitFArray *array, ObitImageDesc *imageDesc, 
00159                       ObitErr *err);
00160 typedef void (*ObitOTFGridNormFP) (ObitOTFGrid *in, ObitFArray *array, 
00161                                    ObitImageDesc *imageDesc, ObitErr *err);
00162 
00164 void ObitOTFGridMakeBeam (ObitOTFGrid* in, ObitImage *image, ObitImage *Beam, 
00165                           ObitErr *err);
00166 typedef void (*ObitOTFGridMakeBeamFP) (ObitOTFGrid* in, ObitImage *image, 
00167                                        ObitImage *Beam, ObitErr *err);
00168 /*----------- ClassInfo Structure -----------------------------------*/
00174 typedef struct  {
00175 #include "ObitOTFGridClassDef.h"
00176 } ObitOTFGridClassInfo; 
00177 
00178 #endif /* OBITOTFGRID_H */ 

Generated on Mon Sep 3 20:43:53 2007 by  doxygen 1.3.9.1