Skip to main content

KM3NeT instrument response functions

Project description

https://git.km3net.de/km3py/km3irf/badges/main/pipeline.svg https://git.km3net.de/km3py/km3irf/badges/main/coverage.svg https://git.km3net.de/examples/km3badges/-/raw/master/docs-latest-brightgreen.svg https://git.km3net.de/km3py/km3irf/-/badges/release.svg https://img.shields.io/badge/License-BSD_3--Clause-blueviolet.svg

KM3NeT instrument response functions

This project provides a versatile tool that can be used to quickly analyze the sensitivity of the KM3NeT detector for various source models. Currently it considers only point-like sources. The main feature of the tool is deep targeting to gammapy software. At same time it is independent from installation of gammapy software. For further analysis in gammapy, km3irf provides next modules:

  • Instrument response function (IRF)

    • Effective area (Aeff)

    • Energy dispertion (Edisp)

    • Point spread function (PSF)

  • Data set (in progress)

  • Event list (in progress)

Installation

It is recommended to create an isolated virtualenvironment to not interfere with other Python projects, preferably inside the project’s folder. First clone the repository with:

git clone git@git.km3net.de:km3py/km3irf.git

or:

git clone https://git.km3net.de/km3py/km3irf.git

Create and acitvate a virtual environment:

cd km3irf
python3 -m venv venv
. venv/bin/activate

Install the package with:

make install

You can also install the package directly from Pypi via pip package manager (no cloning needed). It can easily be done into any Python environment with next command:

pip install km3irf

To install all the development dependencies, in case you want to contribute or run the test suite:

make install-dev
make test

Created with ``cookiecutter https://git.km3net.de/templates/python-project``

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

km3irf-0.4.0.tar.gz (886.2 kB view hashes)

Uploaded Source

Built Distribution

km3irf-0.4.0-py2.py3-none-any.whl (474.7 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page