FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void zofits::FlushNumRows
(
)
inline
virtual
update the real number of rows
Reimplemented from
ofits
.
Definition at line
384
of file
zofits.h
.
385
{
386
SetInt
(
"NAXIS2"
, (
fTable
.
num_rows
+
fNumRowsPerTile
-1)/
fNumRowsPerTile
);
387
SetInt
(
"ZNAXIS2"
,
fTable
.
num_rows
);
388
FlushHeader
();
389
}
ofits::SetInt
bool SetInt(const std::string &key, int64_t i, const std::string &comment="")
Definition:
ofits.h:535
ofits::FlushHeader
void FlushHeader()
Definition:
ofits.h:802
zofits::fNumRowsPerTile
uint32_t fNumRowsPerTile
Number of rows per tile.
Definition:
zofits.h:980
ofits::fTable
Table fTable
Definition:
ofits.h:327
ofits::Table::num_rows
size_t num_rows
Definition:
ofits.h:307
zofits
Generated on Sun Sep 18 2016 20:51:05 for FACT++ by
1.8.11