Metadata-Version: 2.1
Name: wfsim
Version: 0.2.3
Summary: XENONnT Waveform simulator
Home-page: https://github.com/XENONnT/wfsim
Author: Wfsim contributors, the XENON collaboration
License: UNKNOWN
Description: # 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=ci_testing)](https://coveralls.io/github/XENONnT/WFSim?branch=ci_testing)
        [![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)
        
        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
        ```
        git clone https://github.com/XENONnT/WFSim
        pip install -e ./WFSim
        ```
        
        Or on midway
        ```
        /project2/lgrandi/xenonnt/development/xnt_env
        git clone https://github.com/XENONnT/WFSim
        pip install -e ./WFSim --user
        ```
        
        ## Usage
        In the notebook folder there is a short test notebook showing basic usage.
        
        
        v0.0.1
        =======
        
          * Release as a python package
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
Provides-Extra: docs
