Functions | |
int | cpl_fits_count_extensions (const char *filename) |
Get the number of extensions contained in a FITS file. | |
int | cpl_fits_find_extension (const char *filename, const char *extname) |
Get the place of a given extension in a FITS file. |
#include "cpl_fits.h"
int cpl_fits_count_extensions | ( | const char * | filename | ) |
Get the number of extensions contained in a FITS file.
filename | The file name |
int cpl_fits_find_extension | ( | const char * | filename, | |
const char * | extname | |||
) |
Get the place of a given extension in a FITS file.
filename | The file name | |
extname | The extension name |