BasicHeader¶
-
class
astropy.io.ascii.BasicHeader[source]¶ Bases:
astropy.io.ascii.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
commentstart_linewrite_commentAttributes Documentation
-
comment= '\\s*#'¶
-
start_line= 0¶
-
write_comment= '# '¶
-