FACT++  1.0
template<typename T >
void FitsFile::WriteKey ( const string &  name,
const T &  value,
const string &  comment 
)
inline

Definition at line 55 of file FitsFile.h.

56  {
57  if (fTable)
58  fTable->addKey(name, value, comment);
59  }
CCfits::Table * fTable
The pointer to the CCfits FITS file.
Definition: FitsFile.h:19