https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9b9300eb3591e6017020014dc89475c979b0758b authored by Nicholas Kern on 11 May 2018, 07:20:09 UTC, committed by Bryna Hazelton on 12 May 2018, 17:50:54 UTC
1 parent d54ad75
Raw File
Tip revision: 9b9300eb3591e6017020014dc89475c979b0758b authored by Nicholas Kern on 11 May 2018, 07:20:09 UTC
added a few lines to the tutorial highlighting read_miriad partial IO
Tip revision: 9b9300e
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