Alexandria  2.19
Please provide a description of the project.
Namespaces | Functions
FitsReaderHelper.h File Reference
#include <CCfits/CCfits>
#include <string>
#include <typeindex>
#include <vector>
#include "ElementsKernel/Export.h"
#include "Table/Row.h"
Include dependency graph for FitsReaderHelper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 Euclid
 
 Euclid::Table
 

Functions

std::vector< std::stringEuclid::Table::autoDetectColumnNames (const CCfits::Table &table_hdu)
 Reads the column names of the given table HDU. More...
 
std::vector< std::type_indexEuclid::Table::autoDetectColumnTypes (const CCfits::Table &table_hdu)
 Reads the column types of the given table HDU. More...
 
std::vector< std::stringEuclid::Table::autoDetectColumnUnits (const CCfits::Table &table_hdu)
 Reads the column units based on the TUNITn keyword. More...
 
std::vector< std::stringEuclid::Table::autoDetectColumnDescriptions (const CCfits::Table &table_hdu)
 Reads the column descriptions based on the TDESCn keyword. More...
 
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. More...
 
std::vector< Row::cell_type > Euclid::Table::translateColumn (CCfits::Column &column, std::type_index type, long first, long last)
 

Detailed Description

Date
April 17, 2014
Author
Nikolaos Apostolakos

Definition in file FitsReaderHelper.h.