https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c34dd4b82eaa82a3209acde4008900c472df14d2 authored by Bryna Hazelton on 21 July 2017, 02:05:08 UTC, committed by Adam Beardsley on 23 August 2017, 20:04:21 UTC
1 parent e2511ad
Raw File
Tip revision: c34dd4b82eaa82a3209acde4008900c472df14d2 authored by Bryna Hazelton on 21 July 2017, 02:05:08 UTC
update beam object based on discussions with Eloy and James
Tip revision: c34dd4b
.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