bundles / astropy latest / astropy / io / fits / hdu / table / BinTableHDU
class
astropy.io.fits.hdu.table:BinTableHDU
source: /astropy/io/fits/hdu/table.py :821
Signature
class BinTableHDU ( data = None , header = None , name = None , uint = False , ver = None , character_as_bytes = False ) Members
-
__init__ -
_calculate_datasum -
_calculate_datasum_with_heap -
_dump_coldefs -
_dump_data -
_load_coldefs -
_load_data -
_writedata_by_row -
_writedata_internal -
dump -
load -
match_header
Summary
Binary table HDU class.
Parameters
data: array, `FITS_rec`, or `~astropy.table.Table`Data to be used.
header: `Header`Header to be used.
name: strName to be populated in
EXTNAMEkeyword.uint: bool, optionalSet to
Trueif the table contains unsigned integer columns.ver: int > 0 or None, optionalThe ver of the HDU, will be the value of the keyword
EXTVER. If not given or None, it defaults to the value of theEXTVERcard of theheaderor 1. (default: None)character_as_bytes: boolWhether to return bytes for string columns. By default this is
Falseand (unicode) strings are returned, but this does not respect memory mapping and loads the whole column in memory when accessed.
Aliases
-
astropy.io.fits.BinTableHDU