BasicHeader#
- class astropy.io.ascii.BasicHeader[source]#
 Bases:
BaseHeaderBasic table Header Reader.
Set a few defaults for common ascii table formats (start at line 0, comments begin with
#and possibly white space)Attributes Summary
regular expression for comment lines
None, int, or a function of
linesthat returns None or intAttributes Documentation
- comment = '\\s*#'#
 regular expression for comment lines
- start_line = 0#
 None, int, or a function of
linesthat returns None or int
- write_comment = '# '#