Metadata-Version: 2.1
Name: straxen
Version: 0.3.3
Summary: Streaming analysis for XENON
Home-page: https://github.com/XENONnT/straxen
Author: Straxen contributors, the XENON collaboration
License: UNKNOWN
Description: # straxen
        Streaming analysis for XENON(nT)
        
        [![Build Status](https://travis-ci.org/XENONnT/straxen.svg?branch=master)](https://travis-ci.org/XENONnT/straxen)
        [![Readthedocs Badge](https://readthedocs.org/projects/straxen/badge/?version=latest)](https://straxen.readthedocs.io/en/latest/?badge=latest)
        [![Join the chat at https://gitter.im/AxFoundation/strax](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/AxFoundation/strax?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
        
        Straxen is the analysis framework for XENONnT, built on top of the generic [strax framework](https://github.com/AxFoundation/strax). Currently it is configured for analyzing XENON1T data.
        
        For installation instructions and usage information, please see the [straxen documentation](https://straxen.readthedocs.io).
        
        
        0.3.3 / 2019-12-13
        ------------------
         - Fix test data / demo notebook
        
        0.3.2 / 2019-11-13
        ------------------
        - Pulse counting bugfixes (#30)
        - Bootstrax: 
          - Setup fix (#27)
          - Add correct (epoch-based) run start time (#29)
          - Support compressor config (#29)
        - Avoid platform-specific tempfile things (#28)
        - Placeholder electron lifetime (#25)
          
        
        0.3.1 / 2019-09-25
        ------------------
        - Fix resource caching
        - Fix tensorflow2 checking (#23)
        
        0.3.0 / 2019-07-21
        -------------------
        - Mini-analyses, waveform display (#19)
        - straxer processing script
        - Upgrades to get_resource (#18, #20)
        - Require tensorflow2
        
        0.2.2 / 2019-06-17
        -------------------
        - Upgrade pulse processing and cleanup (#16)
        
        
        0.2.1 / 2019-06-06
        ------------------
        - Robustness to 0-gain channels, Peaks options available (#15)
        - Catch OSError for readonly cache dirs (#14)
        - Bootstrax updates (#12, #10)
        - Get to_pe and elife from github, add cut plugins (#9)
        
        
        0.2.0 / 2019-05-04
        ------------------
        - Update records plugin for new pulse processing (#7)
        - Move run selection base code into strax (#6)
        - Bugfix in s1_min_channels (#5)
        - Fix missing export (#4)
        
        
        0.1.0 / 2018-10-04
        ------------------
        - Split off from the main strax repository
        - For earlier history, please see the strax changelogs
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
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
