astropy 5.0

ParametersBackRef

Parameters

data : array or `FITS_rec`

Data to be used.

header : `Header`

Header to be used.

name : str

Name to be populated in EXTNAME keyword.

ver : int > 0 or None, optional

The ver of the HDU, will be the value of the keyword EXTVER . If not given or None, it defaults to the value of the EXTVER card of the header or 1. (default: None)

character_as_bytes : bool

Whether to return bytes for string columns. By default this is :None:None:`False` and (unicode) strings are returned, but this does not respect memory mapping and loads the whole column in memory when accessed.

FITS ASCII table extension HDU class.

Examples

See :

Back References

The following pages refer to to this document either explicitly or contain code examples using this.

astropy.io.fits.hdu.base.ExtensionHDU astropy.io.fits.hdu.table.TableHDU._verify

Local connectivity graph

Hover to see nodes names; edges to Self not shown, Caped at 50 nodes.

Using a canvas is more power efficient and can get hundred of nodes ; but does not allow hyperlinks; , arrows or text (beyond on hover)

SVG is more flexible but power hungry; and does not scale well to 50 + nodes.

All aboves nodes referred to, (or are referred from) current nodes; Edges from Self to other have been omitted (or all nodes would be connected to the central node "self" which is not useful). Nodes are colored by the library they belong to, and scaled with the number of references pointing them


File: /astropy/io/fits/hdu/table.py#710
type: <class 'type'>
Commit: