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

ObitDConCleanPxList.h

Go to the documentation of this file.
00001 /* $Id: ObitDConCleanPxList.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 OBITDCONCLEANPXLIST_H 
00029 #define OBITDCONCLEANPXLIST_H 
00030 
00031 #include "Obit.h"
00032 #include "ObitErr.h"
00033 #include "ObitImageMosaic.h"
00034 #include "ObitDConCleanWindow.h"
00035 #include "ObitTableCC.h"
00036 
00037 /*-------- Obit: Software for the recently deceased ------------------*/
00056 /*--------------Class definitions-------------------------------------*/
00058 typedef struct {
00059 #include "ObitDConCleanPxListDef.h"   /* this class definition */
00060 } ObitDConCleanPxList;
00061 
00062 /*----------------- Macroes ---------------------------*/
00068 #define ObitDConCleanPxListUnref(in) ObitUnref (in)
00069 
00075 #define ObitDConCleanPxListRef(in) ObitRef (in)
00076 
00083 #define ObitDConCleanPxListIsA(in) ObitIsA (in, ObitDConCleanPxListGetClass())
00084 
00085 /*---------------Public functions---------------------------*/
00087 void ObitDConCleanPxListClassInit (void);
00088 
00090 ObitDConCleanPxList* newObitDConCleanPxList (gchar* name);
00091 
00093 gconstpointer ObitDConCleanPxListGetClass (void);
00094 
00096 ObitDConCleanPxList* 
00097 ObitDConCleanPxListCopy  (ObitDConCleanPxList *in, ObitDConCleanPxList *out, 
00098                           ObitErr *err);
00099 
00101 void ObitDConCleanPxListClone (ObitDConCleanPxList *in, 
00102                                ObitDConCleanPxList *out, 
00103                                ObitErr *err);
00104 
00106 ObitDConCleanPxList* 
00107 ObitDConCleanPxListCreate (gchar* name, ObitImageMosaic *mosaic, 
00108                           glong maxPixel, ObitErr *err);
00109 
00111 void ObitDConCleanPxListGetParms (ObitDConCleanPxList *in, ObitErr *err);
00112 
00114 void ObitDConCleanPxListReset (ObitDConCleanPxList *in, ObitErr *err);
00115 
00117 void ObitDConCleanPxListResize (ObitDConCleanPxList *in, glong maxPixel, 
00118                                 ObitErr *err);
00119 
00121 void ObitDConCleanPxListUpdate (ObitDConCleanPxList *in, 
00122                                 glong *fields, glong nSkip, 
00123                                 gfloat minFluxLoad,
00124                                 gfloat autoWinFlux,
00125                                 ObitDConCleanWindow *window, 
00126                                 ObitFArray *BeamPatch,
00127                                 ObitErr *err);
00128 
00130 gboolean ObitDConCleanPxListCLEAN (ObitDConCleanPxList *in, ObitErr *err);
00131 
00133 glong ObitDConCleanPxListResult (ObitDConCleanPxList *in, glong *ncomp,
00134                                  ObitErr *err);
00135 
00136 /*----------- ClassInfo Structure -----------------------------------*/
00142 typedef struct  {
00143 #include "ObitDConCleanPxListClassDef.h"
00144 } ObitDConCleanPxListClassInfo; 
00145 
00146 #endif /*  OBITDCONCLEANBMLIST_H  */ 

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