diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -3,6 +3,8 @@ GolemFlavor is a Python package for running an analysis pipeline using `GolemFit`. + + ## Installation GolemFlavor can be installed using `pip` ``` @@ -14,8 +16,8 @@ NumPy and SciPy. GolemFlavor uses the IceCube software [`GolemFit: The HESE fitter`](https://github.com/IceCubeOpenSource/GolemFit) to fit with IceCube HESE data. Current access is limited to IceCube collaborators. A simple -Gaussian likelihood can be used for test purposes if this requirement is -not found. +Gaussian likelihood can be used instead for test purposes if this requirement +is not found. ### Dependencies @@ -34,7 +36,8 @@ GolemFlavor has the following dependencies: You can use `pip` to install the above automatically. Note that `PyMultiNest` requires the `MultiNest` Bayesian inference library, see [the `PyMultiNest` -documentation for install instructions.](https://johannesbuchner.github.io/PyMultiNest/install.html#prerequisites-for-building-the-libraries) +documentation]](https://johannesbuchner.github.io/PyMultiNest/install.html#prerequisites-for-building-the-libraries) +for install instructions. Additional dependencies: * [`GolemFit`](https://github.com/IceCubeOpenSource/GolemFit) |
