Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 840 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 840 Bytes

hera_cc_utils

A collection of modules to help determine the overlap between different surveys, intensity mapping and otherwise, in real and Fourier space.

Tests codecov

Installation

After cloning the repository, installation can be handled by pip in the typical fashion:

pip install .

Dependencies

The following packages are required:

  • astropy
  • healpy
  • numpy
  • matplotlib
  • setuptools_scm

The following packages are optional:

Testing

The repo uses pytest for the test suite. Simply run:

pytest