{ } Raw JSON

bundles / astropy latest / astropy / io / fits / hdu / table / _TableBaseHDU / _clear_table_keywords

function

astropy.io.fits.hdu.table:_TableBaseHDU._clear_table_keywords

source: /astropy/io/fits/hdu/table.py :648

Signature

def   _clear_table_keywords ( self index = None )

Summary

Wipe out any existing table definition keywords from the header.

Extended Summary

If specified, only clear keywords for the given table index (shifting up keywords for any other columns). The index is zero-based. Otherwise keywords for all columns.

Aliases

  • astropy.io.fits.hdu.table._TableBaseHDU._clear_table_keywords