https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b5cc1fb93fdee83f2d86cf09f58a1e81ef31505e authored by Matthew Kolopanis on 16 September 2021, 19:11:28 UTC, committed by Matthew Kolopanis on 16 September 2021, 19:11:28 UTC
1 parent bae5713
Raw File
Tip revision: b5cc1fb93fdee83f2d86cf09f58a1e81ef31505e authored by Matthew Kolopanis on 16 September 2021, 19:11:28 UTC
Add tutorials on `from_file` and uvbeam.read
Tip revision: b5cc1fb
environment.yaml
name: pyuvdata
channels:
  - conda-forge
  - defaults
dependencies:
  - python>3.6
  - astropy>=4.2.1
  - astropy-healpix
  - astroquery
  - h5py
  - numpy>=1.18
  - pre-commit
  - pyerfa>=2.0
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest>=6.2.0
  - pytest-cov
  - cython>=0.23
  - pip
  - pip:
      - pytest-cases>=3
      - pytest-xdist
      - novas
      - novas_de405
back to top