https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 65e0812c32253ba72e5a5a77f573d38ca40c20a1 authored by Matthew Kolopanis on 15 January 2020, 21:01:08 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent 37c8492
Raw File
Tip revision: 65e0812c32253ba72e5a5a77f573d38ca40c20a1 authored by Matthew Kolopanis on 15 January 2020, 21:01:08 UTC
remove undefined functions in utils.py
Tip revision: 65e0812
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