https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision e100590c995086077be6af5de3bcd69ea1e91367 authored by Bryna Hazelton on 25 August 2017, 02:32:56 UTC, committed by Bryna Hazelton on 05 November 2017, 04:58:06 UTC
1 parent 534fc7a
Raw File
Tip revision: e100590c995086077be6af5de3bcd69ea1e91367 authored by Bryna Hazelton on 25 August 2017, 02:32:56 UTC
restructure cst beam reader, add roundtrip tests with beamfits
Tip revision: e100590
.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