https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 0e705ac918160df1d1500534a8eba50de60ea65a authored by Bryna Hazelton on 05 May 2019, 17:27:06 UTC, committed by Jonathan Pober on 23 May 2019, 00:22:22 UTC
1 parent 2ed8fc9
Raw File
Tip revision: 0e705ac918160df1d1500534a8eba50de60ea65a authored by Bryna Hazelton on 05 May 2019, 17:27:06 UTC
add testing for reorder_blts, bug fixes
Tip revision: 0e705ac
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