Home
last modified time | relevance | path

Searched refs:tabledata_format (Results 1 – 6 of 6) sorted by relevance

/dports/astro/py-astropy/astropy-5.0/astropy/io/votable/
H A Dconnect.py131 tabledata_format=None): argument
174 table_file.to_xml(output, tabledata_format=tabledata_format)
H A Dtable.py183 def writeto(table, file, tabledata_format=None): argument
208 table.to_xml(file, tabledata_format=tabledata_format,
H A Dtree.py3628 def to_xml(self, fd, compressed=False, tabledata_format=None, argument
3649 if tabledata_format is not None:
3650 if tabledata_format.lower() not in (
3657 tabledata_format,
/dports/astro/py-astropy/astropy-5.0/astropy/io/votable/tests/
H A Dtable_test.py171 t.write(output, format='votable', tabledata_format="binary")
178 t.write(output, format='votable', tabledata_format="binary2")
/dports/astro/py-astropy/astropy-5.0/docs/io/votable/
H A Dindex.rst426 ``tabledata_format`` keyword argument when writing out a VOTable
429 votable.to_xml("new_votable.xml", tabledata_format="binary")
/dports/astro/py-astropy/astropy-5.0/
H A DCHANGES.rst12010 ``binary`` and ``binary2``, by using the ``tabledata_format``