35 #include "qfits_header.h"
int qfits_get_hdrinfo(const char *, int, int *, int *)
Retrieve offset to start and size of a header in a FITS file.
Definition: qfits_rw.c:449
qfits_header * qfits_header_readext(const char *, int)
Read an extension header from a FITS file.
Definition: qfits_rw.c:280
void qfits_zeropad(const char *)
Pad an existing file with zeros to a multiple of 2880.
Definition: qfits_rw.c:366
qfits_header * qfits_header_read_hdr_string(const unsigned char *, int)
Read a FITS header from a 'hdr' string.
Definition: qfits_rw.c:196
qfits_header * qfits_header_read(const char *)
Read a FITS header from a file to an internal structure.
Definition: qfits_rw.c:95
int qfits_get_datinfo(const char *, int, int *, int *)
Retrieve offset to start and size of a data section in a file.
Definition: qfits_rw.c:490
int qfits_is_fits(const char *)
Identify if a file is a FITS file.
Definition: qfits_rw.c:406
qfits_header * qfits_header_read_hdr(const char *)
Read a FITS header from a 'hdr' file.
Definition: qfits_rw.c:113