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

ObitSkyModelVMSquint.h

Go to the documentation of this file.
00001 /* $Id: ObitSkyModelVMSquint.h,v 1.3 2007/08/31 17:24:48 bcotton Exp $ */
00002 /*--------------------------------------------------------------------*/
00003 /*;  Copyright (C) 2006,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 OBITSKYMODELVMSQUINT_H 
00029 #define OBITSKYMODELVMSQUINT_H 
00030 
00031 #include "Obit.h"
00032 #include "ObitErr.h"
00033 #include "ObitFArray.h"
00034 #include "ObitCArray.h"
00035 #include "ObitCInterpolate.h"
00036 #include "ObitImageMosaic.h"
00037 #include "ObitUV.h"
00038 #include "ObitSkyModelVM.h"
00039 
00040 /*-------- Obit: Software for the recently deceased ------------------*/
00121 /*-------------- enumerations -------------------------------------*/
00122 
00123 /*--------------Class definitions-------------------------------------*/
00125 typedef struct {
00126 #include "ObitSkyModelVMSquintDef.h"   /* this class definition */
00127 } ObitSkyModelVMSquint;
00128 
00129 /*----------------- Macroes ---------------------------*/
00135 #define ObitSkyModelVMSquintUnref(in) ObitUnref (in)
00136 
00142 #define ObitSkyModelVMSquintRef(in) ObitRef (in)
00143 
00150 #define ObitSkyModelVMSquintIsA(in) ObitIsA (in, ObitSkyModelVMSquintGetClass())
00151 
00152 /*---------------Public functions---------------------------*/
00154 void ObitSkyModelVMSquintClassInit (void);
00155 
00157 ObitSkyModelVMSquint* newObitSkyModelVMSquint (gchar* name);
00158 
00160 ObitSkyModelVMSquint* ObitSkyModelVMSquintCreate (gchar* name, ObitImageMosaic* mosaic);
00161 
00163 void ObitSkyModelVMSquintInitMod (ObitSkyModel* in,  ObitUV *uvdata, ObitErr *err);
00164 
00166 void ObitSkyModelVMSquintShutDownMod (ObitSkyModel* in,  ObitUV *uvdata, 
00167                                       ObitErr *err);
00168 
00170 void ObitSkyModelVMInitModel (ObitSkyModel* in, ObitErr *err);
00171 
00173 gconstpointer ObitSkyModelVMSquintGetClass (void);
00174 
00176 ObitSkyModelVMSquint* 
00177 ObitSkyModelVMSquintCopy  (ObitSkyModelVMSquint *in, 
00178                            ObitSkyModelVMSquint *out, ObitErr *err);
00179 
00181 void ObitSkyModelVMSquintClone (ObitSkyModelVMSquint *in, ObitSkyModelVMSquint *out, 
00182                                 ObitErr *err);
00183 
00185 void ObitSkyModelVMSquintUpdateModel (ObitSkyModelVM *in, gfloat time, gint suba,
00186                                       ObitUV *uvdata, ObitErr *err);
00187 
00189 void  ObitSkyModelVMSquintChose (ObitSkyModel* in, ObitUV* uvdata);
00190 
00191 /*----------- ClassInfo Structure -----------------------------------*/
00197 typedef struct  {
00198 #include "ObitSkyModelVMSquintClassDef.h"
00199 } ObitSkyModelVMSquintClassInfo; 
00200 
00201 #endif /* OBITFSKYMODELVMQUINT_H */ 

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