galacticusorg / analysis-python

Analysis tools for the Galacticus galaxy formation model written in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Galacticus Processing & Analysis Python Scripts

This repository contains a python pacakge for processing and analyzing galaxy catalogues output from the Galacticus semi-analytical galaxy formation model.

Download and installation

Steps to download and install the package:

git clone https://user-name@bitbucket.org/galacticusdev/analysis-python.git
cd analysis-python
python setup.py build
python setup.py install

where user-name is your Bitbucket username. If you do not have root access you might need to modify the last step as follows:

python setup.py install --user

About

Analysis tools for the Galacticus galaxy formation model written in Python


Languages

Language:Python 51.3%Language:Jupyter Notebook 48.7%