https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 61e3935c055a84103c4e6d9b4ff36ff64c462299 authored by pyxieloustar on 12 March 2020, 18:00:46 UTC, committed by Bryna Hazelton on 12 March 2020, 23:03:29 UTC
1 parent 037d21b
Raw File
Tip revision: 61e3935c055a84103c4e6d9b4ff36ff64c462299 authored by pyxieloustar on 12 March 2020, 18:00:46 UTC
add erroring for misaligned coarse channel times
Tip revision: 61e3935
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