https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision ce716b5b2134d5909e2d3ea6dc781e1dbfbca795 authored by Matthew Kolopanis on 28 May 2019, 22:12:46 UTC, committed by Bryna Hazelton on 29 May 2019, 19:54:58 UTC
1 parent 9d6f01b
Raw File
Tip revision: ce716b5b2134d5909e2d3ea6dc781e1dbfbca795 authored by Matthew Kolopanis on 28 May 2019, 22:12:46 UTC
only calculate lst for unique times in set_lsts_from_time_array
Tip revision: ce716b5
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