https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision c9f604987e17cf0c74eee86f8f24b4762975dc24 authored by Bryna Hazelton on 24 September 2021, 21:02:07 UTC, committed by Matthew Kolopanis on 28 September 2021, 17:49:24 UTC
tweak x_orientation handling in UVBeam feed selection
1 parent 090c5fc
Raw File
Tip revision: c9f604987e17cf0c74eee86f8f24b4762975dc24 authored by Bryna Hazelton on 24 September 2021, 21:02:07 UTC
Update changelog
Tip revision: c9f6049
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
  - 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