casacore
|
fixed-length sequential blocked FITS output
More...
#include <fitsio.h>
Public Member Functions | |
FitsOutput (const char *, const FITS::FitsDevice &, int=10, FITSErrorHandler errhandler=FITSError::defaultHandler) | |
FitsOutput (FITSErrorHandler errhandler=FITSError::defaultHandler) | |
~FitsOutput () | |
void | set_data_info (FitsKeywordList &kwl, FITS::HDUType t, FITS::ValueType dt, OFF_T ds, Int is) |
used by PrimaryArray, BinaryTabelExtention etc to work with the constructor without keyword list. More... | |
int | write_sp (char *rec) |
write a special record. More... | |
int | hdu_complete () |
check if the current hdu is done. More... | |
BlockOutput & | getfout () |
void | setfptr (fitsfile *ffp) |
Bool | required_keys_only () |
Public Member Functions inherited from casacore::FitsIO | |
virtual | ~FitsIO () |
int | err () const |
int | fitsrecsize () const |
record size, in bytes, of a FITS block. More... | |
Bool | isafits () const |
is it a valid fits file (SIMPLE==T). More... | |
Bool | isextend () const |
see if there may be FITS extensions present (EXTENT==T) More... | |
Bool | eof () const |
test if end of file has been reached More... | |
FITS::FitsRecType | rectype () const |
the FITS record type More... | |
FITS::HDUType | hdutype () const |
Header Data Unit type (e.g. More... | |
FITS::ValueType | datatype () const |
OFF_T | datasize () const |
return the datasize of the current HDU. More... | |
Int | itemsize () const |
data characteristics More... | |
OFF_T | currsize () const |
for input, size of remaining data for output, size of data written More... | |
FitsKeyCardTranslator & | getkc () |
get FitsKeyCardTranslator More... | |
fitsfile * | getfptr () const |
get the fitsfile pointer More... | |
OFF_T | getskipsize () const |
get the size of the last skipped HDU More... | |
Private Member Functions | |
BlockOutput & | make_output (const char *, const FITS::FitsDevice &, int, FITSErrorHandler errhandler=FITSError::defaultHandler) |
virtual void | errmsg (FitsErrs, const char *) |
set error message that belongs to one of the enumerated types More... | |
int | hdu_inprogress () |
int | write_hdr (FitsKeywordList &, FITS::HDUType, FITS::ValueType, OFF_T, Int) |
Special interface to class HeaderDataUnit. More... | |
int | write_all (FITS::HDUType, char *, char) |
write all data from address More... | |
int | write (FITS::HDUType, char *, Int, char) |
write N bytes from address More... | |
Private Attributes | |
BlockOutput & | m_fout |
Bool | m_required_keys_only |
Friends | |
int | HeaderDataUnit::write_hdr (FitsOutput &) |
int | HeaderDataUnit::write_all_data (FitsOutput &, char *) |
int | HeaderDataUnit::write_data (FitsOutput &, char *, Int) |
casacore::FitsOutput::FitsOutput | ( | const char * | , |
const FITS::FitsDevice & | , | ||
int | = 10 , |
||
FITSErrorHandler | errhandler = FITSError::defaultHandler |
||
) |
casacore::FitsOutput::FitsOutput | ( | FITSErrorHandler | errhandler = FITSError::defaultHandler | ) |
casacore::FitsOutput::~FitsOutput | ( | ) |
|
privatevirtual |
set error message that belongs to one of the enumerated types
Implements casacore::FitsIO.
|
inline |
|
inline |
check if the current hdu is done.
It was private.
Definition at line 246 of file fitsio.h.
References casacore::FITS::HDURecord, casacore::FitsIO::m_data_size, and casacore::FitsIO::m_rec_type.
|
inlineprivate |
Definition at line 261 of file fitsio.h.
References casacore::FITS::HDURecord, casacore::FitsIO::m_curr_size, casacore::FitsIO::m_data_size, and casacore::FitsIO::m_rec_type.
|
private |
|
inline |
Definition at line 251 of file fitsio.h.
References m_required_keys_only.
void casacore::FitsOutput::set_data_info | ( | FitsKeywordList & | kwl, |
FITS::HDUType | t, | ||
FITS::ValueType | dt, | ||
OFF_T | ds, | ||
Int | is | ||
) |
used by PrimaryArray, BinaryTabelExtention etc to work with the constructor without keyword list.
void casacore::FitsOutput::setfptr | ( | fitsfile * | ffp | ) |
|
private |
write N bytes from address
|
private |
write all data from address
|
private |
Special interface to class HeaderDataUnit.
int casacore::FitsOutput::write_sp | ( | char * | rec | ) |
write a special record.
For this the record type must also be to set to FITS::SpecialRecord
|
friend |
|
friend |
|
friend |
|
private |
|
private |
Definition at line 255 of file fitsio.h.
Referenced by required_keys_only().