https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 856d228a7b77fb658f2eed6dcbd1a33c58688724 authored by pyxieloustar on 15 November 2021, 22:36:20 UTC, committed by pyxieloustar on 19 November 2021, 06:01:31 UTC
1 parent 1abea9a
Raw File
Tip revision: 856d228a7b77fb658f2eed6dcbd1a33c58688724 authored by pyxieloustar on 15 November 2021, 22:36:20 UTC
add autos_to_crosses function; move van vleck integral warning
Tip revision: 856d228
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