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

ObitAIPSCat.h

Go to the documentation of this file.
00001 /* $Id: ObitAIPSCat.h,v 1.3 2005/12/19 00:19:25 bcotton Exp $ */
00002 /*--------------------------------------------------------------------*/
00003 /*;  Copyright (C) 2003,2005                                          */
00004 /*;  Associated Universities, Inc. Washington DC, USA.                */
00005 /*;  This program is free software; you can redistribute it and/or    */
00006 /*;  modify it under the terms of the GNU General Public License as   */
00007 /*;  published by the Free Software Foundation; either version 2 of   */
00008 /*;  the License, or (at your option) any later version.              */
00009 /*;                                                                   */
00010 /*;  This program is distributed in the hope that it will be useful,  */
00011 /*;  but WITHOUT ANY WARRANTY; without even the implied warranty of   */
00012 /*;  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the    */
00013 /*;  GNU General Public License for more details.                     */
00014 /*;                                                                   */
00015 /*;  You should have received a copy of the GNU General Public        */
00016 /*;  License along with this program; if not, write to the Free       */
00017 /*;  Software Foundation, Inc., 675 Massachusetts Ave, Cambridge,     */
00018 /*;  MA 02139, USA.                                                   */
00019 /*;                                                                   */
00020 /*;  Correspondence this software should be addressed as follows:     */
00021 /*;         Internet email: bcotton@nrao.edu.                         */
00022 /*;         Postal address: William Cotton                            */
00023 /*;                         National Radio Astronomy Observatory      */
00024 /*;                         520 Edgemont Road                         */
00025 /*;                         Charlottesville, VA 22903-2475 USA        */
00026 /*--------------------------------------------------------------------*/
00027 #ifndef OBITAIPSCAT_H 
00028 #define OBITAIPSCAT_H 
00029 #include <glib.h>
00030 #include "ObitErr.h"
00031 #include "ObitImageDesc.h"
00032 #include "ObitUVDesc.h"
00033 #include "ObitTableDesc.h"
00034 #include "ObitAIPS.h"
00035 #include "ObitAIPSDir.h"
00036 #include "ObitTableList.h"
00037 
00038 /*-------- ObitIO: Software for the recently deceased ------------------*/
00048 /*---------------Public functions---------------------------*/
00050 void ObitAIPSCatImageGetDesc (ObitImageDesc *desc, gchar *buffer, 
00051                               ObitErr *err);
00052 
00054 void ObitAIPSCatImageSetDesc (ObitImageDesc *desc, gchar *buffer, 
00055                               gboolean init, ObitAIPSDirCatEntry* dirEntry,
00056                               ObitErr *err);
00057 
00059 void ObitAIPSCatUVGetDesc (ObitUVDesc *desc, gchar *buffer, 
00060                               ObitErr *err);
00061 
00063 void ObitAIPSCatUVSetDesc (ObitUVDesc *desc, gchar *buffer, 
00064                               gboolean init, ObitAIPSDirCatEntry* dirEntry,
00065                               ObitErr *err);
00066 
00068 void ObitAIPSCatGetTable (ObitTableList *tableList, gchar *buffer, 
00069                           gint user, gint disk, gint cno, ObitErr *err);
00070 
00072 void ObitAIPSCatSetTable (ObitTableList *tableList, gchar *buffer, 
00073                           ObitErr *err);
00074 
00076 void ObitAIPSCatTableGetDesc (ObitTableDesc *desc, 
00077                               gchar tabType[3], gint tabVer,
00078                               AIPSint controlBlock[256],
00079                               AIPSint record[256], ObitErr *err);
00080 
00082 void ObitAIPSCatTableSetDesc (ObitTableDesc *desc, gboolean init, 
00083                               gchar tabType[3], gint tabVer,
00084                               AIPSint controlBlock[256],
00085                               AIPSint record[256], ObitErr *err);
00086 
00088 void ObitAIPSCatInitDHDR(void);
00089 
00091 gint ObitAIPSCatOffset (gchar *keyword);
00092 
00094 void ObitAIPSCatDummy (gint disk, gint user, 
00095                        gchar Aname[13], gchar Aclass[7], gchar Atype[3], 
00096                        gint seq, gint cno, ObitErr *err);
00097 
00099 void ObitAIPSCatRename(gint disk, gint user,  gint cno, gchar *newName, 
00100                       gchar *newClass, gint newSeq, ObitErr *err);
00101 
00102 #endif /* OBITAIPSCAT_H */ 
00103 

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