https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 78f5bdf404d544005e5d919388b65dbd70625f23 authored by Bryna Hazelton on 14 December 2020, 16:54:46 UTC, committed by Bryna Hazelton on 02 April 2021, 22:10:52 UTC
1 parent 9bfefaa
Raw File
Tip revision: 78f5bdf404d544005e5d919388b65dbd70625f23 authored by Bryna Hazelton on 14 December 2020, 16:54:46 UTC
improve coverage
Tip revision: 78f5bdf
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