FACT++  1.0
virtual size_t fits::GetNumRows ( ) const
inlinevirtual

Reimplemented in zfits.

Definition at line 1031 of file fits.h.

References fits::Table::Get().

Referenced by Compress(), main(), and DrsCalibration::ReadFitsImp().

1032  {
1033  return fTable.Get<size_t>("NAXIS2");
1034  }
T Get(const std::string &key) const
Definition: fits.h:419
Table fTable
Definition: fits.h:502

+ Here is the call graph for this function:

+ Here is the caller graph for this function: