https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision d500c283e358716be0524ddb5514e377700b4c7e authored by Matthew Kolopanis on 20 January 2021, 20:35:01 UTC, committed by Bryna Hazelton on 28 January 2021, 21:31:41 UTC
1 parent 8d9d7ac
Raw File
Tip revision: d500c283e358716be0524ddb5514e377700b4c7e authored by Matthew Kolopanis on 20 January 2021, 20:35:01 UTC
perform digital gain and coarse band corrections inplace
Tip revision: d500c28
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