Alexandria
2.19
Please provide a description of the 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 | |
Euclid | |
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. More... | |
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. More... | |
std::string | Euclid::Table::getTDIM (const Table &table, size_t column_index) |
void | Euclid::Table::populateColumn (const Table &table, size_t column_index, CCfits::ExtHDU &table_hdu, long first_row) |
Definition in file FitsWriterHelper.h.