https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c399051a3681ee08c8b04324c12a04eb201da6a0 authored by Paul La Plante on 18 May 2021, 22:09:59 UTC, committed by Paul La Plante on 01 July 2021, 19:47:27 UTC
1 parent 3f493bb
Raw File
Tip revision: c399051a3681ee08c8b04324c12a04eb201da6a0 authored by Paul La Plante on 18 May 2021, 22:09:59 UTC
Add filename handling to fhd.py
Tip revision: c399051
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