https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision cb10568115e5cfb67b134d1cdf58eafd79f3d0de authored by Adam Lanman on 15 September 2018, 05:29:55 UTC, committed by Bryna Hazelton on 25 September 2018, 17:52:50 UTC
1 parent 1171d68
Raw File
Tip revision: cb10568115e5cfb67b134d1cdf58eafd79f3d0de authored by Adam Lanman on 15 September 2018, 05:29:55 UTC
Allow for flipped baselines to be considered redundant, like in hera_cal
Tip revision: cb10568
.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