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

ObitUVImager.h

Go to the documentation of this file.
00001 /* $Id: ObitUVImager.h,v 1.10 2007/08/31 17:24:49 bcotton Exp $     */
00002 /*--------------------------------------------------------------------*/
00003 /*;  Copyright (C) 2005-2007                                          */
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 OBITUVIMAGER_H 
00029 #define OBITUVIMAGER_H 
00030 
00031 #include "Obit.h"
00032 #include "ObitErr.h"
00033 #include "ObitUV.h"
00034 #include "ObitImageMosaic.h"
00035 
00036 /*-------- Obit: Software for the recently deceased ------------------*/
00191 /*--------------Class definitions-------------------------------------*/
00193 typedef struct {
00194 #include "ObitUVImagerDef.h"   /* this class definition */
00195 } ObitUVImager;
00196 
00197 /*----------------- Macroes ---------------------------*/
00203 #define ObitUVImagerUnref(in) ObitUnref (in)
00204 
00210 #define ObitUVImagerRef(in) ObitRef (in)
00211 
00218 #define ObitUVImagerIsA(in) ObitIsA (in, ObitUVImagerGetClass())
00219 
00220 /*---------------Public functions---------------------------*/
00222 void ObitUVImagerClassInit (void);
00223 
00225 ObitUVImager* newObitUVImager (gchar* name);
00226 
00228 gconstpointer ObitUVImagerGetClass (void);
00229 
00231 ObitUVImager* ObitUVImagerCopy  (ObitUVImager *in, ObitUVImager *out, ObitErr *err);
00232 
00234 void ObitUVImagerClone (ObitUVImager *in, ObitUVImager *out, ObitErr *err);
00235 
00237 ObitUVImager* ObitUVImagerCreate (gchar* name, ObitUV *uvdata, ObitErr *err);
00239 typedef ObitUVImager* (*ObitUVImagerCreateFP) (gchar* name, ObitUV *uvdata, 
00240                                                ObitErr *err);
00241 
00243 ObitUVImager* ObitUVImagerCreate2 (gchar* name, ObitUV *uvdata, 
00244                                    ObitImageMosaic *mosaic, ObitErr *err);
00246 typedef ObitUVImager* (*ObitUVImagerCreate2FP) (gchar* name, ObitUV *uvdata, 
00247                                                 ObitImageMosaic *mosaic, ObitErr *err);
00248 
00250  void ObitUVImagerWeight (ObitUVImager *in, ObitErr *err);
00252 typedef  void (*ObitUVImagerWeightFP) (ObitUVImager *in, ObitErr *err);
00253 
00255 void ObitUVImagerImage (ObitUVImager *in, glong field, gboolean doWeight, 
00256                         gboolean doBeam, gboolean doFlatten, ObitErr *err);
00258 typedef void (*ObitUVImagerImageFP) (ObitUVImager *in, glong field, gboolean doWeight, 
00259                                      gboolean doBeam, gboolean doFlatten, ObitErr *err);
00260 
00262 void ObitUVImagerFlatten (ObitUVImager *in, ObitErr *err);
00264 typedef void (*ObitUVImagerFlattenFP) (ObitUVImager *in, ObitErr *err);
00265 
00267 ObitImageMosaic* ObitUVImagerGetMosaic (ObitUVImager *in, ObitErr *err);
00269 typedef ObitImageMosaic* (*ObitUVImagerGetMosaicFP) (ObitUVImager *in, ObitErr *err);
00270 
00271 /*----------- ClassInfo Structure -----------------------------------*/
00277 typedef struct  {
00278 #include "ObitUVImagerClassDef.h"
00279 } ObitUVImagerClassInfo; 
00280 
00281 #endif /* OBITFUVIMAGER_H */ 

Generated on Fri Aug 31 22:13:04 2007 for Obit by  doxygen 1.3.9.1