justinvasel / snowglobes

SNOwGLoBES code: SuperNova Observatories with GLoBES

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SNOwGLoBES

SuperNova Observatories with GLoBES

Dependencies

This software requires the GLoBES libraries to be installed.
See: https://www.mpi-hd.mpg.de/personalhomes/globes/

Installation

Clone this repository:

git clone https://github.com/SNOwGLoBES/snowglobes.git

Set environment variables $SNOWGLOBES and $GLB_DIR to the directories where these are or will be installed

export GLB_DIR=/path/to/GLoBES/
export SNOWGLOBES=/path/to/SNOwGLoBES

Change into $SNOWGLOBES/src and type

make
make install

Usage

./supernova.pl <flux_name> <channel_name> <detector>

# for example:
./supernova.pl livermore lead halo1

About

SNOwGLoBES code: SuperNova Observatories with GLoBES

License:GNU General Public License v2.0


Languages

Language:C 77.1%Language:Perl 16.6%Language:Python 2.4%Language:C++ 2.0%Language:Makefile 1.9%