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

ObitOTFCal.h

Go to the documentation of this file.
00001 /* $Id: ObitOTFCal.h,v 1.3 2004/12/28 13:52:44 bcotton Exp $                            */
00002 /*--------------------------------------------------------------------*/
00003 /*;  Copyright (C) 2003-2004                                          */
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 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 OBITOTFCAL_H 
00029 #define OBITOTFCAL_H 
00030 
00031 #include <math.h>
00032 #include <glib.h>
00033 #include <glibconfig.h>
00034 #include "Obit.h"
00035 #include "ObitErr.h"
00036 #include "ObitThread.h"
00037 #include "ObitInfoList.h"
00038 #include "ObitOTFDesc.h"
00039 #include "ObitOTFSel.h"
00040 #include "ObitOTFCalFlagDef.h"
00041 #include "ObitOTFArrayGeom.h"
00042 #include "ObitTableOTFCal.h"
00043 #include "ObitTableOTFSoln.h"
00044 
00045 /*-------- Obit: Software for the recently deceased ------------------*/
00054 /*--------------Class definitions-------------------------------------*/
00056 typedef struct {
00057 #include "ObitOTFCalDef.h"   /* this class definition */
00058 } ObitOTFCal;
00059 
00060 /*----------------- Macroes ---------------------------*/
00066 #define ObitOTFCalUnref(in) ObitUnref (in)
00067 
00073 #define ObitOTFCalRef(in) ObitRef (in)
00074 
00081 #define ObitOTFCalIsA(in) ObitIsA (in, ObitOTFCalGetClass())
00082 
00083 /*---------------Public functions---------------------------*/
00085 void ObitOTFCalClassInit (void);
00086 
00088 ObitOTFCal* newObitOTFCal (gchar* name);
00089 
00091 gconstpointer ObitOTFCalGetClass (void);
00092 
00094 ObitOTFCal* ObitOTFCalCopy  (ObitOTFCal *in, ObitOTFCal *out, 
00095                            ObitErr *err);
00096 
00098 ObitOTFCal* ObitOTFCalClone (ObitOTFCal *in, ObitOTFCal *out);
00099 
00101 void ObitOTFCalStart (ObitOTFCal *in, ObitOTFSel *sel, ObitOTFDesc *inDesc, 
00102                       ObitOTFArrayGeom *geom, ObitOTFDesc *outDesc, ObitErr *err);
00103 typedef void (*ObitOTFCalStartFP) (ObitOTFCal *in, ObitOTFSel *sel, 
00104                                    ObitOTFArrayGeom *geom, ObitOTFDesc *inDesc, ObitOTFDesc *outDesc, 
00105                                    ObitErr *err);
00106 
00108 gboolean  ObitOTFCalApply (ObitOTFCal *in, gfloat *recIn, gfloat *recOut, ObitErr *err);
00109 typedef gboolean (*ObitOTFCalApplyFP) (ObitOTFCal *in, gfloat *recIn, gfloat *recOut, ObitErr *err);
00110 
00112 ObitOTFCal* ObitOTFCalShutdown (ObitOTFCal *in, ObitErr *err);
00113 typedef void (*ObitOTFCalShutdownFP) (ObitOTFCal *in, ObitErr *err);
00114 
00115 /*----------- ClassInfo Structure -----------------------------------*/
00121 typedef struct  {
00122 #include "ObitOTFCalClassDef.h"
00123 } ObitOTFCalClassInfo; 
00124 
00125 #endif /* OBITOTFCAL_H */ 

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