https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 56c6ed8c9d1dd616b9666d47ffb99deae96f2ace authored by Bryna Hazelton on 05 April 2017, 21:58:41 UTC, committed by Bryna Hazelton on 14 April 2017, 19:14:20 UTC
1 parent f68dabf
Raw File
Tip revision: 56c6ed8c9d1dd616b9666d47ffb99deae96f2ace authored by Bryna Hazelton on 05 April 2017, 21:58:41 UTC
remove VERSION from top level directory
Tip revision: 56c6ed8
uvdata.rst
UVData Class
=============

UVData is the main user class. It provides import and export functionality to
all supported file formats (UVFITS, Miriad, FHD) and can be interacted with directly.

.. autoclass:: pyuvdata.UVData
  :members:
back to top