My Project
Main Page
Related Pages
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Enumerations
Enumerator
Friends
Macros
Pages
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(
gcp::control::NetBuf
*net,
unsigned
int
utc[2]);
20
21
#endif
22
gcp::control::NetBuf
Definition:
netbuf.h:42
gcpCbass
control
code
unix
control_src
common
fitsio.h
Generated on Thu Jun 21 2018 14:30:00 for My Project by
1.8.6