|
mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
|
Implementation of utilities to work with FITS files. More...
Implementation of utilities to work with FITS files.
Definition in file fitsUtils.cpp.
#include "ioutils/fits/fitsUtils.hpp"Go to the source code of this file.
Namespaces | |
| namespace | mx |
| The mxlib c++ namespace. | |
Functions | |
| template<> | |
| int | mx::fits::fits_write_key< bool > (fitsfile *fptr, char *keyword, void *value, char *comment) |
| Specialization to handle the case bool. | |
| int mx::fits::fits_write_key< bool > | ( | fitsfile * | fptr, |
| char * | keyword, | ||
| void * | value, | ||
| char * | comment | ||
| ) |
Specialization to handle the case bool.
This gets converted to unsigned char.
Definition at line 123 of file fitsUtils.cpp.
References mx::fits::fits_write_key().