https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d004c921767bd4321277130ad045a372945c5f94 authored by Adam Beardsley on 15 February 2017, 00:52:48 UTC, committed by Adam Beardsley on 15 February 2017, 00:52:48 UTC
1 parent f49bf5d
Raw File
Tip revision: d004c921767bd4321277130ad045a372945c5f94 authored by Adam Beardsley on 15 February 2017, 00:52:48 UTC
some uvdata->pyuvdata in the docs
Tip revision: d004c92
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