https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 040f229e667a7c5640239c0a368134b596cf7a12 authored by e-koch on 07 December 2021, 16:55:07 UTC, committed by kartographer on 07 December 2021, 22:21:15 UTC
1 parent 9607ba3
Raw File
Tip revision: 040f229e667a7c5640239c0a368134b596cf7a12 authored by e-koch on 07 December 2021, 16:55:07 UTC
When no phase centers are defined, set a default of of 0 with shape Nblts
Tip revision: 040f229
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>=3.1.0
  - 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