00001 /* $Id: ObitDConCleanImage.h,v 1.5 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 OBITDCONCLEANIMAGE_H 00029 #define OBITDCONCLEANIMAGE_H 00030 00031 #include "Obit.h" 00032 #include "ObitErr.h" 00033 #include "ObitDConClean.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 ------------------*/ 00081 /*--------------Class definitions-------------------------------------*/ 00083 typedef struct { 00084 #include "ObitDConCleanImageDef.h" /* this class definition */ 00085 } ObitDConCleanImage; 00086 00087 /*----------------- Macroes ---------------------------*/ 00093 #define ObitDConCleanImageUnref(in) ObitUnref (in) 00094 00100 #define ObitDConCleanImageRef(in) ObitRef (in) 00101 00108 #define ObitDConCleanImageIsA(in) ObitIsA (in, ObitDConCleanImageGetClass()) 00109 00110 /*---------------Public functions---------------------------*/ 00112 void ObitDConCleanImageClassInit (void); 00113 00115 ObitDConCleanImage* newObitDConCleanImage (gchar* name); 00116 00118 ObitDConCleanImage* ObitDConCleanImageCreate (gchar* name, ObitImageMosaic *mosaic, 00119 ObitErr *err); 00120 00122 gconstpointer ObitDConCleanImageGetClass (void); 00123 00125 ObitDConCleanImage* ObitDConCleanImageCopy (ObitDConCleanImage *in, 00126 ObitDConCleanImage *out, ObitErr *err); 00127 00129 void ObitDConCleanImageClone (ObitDConCleanImage *in, 00130 ObitDConCleanImage *out, ObitErr *err); 00131 00133 void ObitDConCleanImageDeconvolve (ObitDCon *in, ObitErr *err); 00134 00136 void ObitDConCleanImageGetParms (ObitDCon *in, ObitErr *err); 00137 00139 void ObitDConCleanImageSub(ObitDConCleanImage *in, ObitErr *err); 00140 00141 00142 /*----------- ClassInfo Structure -----------------------------------*/ 00148 typedef struct { 00149 #include "ObitDConCleanImageClassDef.h" 00150 } ObitDConCleanImageClassInfo; 00151 00152 #endif /* OBITDCONCLEANIMAGE_H */
1.3.9.1