https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b772b741690856b84dbb5b5fee1e88d16725bfd2 authored by Dara Storer on 02 February 2021, 21:07:05 UTC, committed by Dara Storer on 02 February 2021, 21:07:05 UTC
1 parent dd54021
Raw File
Tip revision: b772b741690856b84dbb5b5fee1e88d16725bfd2 authored by Dara Storer on 02 February 2021, 21:07:05 UTC
Add exclude_antennas option to read functions
Tip revision: b772b74
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pre-commit
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
back to top