New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ctapipe-io-lst

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ctapipe-io-lst

ctapipe plugin for reading LST prototype files

  • 0.25.1
  • PyPI
  • Socket score

Maintainers
2

ctapipe_io_lst CI

EventSource Plugin for ctapipe, able to read LST zfits files and calibration them to R1 as needed for ctapipe tools.

Since version 0.19, ctapipe_io_lst is on conda-forge, which is the easiest way to install it, since the protozfits dependency is offered pre-compiled for Linux and mac OS (including arm64).

To install into an exisiting environtment, just do:

# or conda
$ mamba install -c conda-forge ctapipe_io_lst

For development, create a new environment and run the development install:

conda env create -n lstenv -f environment.yml
conda activate lstenv
pip install -e .

ctapipe_io_lst is also on PyPI, but note that the protozfits dependency only has wheels for Linux, so you'd need to compile from source on mac OS.

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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc