Metadata-Version: 2.1
Name: limonade
Version: 0.8.0
Summary: List mode native data engine.
Home-page: https://gitlab.valtori.fi/timo.hilden/limonade
Author: Timo Hilden
Author-email: timo.hilden@stuk.fi
Project-URL: Bug Tracker, https://gitlab.valtori.fi/timo.hilden/limonade
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENCE

# Limonade

Limonade is a library meant to simplify handling of list mode data from different sources. To make this possible a 
framework of data storage is defined. All details of the data are defined by configuration of the detector and the plot 
using configuration files written in json.

Once in Limonade format, the data can be retrieved and histogrammed using powerful selection tools in the plot module. 
With Limonade you can
- Select events by time interval
- Define extra data, such as coordinates or boolean flags
- Define gates for any data for any channel and define (anti)coincidence logic for them.
- Chain-load multiple data files
- Create 1d- and 2d-histograms of any data.
