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

Declares and defines utilities to work with FITS files. More...

Declares and defines 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.hpp.

#include <iostream>
#include <cstdlib>
#include <cstring>
#include <complex>
#include <fitsio.h>
#include "../stringUtils.hpp"

Go to the source code of this file.

Namespaces

namespace  mx
 The mxlib c++ namespace.
 

Macros

#define stdValWidth   ( 20 )
 The standard width of the value entry in a header card.
 

Macro Definition Documentation

◆ stdValWidth

#define stdValWidth   ( 20 )

The standard width of the value entry in a header card.

Definition at line 45 of file fitsUtils.hpp.