25 #ifndef TABLE_FITSWRITERHELPER_H
26 #define TABLE_FITSWRITERHELPER_H
28 #include <CCfits/CCfits>
75 void populateColumn(
const Table& table,
size_t column_index, CCfits::ExtHDU& table_hdu,
long first_row = 1);
void populateColumn(const Table &table, size_t column_index, CCfits::ExtHDU &table_hdu, long first_row)
std::string getTDIM(const Table &table, size_t column_index)
std::vector< std::string > getAsciiFormatList(const Table &table)
Returns a vector with strings representing the FITS ASCII table formats for the given table...
std::vector< std::string > getBinaryFormatList(const Table &table)
Returns a vector with strings representing the FITS binary table formats for the given table...