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
pyuvdata_min_deps_tests.yml
name: pyuvdata_min_deps_tests
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - numpy
  - scipy
  - six
  - coverage
  - pytest-cov
back to top