Skip to content

liamconnor/simulations_21cm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cosmo21cm

A package for simulating skies for 21cm Intensity Mapping, with a lot of bonus utility code for dealing with Healpix maps, spherical co-ordinates etc.

This package has many dependencies. The following are essential:

It is strongly recommended that you use optimized versions of Numpy and Scipy compiled against a multithreaded BLAS library such as the Intel MKL or for AMD chips ACML.

For full functionality there are many other packages which are required:

  • GSL, the Gnu Scientific Library (GSL), for compiling spherical bessel routines. Ensure it's in your LIBRARY_PATH, LD_LIBRARY_PATH and CPATH.
  • Healpy

There are several Cython modules which need to be built, to do that just:

> cd cosmoutils
> python setup.py build_ext --inplace

About

Code for simulating skies for 21cm Intensity Mapping, including galactic and extragalactic foregrounds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published