https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ee30d2ebc8430be4cac93b22cfdb11ebad25ad1d authored by Garrett Keating on 06 August 2020, 20:53:59 UTC, committed by Garrett Keating on 06 August 2020, 20:53:59 UTC
1 parent b13c259
Raw File
Tip revision: ee30d2ebc8430be4cac93b22cfdb11ebad25ad1d authored by Garrett Keating on 06 August 2020, 20:53:59 UTC
Adding MIR index-checking to test list
Tip revision: ee30d2e
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