BasicHeader#

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

基类:BaseHeader

基本表头阅读器。

为常见的ascii表格格式设置一些默认值(从第0行开始,注释以 # 可能还有空白)

属性摘要

comment 

正则表达式的注释行

start_line 

无、int或 lines 返回None或int

write_comment 

属性文档

comment = '\\s*#'#

正则表达式的注释行

start_line = 0#

无、int或 lines 返回None或int

write_comment = '# '#