![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
class FITSwrapper that wrap CCfits routines to manage FITS files More...
#include "Kernel.h"

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... | |
class FITSwrapper that wrap CCfits routines to manage FITS files
This file contains the wrappers of CCfits routines to manage FITS files
Definition in file FITSwrapper.h.