https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 196d129932d889442b61be6052102c25e7f10117 authored by Bryna Hazelton on 06 April 2017, 01:06:26 UTC, committed by Bryna Hazelton on 06 April 2017, 01:06:26 UTC
There are no N* parameters that don't explicitly correspond to the shape of another array, so no need to override the check method in uvcal.
1 parent 66998b9
Raw File
Tip revision: 196d129932d889442b61be6052102c25e7f10117 authored by Bryna Hazelton on 06 April 2017, 01:06:26 UTC
minor cleanup
Tip revision: 196d129
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