https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 95c9969d94d0be2b752bed5ecbfd5e2d0bd944fc authored by Bryna Hazelton on 29 May 2019, 21:13:58 UTC, committed by Adam Beardsley on 05 June 2019, 19:39:05 UTC
1 parent b0f512f
Raw File
Tip revision: 95c9969d94d0be2b752bed5ecbfd5e2d0bd944fc authored by Bryna Hazelton on 29 May 2019, 21:13:58 UTC
FHD follows UVFITS uvw direction convention
Tip revision: 95c9969
.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