Searched refs:tabledata_format (Results 1 – 6 of 6) sorted by relevance
/dports/astro/py-astropy/astropy-5.0/astropy/io/votable/ |
H A D | connect.py | 131 tabledata_format=None): argument 174 table_file.to_xml(output, tabledata_format=tabledata_format)
|
H A D | table.py | 183 def writeto(table, file, tabledata_format=None): argument 208 table.to_xml(file, tabledata_format=tabledata_format,
|
H A D | tree.py | 3628 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 D | table_test.py | 171 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 D | index.rst | 426 ``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 D | CHANGES.rst | 12010 ``binary`` and ``binary2``, by using the ``tabledata_format``
|