https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 9635eafcc380bf65610936cacdda209973ec6085 authored by Garrett Keating on 11 August 2020, 18:23:38 UTC, committed by kartographer on 03 September 2020, 03:48:06 UTC
1 parent e519f1c
Raw File
Tip revision: 9635eafcc380bf65610936cacdda209973ec6085 authored by Garrett Keating on 11 August 2020, 18:23:38 UTC
Ignore certain warnings for test_spwsupported
Tip revision: 9635eaf
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