Alexandria 2.31.0
SDC-CH common library for the Euclid project
|
#include <CCfits/CCfits>
#include <string>
#include <typeindex>
#include <vector>
#include "ElementsKernel/Export.h"
#include "Table/Table.h"
Go to the source code of this file.
Namespaces | |
namespace | Euclid |
namespace | Euclid::Table |
Functions | |
std::vector< std::string > | Euclid::Table::getAsciiFormatList (const Table &table) |
Returns a vector with strings representing the FITS ASCII table formats for the given table. | |
std::vector< std::string > | Euclid::Table::getBinaryFormatList (const Table &table) |
Returns a vector with strings representing the FITS binary table formats for the given table. | |
std::string | Euclid::Table::getTDIM (const Table &table, int column_index) |
void | Euclid::Table::populateColumn (const Table &table, int column_index, const CCfits::ExtHDU &table_hdu, long first_row) |
Definition in file FitsWriterHelper.h.