https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision f4c907c3ac1e3cbf877e478f7655d260bdaac2fc authored by Bryna Hazelton on 03 May 2019, 22:59:57 UTC, committed by Jonathan Pober on 23 May 2019, 00:22:22 UTC
1 parent 4d5aba3
Raw File
Tip revision: f4c907c3ac1e3cbf877e478f7655d260bdaac2fc authored by Bryna Hazelton on 03 May 2019, 22:59:57 UTC
Add optional parameters to track blt_order and conj_convention
Tip revision: f4c907c
.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