#include <string.h>
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
#include <glib.h>
#include "ObitSystem.h"
#include "ObitErr.h"
#include "ObitThread.h"
#include "ObitInfoList.h"
#include "ObitImage.h"
#include "ObitIO.h"
#include "ObitIOImageAIPS.h"
#include "ObitIOImageFITS.h"
#include "ObitAIPS.h"
#include "ObitAIPSDir.h"
#include "ObitUV.h"
#include "ObitUVWeight.h"
#include "ObitTable.h"
#include "ObitTableFQ.h"
#include "ObitTableFQUtil.h"
#include "ObitTableAN.h"
#include "ObitTableANUtil.h"
#include "ObitTableSU.h"
#include "ObitTableSUUtil.h"
#include "ObitTableSN.h"
#include "ObitTableBL.h"
#include "ObitTableBP.h"
#include "ObitTableNX.h"
#include "ObitTableNI.h"
#include "ObitImageUtil.h"
#include "ObitIoN2SolNTable.h"
Go to the source code of this file.
This file should be used in the main program to define the Obit class structures. Also, ObitInitAll should be called to initialize in order to properly define the global class structures.
1.3.9.1