00001 /* $Id: ObitAll.h,v 1.2 2005/10/06 20:22:54 bcotton Exp $ */ 00002 /*--------------------------------------------------------------------*/ 00003 /*; Copyright (C) 2003 */ 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 OBITALL_H 00029 #define OBITALL_H 00030 00040 /*-------- Obit: Software for the recently deceased ------------------*/ 00041 00042 #include <string.h> 00043 #include <stdio.h> 00044 #include <stdlib.h> 00045 #include <math.h> 00046 #include <glib.h> 00047 #include "ObitSystem.h" 00048 #include "ObitErr.h" 00049 #include "ObitThread.h" 00050 #include "ObitInfoList.h" 00051 #include "ObitImage.h" 00052 #include "ObitIO.h" 00053 #include "ObitIOImageAIPS.h" 00054 #include "ObitIOImageFITS.h" 00055 #include "ObitAIPS.h" 00056 #include "ObitAIPSDir.h" 00057 #include "ObitUV.h" 00058 #include "ObitUVWeight.h" 00059 #include "ObitTable.h" 00060 #include "ObitTableFQ.h" 00061 #include "ObitTableFQUtil.h" 00062 #include "ObitTableAN.h" 00063 #include "ObitTableANUtil.h" 00064 #include "ObitTableSU.h" 00065 #include "ObitTableSUUtil.h" 00066 #include "ObitTableSN.h" 00067 #include "ObitTableBL.h" 00068 #include "ObitTableBP.h" 00069 #include "ObitTableNX.h" 00070 #include "ObitTableNI.h" 00071 #include "ObitImageUtil.h" 00072 #include "ObitIoN2SolNTable.h" 00073 #endif /* OBITALL_H */
1.3.9.1