https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 8f6cd832e26856fc12538c9fb99719bfddf49609 authored by Dara Storer on 13 March 2020, 20:49:08 UTC, committed by Bryna Hazelton on 16 March 2020, 00:34:29 UTC
1 parent 195882c
Raw File
Tip revision: 8f6cd832e26856fc12538c9fb99719bfddf49609 authored by Dara Storer on 13 March 2020, 20:49:08 UTC
Update docstrings to reflect new keyword name
Tip revision: 8f6cd83
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - pytest-cases
      - pre-commit
back to top