chernals / pybdsim

Fork of pybdsim.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#pyBDSIM#

A python package containing both utilities for preparing and analysing BDSIM input and output as well as controlling BDSIM.

Authors

L. Nevay S. Boogert

Setup

From within the pybdsim root directory:

$ make install

or for development:

$ make develop

#!python

$>python
$>>> import pybdsim
$>>> a = pybdsim.Data.Load("run1_output.txt")
$>>> hist(a.Xp())

About

Fork of pybdsim.


Languages

Language:Python 100.0%Language:Makefile 0.0%