mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
Loading...
Searching...
No Matches

Implementation of utilities to work with FITS files. More...

Implementation of utilities to work with FITS files.

Author
Jared R. Males (jared.nosp@m.male.nosp@m.s@gma.nosp@m.il.c.nosp@m.om)

Definition in file fitsUtils.cpp.

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.
 

Function Documentation

◆ fits_write_key< bool >()

template<>
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().