Metadata-Version: 2.1
Name: basilpy
Version: 0.0.7
Summary: Python code to estimate the signal from an On/Off measurementwith the BASiL approach [ PhysRevD.103.123001 ]
Home-page: https://github.com/giacomodamico24/basilpy
Author: Giacomo D'Amico
Author-email: giacomo.damico@uib.no
License: gpl-3.0
Keywords: gamma-ray astronomy,on/off measurements,signal estimation,Bayes
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/x-rst
License-File: LICENSE

# basilpy ![alt text](https://github.com/giacomodamico24/basilpy/blob/main/basilpy.png )
``basilpy`` is a Python package for estimating the signal from an ON/OFF measurement using the BASiL approach [ arXiv:2105.01019 ]

You can check the theory behind BASiL here https://journals.aps.org/prd/abstract/10.1103/PhysRevD.103.123001

Some tutorials on how to use ``basilpy`` can be found in the ``notebooks/`` folder 

Prerequisites
-------------

Python 3.6 or higher and the following packages

  - numpy 
  - scipy
  - mpmath

Installation
------------

You can use pip to install the package:

    pip install basilpy
    
License
-------
This project is licensed under a GNU General Public License v3.0 - see the
``LICENSE`` file.


