Metadata-Version: 2.1
Name: wfsim
Version: 0.2.5
Summary: XENONnT Waveform simulator
Home-page: https://github.com/XENONnT/wfsim
Author: Wfsim contributors, the XENON collaboration
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Intended Audience :: Science/Research
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: strax
Requires-Dist: utilix (>=0.4.1)
Requires-Dist: straxen (>=0.15.7)
Requires-Dist: uproot (>=4.0.0)
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: nbsphinx ; extra == 'docs'
Requires-Dist: recommonmark ; extra == 'docs'
Requires-Dist: graphviz ; extra == 'docs'

# Fax in strax

[![Build Status](https://travis-ci.org/XENONnT/WFSim.svg?branch=master)](https://travis-ci.org/XENONnT/WFSim)
[![Coverage Status](https://coveralls.io/repos/github/XENONnT/WFSim/badge.svg?branch=master)](https://coveralls.io/github/XENONnT/WFSim?branch=master)
[![Pytest](https://github.com/XENONnT/WFSim/workflows/Pytest/badge.svg?branch=master)](https://github.com/XENONnT/WFSim/actions?query=workflow%3APytest)
[![CodeFactor](https://www.codefactor.io/repository/github/xenonnt/wfsim/badge)](https://www.codefactor.io/repository/github/xenonnt/wfsim)
[![PyPI version shields.io](https://img.shields.io/pypi/v/wfsim.svg)](https://pypi.python.org/pypi/wfsim/)

Here are the files needed to run the waveform simulator fax and give output in the same formats as used by strax.

## Installation

Clone the repository and let pip install it for you
```bash
pip install wfsim
```

Or on midway
```
# Activate the container, the latest version of wfsim is installed
/project2/lgrandi/xenonnt/development/xnt_env
```

## Usage
In the notebook folder there is a short test notebook showing basic usage.


v0.2.5
======
  * Config patch and debugging prints (#104)

v0.2.4
=======
  * First pip installable release


v0.0.1
=======

  * Release as a python package

