https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision da023f89094312cadb46f34c13a4eb3863c80f75 authored by Zaki Ali on 13 January 2017, 19:17:42 UTC, committed by Zaki Ali on 05 April 2017, 22:20:34 UTC
1 parent d51f12f
Raw File
Tip revision: da023f89094312cadb46f34c13a4eb3863c80f75 authored by Zaki Ali on 13 January 2017, 19:17:42 UTC
add read_fits and write_fits functions into UVCal.
Tip revision: da023f8
rtd_env.yml
# conda environment specification for Read the Docs
name: rtd
dependencies:
  - python=2.7
  - numpy
  - scipy
  - astropy
  - pkgw::aipy
back to top