https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 92b3473f735a837856ad9a65043c68ace02a2ee7 authored by Nicholas Kern on 08 February 2018, 21:51:16 UTC, committed by Bryna Hazelton on 09 February 2018, 18:44:14 UTC
1 parent dc53ba5
Raw File
Tip revision: 92b3473f735a837856ad9a65043c68ace02a2ee7 authored by Nicholas Kern on 08 February 2018, 21:51:16 UTC
pep8 issue on miriad_to_uvfits.py
Tip revision: 92b3473
rtd_env.yml
# conda environment specification for Read the Docs
name: rtd
dependencies:
  - python=2.7
  - numpy
  - scipy
  - astropy
  - pkgw-forge::aipy
  - conda-forge::pypandoc
back to top