https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision e795d21c193f50315d04ae577f083e28322e43d4 authored by Matthew Kolopanis on 02 March 2020, 16:37:36 UTC, committed by Bryna Hazelton on 19 March 2020, 03:56:28 UTC
1 parent 09aeb67
Raw File
Tip revision: e795d21c193f50315d04ae577f083e28322e43d4 authored by Matthew Kolopanis on 02 March 2020, 16:37:36 UTC
added test file for mwa resample in time test
Tip revision: e795d21
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