https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 537648ab8ee0b7775092a6b4a1f4a244b3599b4c authored by Matthew Kolopanis on 17 January 2020, 22:36:29 UTC, committed by Bryna Hazelton on 13 February 2020, 08:30:39 UTC
1 parent 4662795
Raw File
Tip revision: 537648ab8ee0b7775092a6b4a1f4a244b3599b4c authored by Matthew Kolopanis on 17 January 2020, 22:36:29 UTC
try to add conftest to be ignored in coveragerc
Tip revision: 537648a
uvcal.rst
UVCal Class
=============

UVCal is the main user class for calibration solutions. It provides import and export functionality to
all supported file formats (calfits) and can be interacted with directly.

.. autoclass:: pyuvdata.UVCal
  :members:
back to top