fits_rw.h

00001 
00002 /*---------------------------------------------------------------------------
00003                                     E.S.O.
00004  ----------------------------------------------------------------------------
00005    File name    :   fits_rw.h
00006    Author       :   N. Devillard
00007    Created on   :   March 2000
00008    Language     :   ANSI C
00009    Description  :   FITS header reading/writing
00010  *--------------------------------------------------------------------------*/
00011 
00012 /*
00013 
00014     $Id: fits_rw.h,v 1.1 2003/09/03 12:50:47 amodigli Exp $
00015     $Author: amodigli $
00016     $Date: 2003/09/03 12:50:47 $
00017     $Revision: 1.1 $
00018 
00019 */
00020 
00021 #ifndef _FITS_RW_H_
00022 #define _FITS_RW_H_
00023 
00024 #ifdef __cplusplus
00025 extern "C" {
00026 #endif
00027 
00028 /*---------------------------------------------------------------------------
00029                                 Defines
00030  ---------------------------------------------------------------------------*/
00031 
00032 #define FITS_BLOCK_SIZE     (2880)
00033 
00034 /*---------------------------------------------------------------------------
00035                                 Includes
00036  ---------------------------------------------------------------------------*/
00037 
00038 #include "fits_h.h"
00039 
00040 /*---------------------------------------------------------------------------
00041                         Function ANSI prototypes
00042  ---------------------------------------------------------------------------*/
00043 
00044 /*-------------------------------------------------------------------------*/
00075 /*--------------------------------------------------------------------------*/
00076 /*<python>*/
00077 fits_header * fits_read_header(char * filename);
00078 /*</python>*/
00079 
00080 
00081 /*-------------------------------------------------------------------------*/
00097 /*--------------------------------------------------------------------------*/
00098 
00099 fits_header * fits_read_extheader(char * filename, int xtnum);
00100 
00101 
00102 
00103 /*-------------------------------------------------------------------------*/
00114 /*--------------------------------------------------------------------------*/
00115 
00116 int fits_dump_header(
00117     fits_header *   hdr,
00118     FILE        *   out
00119 );
00120 
00121 #ifdef __cplusplus
00122 }
00123 #endif
00124 
00125 #endif

Generated on Wed Oct 26 13:08:52 2005 for SINFONI Pipeline Reference Manual by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001