https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8d35238e3ff4e872612d4d95dbfaa3e101a0ae57 authored by Bryna Hazelton on 03 May 2017, 23:15:33 UTC, committed by Bryna Hazelton on 04 May 2017, 01:44:21 UTC
1 parent 47705d4
Raw File
Tip revision: 8d35238e3ff4e872612d4d95dbfaa3e101a0ae57 authored by Bryna Hazelton on 03 May 2017, 23:15:33 UTC
Add delay_convention argument and docstring to convert_to_gain
Tip revision: 8d35238
.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