Definition at line 400 of file FitsFile.cc.
References Error(), size, start(), and str.
Referenced by WriteData(), and WriteKeyNT().
404 Error(
"FitsFile::AddRow - No table open.");
410 (
unsigned char*)ptr, &status);
417 fits_get_errstatus(status, text);
420 str <<
"Writing row " <<
fNumRows <<
" failed in '"+
fFile->name()+
"': " << text <<
" (file_write_tblbytes,rc=" << status <<
")";
size_t fNumRows
The pointer to the CCfits binary table.
CCfits::Table * fTable
The pointer to the CCfits FITS file.
int Error(const std::string &str)