https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 69af3af3d0d759041131332ac729113cbd42ef74 authored by Matthew Kolopanis on 28 April 2020, 16:54:24 UTC, committed by Matthew Kolopanis on 29 April 2020, 15:47:53 UTC
1 parent 9cc16cd
Raw File
Tip revision: 69af3af3d0d759041131332ac729113cbd42ef74 authored by Matthew Kolopanis on 28 April 2020, 16:54:24 UTC
vectorize get_lst_for_time caclulation
Tip revision: 69af3af
environment.yaml
name: pyuvdata
channels:
  - defaults
  - conda-forge
dependencies:
  - astropy
  - astropy-healpix
  - h5py
  - numpy>=1.15
  - pypandoc
  - python-casacore
  - pyyaml
  - scipy
  - setuptools_scm
  - sphinx
  - coverage
  - pytest-cov
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
      - pre-commit
back to top