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/Row.h"
Go to the source code of this file.
Namespaces | |
namespace | Euclid |
namespace | Euclid::Table |
Functions | |
std::vector< std::string > | Euclid::Table::autoDetectColumnNames (const CCfits::Table &table_hdu) |
Reads the column names of the given table HDU. | |
std::vector< std::pair< std::type_index, std::size_t > > | Euclid::Table::autoDetectColumnTypes (const CCfits::Table &table_hdu) |
Reads the column types of the given table HDU. | |
std::vector< std::string > | Euclid::Table::autoDetectColumnUnits (const CCfits::Table &table_hdu) |
Reads the column units based on the TUNITn keyword. | |
std::vector< std::string > | Euclid::Table::autoDetectColumnDescriptions (const CCfits::Table &table_hdu) |
Reads the column descriptions based on the TDESCn keyword. | |
std::vector< Row::cell_type > | Euclid::Table::translateColumn (CCfits::Column &column, std::type_index type) |
Returns a vector representing the given FITS table column data, converted to the requested type. | |
std::vector< Row::cell_type > | Euclid::Table::translateColumn (CCfits::Column &column, std::type_index type, long first, long last) |
Definition in file FitsReaderHelper.h.