astropy:docs

FastCommentedHeader

class astropy.io.ascii.FastCommentedHeader(**kwargs)[source] [edit on github]

Bases: astropy.io.ascii.FastBasic

A faster version of the CommentedHeader reader, which looks for column names in a commented line. header_start denotes the index of the header line among all commented lines and is 0 by default.

Methods Summary

write(table, output) Override the default writing behavior in FastBasic so that column names are commented.

Methods Documentation

write(table, output)[source] [edit on github]

Override the default writing behavior in FastBasic so that column names are commented.

Page Contents