NoHeader#

class astropy.io.ascii.NoHeader[源代码]#

基类:Basic

没有标题行的字符分隔表。

读取时,列是使用自动命名的header.auto_格式默认为“列%d”。否则此读卡器与 Basic 派生它的类。例子::

# Table data
1 2 "hello there"
3 4 world