https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a5aca3664f676edcda55a3fbf6fbba7253e09b9a authored by Bryna Hazelton on 31 May 2019, 21:24:08 UTC, committed by Bryna Hazelton on 03 June 2019, 15:05:24 UTC
also clarify redundancy methods return baseline numbers not inds, add conjugation convenience option to get_antenna_redundancies and update docstrings to numpy style.
1 parent 78e6b49
Raw File
Tip revision: a5aca3664f676edcda55a3fbf6fbba7253e09b9a authored by Bryna Hazelton on 31 May 2019, 21:24:08 UTC
make inflate_by_redudancy not assume nblts=bls*ntimes
Tip revision: a5aca36
.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