https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 072f41e95566c33e00a37bdcc0a0afba8faffc82 authored by Bryna Hazelton on 11 November 2021, 18:58:22 UTC, committed by kartographer on 02 December 2021, 16:08:14 UTC
1 parent 41cb765
Raw File
Tip revision: 072f41e95566c33e00a37bdcc0a0afba8faffc82 authored by Bryna Hazelton on 11 November 2021, 18:58:22 UTC
Add filename parameter to UVCal, UVBeam and UVFlag
Tip revision: 072f41e
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