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

ObitDConCleanOTFRec.h

Go to the documentation of this file.
00001 /* $Id: ObitDConCleanOTFRec.h,v 1.1 2006/03/30 18:47:09 bcotton Exp $ */
00002 /*--------------------------------------------------------------------*/
00003 /*;  Copyright (C) 2006                                               */
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 OBITDCONCLEANOTFREC_H 
00029 #define OBITDCONCLEANOTFREC_H 
00030 
00031 #include "Obit.h"
00032 #include "ObitErr.h"
00033 #include "ObitOTF.h"
00034 #include "ObitDConClean.h"
00035 #include "ObitDisplay.h"
00036 /*-------- Obit: Software for the recently deceased ------------------*/
00129 /*--------------Class definitions-------------------------------------*/
00131 typedef struct {
00132 #include "ObitDConCleanOTFRecDef.h"   /* this class definition */
00133 } ObitDConCleanOTFRec;
00134 
00135 /*----------------- Macroes ---------------------------*/
00141 #define ObitDConCleanOTFRecUnref(in) ObitUnref (in)
00142 
00148 #define ObitDConCleanOTFRecRef(in) ObitRef (in)
00149 
00156 #define ObitDConCleanOTFRecIsA(in) ObitIsA (in, ObitDConCleanOTFRecGetClass())
00157 
00158 /*---------------Public functions---------------------------*/
00160 void ObitDConCleanOTFRecClassInit (void);
00161 
00163 ObitDConCleanOTFRec* newObitDConCleanOTFRec (gchar* name);
00164 
00166 ObitDConCleanOTFRec* 
00167 ObitDConCleanOTFRecCreate (gchar* name, ObitOTF *inOTF, ObitErr *err);
00168 
00170 gconstpointer ObitDConCleanOTFRecGetClass (void);
00171 
00173 ObitDConCleanOTFRec* ObitDConCleanOTFRecCopy  (ObitDConCleanOTFRec *in, 
00174                                          ObitDConCleanOTFRec *out, ObitErr *err);
00175 
00177 void ObitDConCleanOTFRecClone (ObitDConCleanOTFRec *in, 
00178                             ObitDConCleanOTFRec *out, ObitErr *err);
00179 
00181 void ObitDConCleanOTFRecDeconvolve (ObitDCon *in, ObitErr *err);
00182 
00184 void  ObitDConCleanOTFRecGetParms (ObitDCon *in, ObitErr *err);
00185 
00187 void ObitDConCleanOTFRecSub(ObitDConClean *in, ObitErr *err);
00188 
00190 gboolean ObitDConCleanOTFRecSelect(ObitDConClean *in, ObitErr *err);
00191 
00193 void ObitDConCleanOTFRecSub(ObitDConClean *in, ObitErr *err);
00194 
00196 void ObitDConCleanOTFRecRestore(ObitDConClean *in, ObitErr *err);
00197 
00199 void ObitDConCleanOTFRecPixelStats(ObitDConClean *in, ObitErr *err);
00200 
00201 /*----------- ClassInfo Structure -----------------------------------*/
00207 typedef struct  {
00208 #include "ObitDConCleanOTFRecClassDef.h"
00209 } ObitDConCleanOTFRecClassInfo; 
00210 
00211 #endif /* OBITDCONCLEANOTFREC_H */ 

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