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