https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 2c9b149ef91b7e163c3d272185983995e47407b7 authored by Matthew Kolopanis on 13 May 2019, 20:02:42 UTC, committed by Bryna Hazelton on 22 May 2019, 18:57:04 UTC
1 parent 236b366
Raw File
Tip revision: 2c9b149ef91b7e163c3d272185983995e47407b7 authored by Matthew Kolopanis on 13 May 2019, 20:02:42 UTC
utils nose --> pytest, also catch a few depreciation warnings
Tip revision: 2c9b149
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