Metadata-Version: 2.1
Name: ctapipe-io-lst
Version: 0.13.1
Summary: ctapipe plugin for reading LST prototype files
Home-page: UNKNOWN
Author: LST Consortium
Author-email: cassol@cppm.in2p3.fr
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Requires-Dist: astropy (~=4.2)
Requires-Dist: ctapipe (<0.12,>=0.10.5)
Requires-Dist: protozfits (~=2.0)
Requires-Dist: setuptools-scm
Requires-Dist: traitlets (~=5.0.5)

# 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
```


