FastCommentedHeader¶
-
class
astropy.io.ascii.FastCommentedHeader(**kwargs)[source] [edit on github]¶ Bases:
astropy.io.ascii.FastBasicA faster version of the
CommentedHeaderreader, which looks for column names in a commented line.header_startdenotes the index of the header line among all commented lines and is 0 by default.Methods Summary
make_table(data, comments)Actually make the output table give the data and comments. write(table, output)Override the default writing behavior in FastBasicso that column names are commented.Methods Documentation
-
make_table(data, comments)[source] [edit on github]¶ Actually make the output table give the data and comments. This is slightly different from the base FastBasic method in the way comments are handled.
-
write(table, output)[source] [edit on github]¶ Override the default writing behavior in
FastBasicso that column names are commented.
-