Metadata-Version: 2.1
Name: lstchain
Version: 0.5.2
Summary: Analysis chain for the CTA-LST prototype
Home-page: https://github.com/cta-observatory/cta-lstchain
Author: LST collaboration
Author-email: rlopezcoto@gmail.com
License: MIT
Description: # cta-lstchain
        
        Repository for the high level analysis of the LST.    
        The analysis is heavily based on [ctapipe](https://github.com/cta-observatory/ctapipe), adding custom code for mono reconstruction.
        
        master branch status: [![Build Status](https://travis-ci.org/cta-observatory/cta-lstchain.svg?branch=master)](https://travis-ci.org/cta-observatory/cta-lstchain)
        
          
        Note that notebooks are currently not tested and not guaranteed to be up-to-date.   
        In doubt, refer to tested code and scripts: basic functions of lstchain (reduction steps R0-->DL1 and DL1-->DL2) 
        are unit tested and should be working as long as the build status is passing.
        
        ## Install
        
        - You will need to install [anaconda](https://www.anaconda.com/distribution/#download-section) first. 
        
        - Create and activate the conda environment:
        ```
        git clone https://github.com/cta-observatory/cta-lstchain.git
        cd cta-lstchain
        conda env create -f environment.yml
        conda activate lst-dev
        ```
        
        To update the environment (e.g. when depenencies got updated), use:
        ```
        conda env update -n lst-dev -f environment.yml
        ```
        
        - Install lstchain:
        
        ```
        pip install -e .
        ```
        
        
        ## Contributing
        
        All contribution are welcomed.
        
        Guidelines are the same as [ctapipe's ones](https://cta-observatory.github.io/ctapipe/development/index.html)    
        See [here](https://cta-observatory.github.io/ctapipe/development/pullrequests.html) how to make a pull request to contribute.
        
        
        ## Report issue / Ask a question
        
        Use [GitHub Issues](https://github.com/cta-observatory/cta-lstchain/issues).
        
        
        
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
