https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8834fb9ee3b77e7b4598452c63e3cf02e15b7811 authored by Garrett 'Karto' Keating on 15 December 2021, 01:54:28 UTC, committed by Bryna Hazelton on 16 December 2021, 20:39:39 UTC
1 parent 1556b90
Raw File
Tip revision: 8834fb9ee3b77e7b4598452c63e3cf02e15b7811 authored by Garrett 'Karto' Keating on 15 December 2021, 01:54:28 UTC
Fixing bug in the way CATEGORY was set, also fixing TOTAL_BANDWIDTH (optional parameter)
Tip revision: 8834fb9
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