https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 02b01b94946d33ddb2c7d90cfaa3bc31ffd1aa94 authored by Bryna Hazelton on 15 February 2017, 23:46:42 UTC, committed by Bryna Hazelton on 15 February 2017, 23:46:42 UTC
1 parent b976e6f
Raw File
Tip revision: 02b01b94946d33ddb2c7d90cfaa3bc31ffd1aa94 authored by Bryna Hazelton on 15 February 2017, 23:46:42 UTC
and another syntax bug
Tip revision: 02b01b9
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