fitsutil.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2003 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9// psrchive/Util/fitsutil/fitsutil.h
10
11#ifndef __FITS_UTIL_H
12#define __FITS_UTIL_H
13
15extern float fits_nullfloat;
16
18const char* fits_datatype_str (int datatype);
19
21void fits_version_check (bool verbose = false);
22
23#endif
24

Generated using doxygen 1.14.0