https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 88440596304eeabe5e0dcc85888d727b6d39ad50 authored by Paul La Plante on 17 July 2017, 17:11:05 UTC, committed by Adam Beardsley on 18 July 2017, 03:58:21 UTC
1 parent cf526fe
Raw File
Tip revision: 88440596304eeabe5e0dcc85888d727b6d39ad50 authored by Paul La Plante on 17 July 2017, 17:11:05 UTC
Add code and tests for total_quality_array in select function
Tip revision: 8844059
.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