BasicData¶
-
class
astropy.io.ascii.BasicData[source]¶ Bases:
astropy.io.ascii.BaseDataBasic table Data Reader
Set a few defaults for common ascii table formats (start at line 1, comments begin with
#and possibly white space)Attributes Summary
commentstart_linewrite_commentAttributes Documentation
-
comment= '\\s*#'¶
-
start_line= 1¶
-
write_comment= '# '¶
-