https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision bafd8eff3e28bfbd688ab953a1a30ad701d1e912 authored by Bryna Hazelton on 20 July 2017, 01:39:30 UTC, committed by Adam Beardsley on 26 July 2017, 17:17:21 UTC
1 parent 557f1f3
Raw File
Tip revision: bafd8eff3e28bfbd688ab953a1a30ad701d1e912 authored by Bryna Hazelton on 20 July 2017, 01:39:30 UTC
Improve test coverage
Tip revision: bafd8ef
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