fitsutil.h

Go to the documentation of this file.
00001 
00002 
00003 //-----------------------------------------------------------------------------
00004 // SVN: $Id: fitsutil.h 5609 2009-04-01 16:25:46Z RossCollins $
00005 //-----------------------------------------------------------------------------
00006 #ifndef FITSUTIL_H
00007 #define FITSUTIL_H
00008 
00009 #include "fitsio.h"
00010 //-----------------------------------------------------------------------------
00013 void handle_fitsio_error(int status);
00014 
00017 int get_width(fitsfile* fptr);
00018 
00021 int get_height(fitsfile* fptr);
00022 
00024 void get_rawimage(fitsfile* fptr, float* buffer, long long npixels);
00025 
00027 void get_cds(fitsfile* fptr, double* cdbuf);
00028 //-----------------------------------------------------------------------------
00029 #endif
Generated on Mon Oct 4 10:39:50 2010 for WsaTools by  doxygen 1.6.3