https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision a30ee74b2c00a9a5f877b69ccfdd46e034d7f110 authored by Nicholas Kern on 15 April 2020, 12:43:39 UTC, committed by Bryna Hazelton on 21 April 2020, 23:59:42 UTC
1 parent c61ffa8
Raw File
Tip revision: a30ee74b2c00a9a5f877b69ccfdd46e034d7f110 authored by Nicholas Kern on 15 April 2020, 12:43:39 UTC
added fast H5PY slice indexing for UVH5.read_uvh5()
Tip revision: a30ee74
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - pytest-cases
      - pre-commit
back to top