PSR
CHIVE
Ask a Question
Search
PSR
CHIVE:
powered by
FreeFind
Home
Install
Use
Develop
Support
News
Credits
hosted by
Util
fitsutil
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
15
extern
float
fits_nullfloat;
16
18
const
char
* fits_datatype_str (
int
datatype);
19
21
void
fits_version_check (
bool
verbose =
false
);
22
23
#endif
24
Generated using
doxygen
1.14.0