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

ObitDConCleanOTF.h

Go to the documentation of this file.
00001 /* $Id: ObitDConCleanOTF.h,v 1.4 2005/10/06 19:33:28 bcotton Exp $ */
00002 /*--------------------------------------------------------------------*/
00003 /*;  Copyright (C) 2005                                               */
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 OBITDCONCLEANOTF_H 
00029 #define OBITDCONCLEANOTF_H 
00030 
00031 #include <string.h>
00032 #include <stdio.h>
00033 #include <stdlib.h>
00034 #include <math.h>
00035 #include <glib.h>
00036 #include "Obit.h"
00037 #include "ObitErr.h"
00038 #include "ObitDConClean.h"
00039 #include "ObitImageMosaic.h"
00040 #include "ObitDConCleanWindow.h"
00041 #include "ObitDConCleanBmHist.h"
00042 #include "ObitDConCleanPxHist.h"
00043 #include "ObitDConCleanPxList.h"
00044 /*-------- Obit: Software for the recently deceased ------------------*/
00080 /*--------------Class definitions-------------------------------------*/
00082 typedef struct {
00083 #include "ObitDConCleanOTFDef.h"   /* this class definition */
00084 } ObitDConCleanOTF;
00085 
00086 /*----------------- Macroes ---------------------------*/
00092 #define ObitDConCleanOTFUnref(in) ObitUnref (in)
00093 
00099 #define ObitDConCleanOTFRef(in) ObitRef (in)
00100 
00107 #define ObitDConCleanOTFIsA(in) ObitIsA (in, ObitDConCleanOTFGetClass())
00108 
00109 /*---------------Public functions---------------------------*/
00111 void ObitDConCleanOTFClassInit (void);
00112 
00114 ObitDConCleanOTF* newObitDConCleanOTF (gchar* name);
00115 
00117 ObitDConCleanOTF* 
00118 ObitDConCleanOTFCreate (gchar* name, ObitImage *dirty, ObitImage *beam,  
00119                         ObitImage *clean, ObitErr *err);
00120 
00122 gconstpointer ObitDConCleanOTFGetClass (void);
00123 
00125 ObitDConCleanOTF* ObitDConCleanOTFCopy  (ObitDConCleanOTF *in, 
00126                                          ObitDConCleanOTF *out, ObitErr *err);
00127 
00129 void ObitDConCleanOTFClone (ObitDConCleanOTF *in, 
00130                             ObitDConCleanOTF *out, ObitErr *err);
00131 
00133 void ObitDConCleanOTFDeconvolve (ObitDCon *in, ObitErr *err);
00134 
00136 void  ObitDConCleanOTFGetParms (ObitDCon *in, ObitErr *err);
00137 
00139 void ObitDConCleanOTFSub(ObitDConClean *in, ObitErr *err);
00140 
00142 gboolean ObitDConCleanOTFSelect(ObitDConClean *in, ObitErr *err);
00143 
00145 void ObitDConCleanOTFSub(ObitDConClean *in, ObitErr *err);
00146 
00148 void ObitDConCleanOTFRestore(ObitDConClean *in, ObitErr *err);
00149 
00151 void ObitDConCleanOTFPixelStats(ObitDConClean *in, ObitErr *err);
00152 
00153 /*----------- ClassInfo Structure -----------------------------------*/
00159 typedef struct  {
00160 #include "ObitDConCleanOTFClassDef.h"
00161 } ObitDConCleanOTFClassInfo; 
00162 
00163 #endif /* OBITDCONCLEANOTF_H */ 

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