https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 7b2fc59b1b8546b527112721bafc4b89340593bd authored by pyxieloustar on 17 November 2021, 16:24:26 UTC, committed by pyxieloustar on 04 April 2022, 21:20:19 UTC
1 parent 955cb3c
Raw File
Tip revision: 7b2fc59b1b8546b527112721bafc4b89340593bd authored by pyxieloustar on 17 November 2021, 16:24:26 UTC
move corrections into functions; only correct in-range values
Tip revision: 7b2fc59
environment.yaml
name: pyuvdata
channels:
  - conda-forge
  - defaults
dependencies:
  - astropy>=4.2.1
  - astropy-healpix
  - astroquery>=0.4.4
  - coverage
  - cython>=0.23
  - h5py>=3.0
  - numpy>=1.18
  - pip
  - pre-commit
  - pyerfa>=2.0
  - pypandoc
  - pytest>=6.2.0
  - pytest-cases>=3.6.9
  - pytest-cov
  - pytest-xdist
  - python-casacore>=3.1.0
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - pip:
      - novas
      - novas_de405
back to top