from_table¶
-
astropy.io.votable.from_table(table, table_id=None)[source] [edit on github]¶ Given an
Tableobject, return aVOTableFilefile structure containing just that single table.Parameters: table :
Tableinstancetable_id : str, optional
If not
None, set the given id on the returnedTableinstance.Returns: votable :
VOTableFileinstance