bundles / astropy 7.0.1 / astropy / io / fits / hdu / table / _TableLikeHDU
class
astropy.io.fits.hdu.table:_TableLikeHDU
source: /astropy/io/fits/hdu/table.py :56
Signature
class _TableLikeHDU ( data = None , header = None , name = None , ver = None , ** kwargs ) Members
-
_get_tbdata -
_init_tbdata -
_update_column_added -
_update_column_removed -
_update_load_data -
from_columns -
match_header
Summary
A class for HDUs that have table-like data. This is used for both Binary/ASCII tables as well as Random Access Group HDUs (which are otherwise too dissimilar for tables to use _TableBaseHDU directly).
Aliases
-
astropy.io.fits.diff._TableLikeHDU