Skip to content

Latest commit

 

History

History
executable file
·
23 lines (13 loc) · 650 Bytes

File metadata and controls

executable file
·
23 lines (13 loc) · 650 Bytes

radtrans

This package is meant for simulating the transfer of radiation from stars and galaxies during the Epoch of Reionization (EoR) and Cosmic Dawn (CD).

INSTALLATION

To install the package in the standard location, run the following in the root directory::

python setup.py install

In order to install it in a separate directory::

python setup.py install --home=directory

One can also install it using pip by running the following command::

pip install git+https://github.com/sambit-giri/radtrans.git

You need several python packages : pip install scikit-image, matplotlib, scipy, astropy, tqdm, mpi4py