ccfits

C++ object-oriented interface to CFITSIO FITS file library

brewmacoslinux
Try with needOr install directly
Source

About

Object oriented interface to the cfitsio library

Commands

ccfits

Examples

Read a FITS file and access image data through C++ objects$ ccfits example.fits
Create and write FITS files using CCfits library in C++ code$ g++ -o myprogram myprogram.cpp -lccfits -lcfitsio
Link CCfits library in compilation for FITS data manipulation$ pkg-config --cflags --libs ccfits