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

Declares and defines a class to work with a FITS header. More...

Declares and defines a class to work with a FITS header.

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

Definition in file fitsHeader.hpp.

Go to the source code of this file.

Classes

class  mx::fits::fitsHeader
 Class to manage a complete fits header. More...
 

Namespaces

 mx
 The mxlib c++ namespace.
 

Functions

template<typename dataT >
void mx::fits::headersToValues (std::vector< dataT > &v, std::vector< fitsHeader > &heads, const std::string &keyw)
 Convert the values in a std::vector of fits headers into a std::vector of values. More...
 
template<typename dataT >
std::vector< dataT > mx::fits::headersToValues (std::vector< fitsHeader > &heads, const std::string &keyw)
 Convert the values in a std::vector of fits headers into a std::vector of values. More...
 
void mx::fits::fitsHeaderGitStatus (fitsHeader &head, const std::string &repoName, const char *sha1, int modified)
 Write the status of a Git repository to HISTORY in a FITS header. More...