CARMA C++
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
fitsio.h
1
#ifndef fitsio_h
2
#define fitsio_h
3
/*
4
* Size (in bytes) of 1 FITS logical unit -- the minimum fits header we'll
5
* need to write an image.
6
*/
7
#define FITS_HEADER_SIZE 2880
8
/*
9
* Length of a FITS ascii header.
10
*/
11
#define FITS_NHEAD 80
12
/*
13
* Number of header cards in 1 logical unit.
14
*/
15
#define FITS_NHDU FITS_HEADER_SIZE/FITS_NHEAD
16
/*
17
* Pack a FITS header into a network buffer.
18
*/
19
int
net_put_fitshead(sza::array::NetBuf *net,
unsigned
long
utc[2]);
20
21
#endif
22
carma
szaarrayutils
fitsio.h
Generated by
1.8.5