https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 7cf87090b1acc50a1525772bdc744adbd0ce0f76 authored by Bryna Hazelton on 12 December 2019, 22:27:47 UTC, committed by Bryna Hazelton on 01 January 2020, 19:04:51 UTC
1 parent 0185610
Raw File
Tip revision: 7cf87090b1acc50a1525772bdc744adbd0ce0f76 authored by Bryna Hazelton on 12 December 2019, 22:27:47 UTC
Add FEKO spherical wave coefficients memo and update commnts
Tip revision: 7cf8709
.readthedocs.yml
# Don't build any extra formats
formats:
    - none
conda:
    file: ci/rtd_env.yml
build:
    image: latest
python:
   version: 3.6
python:
   setup_py_install: true
back to top