BasicData¶
- class astropy.io.ascii.BasicData[source]¶
Bases:
BaseData
Basic 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
Regular expression for comment lines
None, int, or a function of
lines
that returns None or intAttributes Documentation
- comment = '\\s*#'¶
Regular expression for comment lines
- start_line = 1¶
None, int, or a function of
lines
that returns None or int
- write_comment = '# '¶