akira-okumura / GAMERA

A C++/python library for source modeling in gamma astronomy

Home Page:http://joachimhahn.github.io/GAMERA

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GAMERA

is a new open-source C++/python package which handles the spectral modelling of non-thermally emitting astrophysical sources in a simple and modular way. It allows the user to devise time-dependent models of leptonic and hadronic particle populations in a general astrophysical context (including SNRs, PWNs and AGNs) and to compute their subsequent photon emission.

For more info and a turorial, see the GAMERA docu!

GAMERA is written in C++ and can be wrapped to python.

Quick Start

Dependencies

You need to have GSL installed on your system, as well as SWIG if you want to wrap the python module. If you want to locally build the docu, you also need to install Sphinx, Breathe and Doxygen.

Building

Running

  • $ make all

will generate a shared object (lib/libgamera.so) as well as the python module (lib/_gamerapy.so , lib/gamerapy.py).

About

A C++/python library for source modeling in gamma astronomy

http://joachimhahn.github.io/GAMERA


Languages

Language:C 61.4%Language:C++ 21.8%Language:Python 13.4%Language:Makefile 3.3%