Bases: astropy.io.ascii.BaseOutputter
Output the table as an astropy.table.Table object.
Attributes Summary
Methods Summary
Attributes Documentation
-
default_converters = [(<function generic_converter at 0x3fffa3e287d0>, <class 'astropy.io.ascii.core.IntType'>), (<function generic_converter at 0x3fffa3e28848>, <class 'astropy.io.ascii.core.FloatType'>), (<function generic_converter at 0x3fffa3e288c0>, <class 'astropy.io.ascii.core.StrType'>)]
Methods Documentation
-
__call__(cols, meta)[source] [edit on github]