Revision 8e3c0f9aebc0ac2a229c16c155684f1255a5c6fb authored by Zaki Ali on 23 February 2017, 21:28:08 UTC, committed by Zaki Ali on 05 April 2017, 22:27:01 UTC
change import to uvcal.
Add telescope to fits file. Fix handling of writing history to fits.
Automatic writing of optional str parameters, if they exist.

Adding fits extenstion as ImageHDU for saving flags.

syntax errors and clean up of if statmenets.
1 parent b62addf
Raw File
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