https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 488c247e956d8a75b0472c54817b427feeda34da authored by Garrett "Karto" Keating on 14 May 2021, 02:54:45 UTC, committed by Paul La Plante on 25 June 2021, 14:49:40 UTC
1 parent 3affeae
Raw File
Tip revision: 488c247e956d8a75b0472c54817b427feeda34da authored by Garrett "Karto" Keating on 14 May 2021, 02:54:45 UTC
Fixing up coord handling to deal w/ some astropy fussiness. NOVAS/ERFA/astropy libraries now agree to < 1 mas
Tip revision: 488c247
hera_qm.yml
name: hera_qm
channels:
  - conda-forge
  - defaults
dependencies:
  - aipy
  - astropy>=4.2.1
  - astropy-healpix
  - h5py
  - matplotlib
  - numpy
  - pip
  - pyephem
  - pytest
  - pytest-cov
  - pyyaml
  - scikit-learn
  - scipy
  - setuptools_scm
  - pip:
    - git+https://github.com/HERA-Team/omnical.git
    - git+https://github.com/HERA-Team/uvtools.git
    - git+https://github.com/HERA-Team/hera_cal.git
back to top