CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
FITSwrapper.h File Reference

class FITSwrapper that wrap CCfits routines to manage FITS files More...

#include "Kernel.h"
Include dependency graph for FITSwrapper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 cbl
 The global namespace of the CosmoBolognaLib
 
 cbl::wrapper
 The namespace of the wrappers
 
 cbl::wrapper::ccfits
 The namespace of the FITS wrappers
 

Functions

std::vector< std::vector< double > > cbl::wrapper::ccfits::read_table_fits (const std::string input_fits, const std::vector< std::string > column_names, const int next=1, const double fill_value=cbl::par::defaultDouble)
 function to read a table from a fits file More...
 
void cbl::wrapper::ccfits::write_table_fits (const std::string output_dir, const std::string file_fits, const std::vector< std::string > column_names, const std::vector< std::vector< double >> table, const std::vector< std::string > column_units={})
 function that writes a table on a fits file More...
 

Detailed Description

class FITSwrapper that wrap CCfits routines to manage FITS files

This file contains the wrappers of CCfits routines to manage FITS files

Author
Alfonso Veropalumbo
alfon.nosp@m.so.v.nosp@m.eropa.nosp@m.lumb.nosp@m.o@uni.nosp@m.bo.i.nosp@m.t

Definition in file FITSwrapper.h.