ctapipe-io-lst

ctapipe IO plugin for LST prototype data

https://github.com/cta-observatory/ctapipe_io_lst

Science Score: 36.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Committers with academic emails
    8 of 26 committers (30.8%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (7.3%) to scientific vocabulary

Keywords from Contributors

astronomy astropy
Last synced: 10 months ago · JSON representation

Repository

ctapipe IO plugin for LST prototype data

Basic Info
  • Host: GitHub
  • Owner: cta-observatory
  • License: bsd-3-clause
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 14.4 MB
Statistics
  • Stars: 0
  • Watchers: 24
  • Forks: 17
  • Open Issues: 21
  • Releases: 66
Created over 7 years ago · Last pushed 12 months ago
Metadata Files
Readme License Zenodo

README.md

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

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

Owner

  • Name: Cherenkov Telescope Array Consortium
  • Login: cta-observatory
  • Kind: organization

open-source software for the CTA Consortium.

GitHub Events

Total
  • Create event: 22
  • Issues event: 2
  • Release event: 7
  • Delete event: 10
  • Issue comment event: 24
  • Push event: 36
  • Pull request review comment event: 16
  • Pull request review event: 26
  • Pull request event: 24
Last Year
  • Create event: 22
  • Issues event: 2
  • Release event: 7
  • Delete event: 10
  • Issue comment event: 24
  • Push event: 36
  • Pull request review comment event: 16
  • Pull request review event: 26
  • Pull request event: 24

Committers

Last synced: over 3 years ago

All Time
  • Total Commits: 525
  • Total Committers: 26
  • Avg Commits per committer: 20.192
  • Development Distribution Score (DDS): 0.402
Top Committers
Name Email Commits
Maximilian Linhoff m****f@t****e 314
Franca Cassol c****l@c****r 54
Karl Kosack k****k@c****r 35
Jason Watson j****w@l****k 25
Thomas Vuillaume t****e@l****r 22
Ruben Lopez Coto r****o@g****m 13
Abelardo Moralejo Olaizola m****o@i****s 12
tialis g****4@h****m 7
Dominik Neise n****d@p****h 6
Paolo Cumani p****i@i****s 5
Alison Mitchell A****l@m****e 4
nieto@talos n****o@g****s 3
Karl Kosack k****k@u****m 3
Samuel Timothy Spencer s****2@g****m 3
Tino Michael t****l@c****r 3
Miguel Nievas m****s@u****s 2
Kai Brügge k****e@t****e 2
Ievgen Vovk I****k@m****e 2
LukasNickel l****l@t****e 2
Raquel de los Reyes r****s@m****e 2
Jose Enrique Ruiz j****r@i****s 1
Michele Mastropietro m****o@g****m 1
Seiya Nozaki n****1@g****m 1
Samuel Timothy Spencer 3****r@u****m 1
Lab Saha l****a@u****s 1
thomasarmstrong t****g@p****k 1
Committer Domains (Top 20 + Academic)

Issues and Pull Requests

Last synced: 10 months ago

All Time
  • Total issues: 42
  • Total pull requests: 129
  • Average time to close issues: 4 months
  • Average time to close pull requests: 18 days
  • Total issue authors: 10
  • Total pull request authors: 9
  • Average comments per issue: 2.69
  • Average comments per pull request: 2.12
  • Merged pull requests: 114
  • Bot issues: 0
  • Bot pull requests: 2
Past Year
  • Issues: 1
  • Pull requests: 19
  • Average time to close issues: N/A
  • Average time to close pull requests: 10 days
  • Issue authors: 1
  • Pull request authors: 5
  • Average comments per issue: 0.0
  • Average comments per pull request: 1.53
  • Merged pull requests: 16
  • Bot issues: 0
  • Bot pull requests: 2
Top Authors
Issue Authors
  • maxnoe (18)
  • moralejo (9)
  • SeiyaNozaki (6)
  • morcuended (5)
  • marialainez (2)
  • TjarkMiener (1)
  • jsitarek (1)
  • FrancaCassol (1)
  • kosack (1)
  • BastienLacave (1)
Pull Request Authors
  • maxnoe (126)
  • dependabot[bot] (4)
  • rlopezcoto (4)
  • SeiyaNozaki (3)
  • Hckjs (2)
  • moralejo (2)
  • morcuended (2)
  • FrancaCassol (2)
  • vuillaut (2)
Top Labels
Issue Labels
Pull Request Labels
dependencies (4) ready for review (1)

Packages

  • Total packages: 1
  • Total downloads:
    • pypi 1,930 last-month
  • Total dependent packages: 1
  • Total dependent repositories: 1
  • Total versions: 51
  • Total maintainers: 2
pypi.org: ctapipe-io-lst

ctapipe plugin for reading LST prototype files

  • Versions: 51
  • Dependent Packages: 1
  • Dependent Repositories: 1
  • Downloads: 1,930 Last month
Rankings
Dependent packages count: 3.3%
Downloads: 7.7%
Forks count: 9.4%
Average: 16.3%
Dependent repos count: 22.2%
Stargazers count: 38.9%
Maintainers (2)
Last synced: 11 months ago

Dependencies

.github/workflows/ci.yml actions
  • actions/checkout v3 composite
  • codecov/codecov-action v1 composite
  • mamba-org/provision-with-micromamba v14 composite
.github/workflows/deploy.yml actions
  • actions/checkout v2 composite
  • actions/setup-python v2 composite
  • pypa/gh-action-pypi-publish master composite
.github/workflows/release-drafter.yml actions
  • release-drafter/release-drafter v5 composite
pyproject.toml pypi
setup.py pypi
environment.yml conda
  • astropy 5.2.*
  • corsikaio
  • ctapipe 0.19.*
  • eventio
  • h5py
  • ipython
  • numba
  • numpy >=1.22
  • numpydoc
  • pip
  • protozfits 2.2.*
  • pytest
  • python 3.11.*
  • pyyaml
  • zeromq
  • zlib