https://github.com/RadioAstronomySoftwareGroup/pyuvdata
Revision 6e3b9cefa4a84748b2c4574edb65e64721da7091 authored by Theodora Kunicki on 08 May 2020, 18:29:17 UTC, committed by Bryna Hazelton on 25 May 2020, 19:38:13 UTC
1 parent c39d672
Raw File
Tip revision: 6e3b9cefa4a84748b2c4574edb65e64721da7091 authored by Theodora Kunicki on 08 May 2020, 18:29:17 UTC
finished all of the keywords for primary HDU, reorganizing structure based on whether a keyword is required or not, and whether it is a standard FITS keyword or a calfits-specific one.
Tip revision: 6e3b9ce
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
  - cython
  - pip
  - pip:
      - pytest-cases>=1.12.1
      - pytest-xdist
      - pre-commit
back to top