https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision dbff2b2622c7d1633d27f1a26214d4b049134eaf authored by Garrett 'Karto' Keating on 10 December 2021, 20:38:27 UTC, committed by Bryna Hazelton on 10 December 2021, 22:21:45 UTC
1 parent d97362a
Raw File
Tip revision: dbff2b2622c7d1633d27f1a26214d4b049134eaf authored by Garrett 'Karto' Keating on 10 December 2021, 20:38:27 UTC
Adding new tests to capture add ordering issue
Tip revision: dbff2b2
hera_cal.yml
name: hera_cal
channels:
  - conda-forge
  - defaults
dependencies:
  - aipy
  - astropy>=4.2.1
  - astropy-healpix
  - cached-property
  - h5py>=3.0
  - pyerfa>=2.0
  - matplotlib
  - numpy
  - pandas
  - pip
  - pytest
  - pytest-cov
  - pyyaml
  - scikit-learn
  - scipy
  - setuptools_scm
  - pip:
    - git+https://github.com/HERA-Team/linsolve.git
    - git+https://github.com/HERA-Team/hera_qm.git
    - git+https://github.com/HERA-Team/uvtools.git
    - git+https://github.com/HERA-Team/hera_sim.git
    - pyuvsim
    - pyradiosky
back to top