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

ObitDConClean.h

Go to the documentation of this file.
00001 /* $Id: ObitDConClean.h,v 1.11 2007/08/31 17:24:48 bcotton Exp $       */
00002 /*--------------------------------------------------------------------*/
00003 /*;  Copyright (C) 2004-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 OBITDCONCLEAN_H 
00029 #define OBITDCONCLEAN_H 
00030 
00031 #include "Obit.h"
00032 #include "ObitErr.h"
00033 #include "ObitDCon.h"
00034 #include "ObitImageMosaic.h"
00035 #include "ObitDConCleanWindow.h"
00036 #include "ObitDConCleanBmHist.h"
00037 #include "ObitDConCleanPxHist.h"
00038 #include "ObitDConCleanPxList.h"
00039 /*-------- Obit: Software for the recently deceased ------------------*/
00091 /*--------------Class definitions-------------------------------------*/
00093 typedef struct {
00094 #include "ObitDConCleanDef.h"   /* this class definition */
00095 } ObitDConClean;
00096 
00097 /*----------------- Macroes ---------------------------*/
00103 #define ObitDConCleanUnref(in) ObitUnref (in)
00104 
00110 #define ObitDConCleanRef(in) ObitRef (in)
00111 
00118 #define ObitDConCleanIsA(in) ObitIsA (in, ObitDConCleanGetClass())
00119 
00120 /*---------------Public functions---------------------------*/
00122 void ObitDConCleanClassInit (void);
00123 
00125 ObitDConClean* newObitDConClean (gchar* name);
00126 
00128 ObitDConClean* ObitDConCleanCreate (gchar* name, ObitImageMosaic *mosaic, 
00129                           ObitErr *err);
00130 
00132 gconstpointer ObitDConCleanGetClass (void);
00133 
00135 ObitDConClean* ObitDConCleanCopy  (ObitDConClean *in, ObitDConClean *out, ObitErr *err);
00136 
00138 void ObitDConCleanClone (ObitDConClean *in, ObitDConClean *out, ObitErr *err);
00139 
00141 void ObitDConCleanDeconvolve (ObitDCon *in, ObitErr *err);
00142 
00144 void  ObitDConCleanGetParms (ObitDCon *in, ObitErr *err);
00145 
00147 void ObitDConCleanDefWindow(ObitDConClean *in, ObitErr *err);
00148 typedef void (*ObitDConCleanDefWindowFP) (ObitDConClean *in, ObitErr *err);
00149 
00151 void ObitDConCleanPixelStats(ObitDConClean *in, ObitErr *err);
00152 typedef void (*ObitDConCleanPixelStatsFP) (ObitDConClean *in, ObitErr *err);
00153 
00155 void ObitDConCleanImageStats(ObitDConClean *in, glong field, ObitErr *err);
00156 typedef void (*ObitDConCleanImageStatsFP) (ObitDConClean *in, glong field, 
00157                                            ObitErr *err);
00158 
00160 gboolean ObitDConCleanSelect(ObitDConClean *in, ObitErr *err);
00161 typedef gboolean (*ObitDConCleanSelectFP) (ObitDConClean *in, ObitErr *err);
00162 
00164 void ObitDConCleanSub(ObitDConClean *in, ObitErr *err);
00165 typedef void (*ObitDConCleanSubFP) (ObitDConClean *in, ObitErr *err);
00166 
00168 void ObitDConCleanRestore(ObitDConClean *in, ObitErr *err);
00169 typedef void (*ObitDConCleanRestoreFP) (ObitDConClean *in, ObitErr *err);
00170 
00172 void ObitDConCleanXRestore(ObitDConClean *in, ObitErr *err);
00173 typedef void (*ObitDConCleanXRestoreFP) (ObitDConClean *in, ObitErr *err);
00174 
00176 void ObitDConCleanFlatten(ObitDConClean *in, ObitErr *err);
00177 typedef void (*ObitDConCleanFlattenFP) (ObitDConClean *in, ObitErr *err);
00178 
00180 void ObitDConCleanAutoWindow(ObitDConClean *in, glong field, ObitErr *err);
00181 typedef void (*ObitDConCleanAutoWindowFP) (ObitDConClean *in, glong field, 
00182                                            ObitErr *err);
00183 
00184 /*----------- ClassInfo Structure -----------------------------------*/
00190 typedef struct  {
00191 #include "ObitDConCleanClassDef.h"
00192 } ObitDConCleanClassInfo; 
00193 
00194 #endif /* OBITDCONCLEAN_H */ 

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