FACT++  1.0
void zofits::FlushNumRows ( )
inlinevirtual

update the real number of rows

Reimplemented from ofits.

Definition at line 384 of file zofits.h.

385  {
387  SetInt("ZNAXIS2", fTable.num_rows);
388  FlushHeader();
389  }
bool SetInt(const std::string &key, int64_t i, const std::string &comment="")
Definition: ofits.h:535
void FlushHeader()
Definition: ofits.h:802
uint32_t fNumRowsPerTile
Number of rows per tile.
Definition: zofits.h:980
Table fTable
Definition: ofits.h:327
size_t num_rows
Definition: ofits.h:307