from_table#
- astropy.io.votable.from_table(table, table_id=None)[source]#
Given an
Table
object, return aVOTableFile
file structure containing just that single table.- Parameters:
- table
Table
instance - table_id
str
, optional If not
None
, set the given id on the returnedTableElement
instance.
- table
- Returns:
- votable
VOTableFile
instance
- votable