Metadata-Version: 2.1
Name: ctapipe-io-lst
Version: 0.8.2
Summary: ctapipe plugin for reading LST prototype files
Home-page: UNKNOWN
Author: LST Consortium
Author-email: cassol@cppm.in2p3.fr
License: MIT
Description: # ctapipe_io_lst [![Build Status](https://github.com/cta-observatory/ctapipe_io_lst/workflows/CI/badge.svg?branch=master)](https://github.com/cta-observatory/ctapipe_io_lst/actions?query=workflow%3ACI+branch%3Amaster)
        
        EventSource Plugin for ctapipe, able to read LST zfits files
        and calibration them to R1 as needed for ctapipe tools.
        
        Create a new environment:
        ```
        conda env create -n lstenv -f environment.yml
        conda activate lstenv
        pip install -e .
        ```
        
        Or just install in an existing environment:
        ```
        pip install -e .
        ```
        
        ## Test Data
        
        To run the tests, a set of non-public files is needed.
        If you are a member of CTA, ask one of the project maintainers for the credentials
        and then run
        
        ```
        ./download_test_data.sh
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
