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
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
python:
   version: 2.7
python:
   setup_py_install: true
back to top