https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision b09acfb04601aff81c3bcd85876d253f1c1fdbee authored by Matthew Kolopanis on 19 November 2020, 23:04:14 UTC, committed by Bryna Hazelton on 15 December 2020, 22:42:45 UTC
1 parent 016df8b
Raw File
Tip revision: b09acfb04601aff81c3bcd85876d253f1c1fdbee authored by Matthew Kolopanis on 19 November 2020, 23:04:14 UTC
cast telescope value as an array to get dtype, not read off parameter
Tip revision: b09acfb
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.18
  - pre-commit
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
back to top