https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Raw File
Tip revision: c5a1b463f29b8164cda381e97e3d93a549be4179 authored by Bryna Hazelton on 29 April 2020, 15:53:31 UTC
Update changelog for new version, minor changelog correction.
Tip revision: c5a1b46
hera_cal.yml
name: hera_cal
channels:
  - conda-forge
  - defaults
dependencies:
  - aipy
  - astropy
  - cached-property
  - h5py
  - astropy-healpix
  - matplotlib
  - pytest
  - numpy
  - pandas
  - pyyaml
  - scikit-learn
  - scipy
  - setuptools_scm
  - basemap
  - 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
    - git+https://github.com/RadioAstronomySoftwareGroup/pyuvsim.git
    - git+https://github.com/RadioAstronomySoftwareGroup/pyradiosky.git
back to top