cta-observatory / lst-crab-performance-paper-2023

Repository of data for the LST Crab Performance paper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LST-1 Crab performance paper

This repository includes code and data to reproduce the figures (only the data points, not the entire data analysis) of the paper entitled Observations of the Crab Nebula and Pulsar with the Large-Sized Telescope prototype of the Cherenkov Telescope Array for the CTA LST collaboration.

arXiv

How to run this repository

On mybinder

Binder

You may visit https://mybinder.org/v2/gh/cta-observatory/lst-crab-performance-paper-2023/HEAD to run this repository online.

On your computer

You may run the following on mybinder or on your own laptop/computer/server by installing the provided conda environment:

Install conda and create the crablst1 environment using the following command:

conda env create -f environment.yml

Then activate the crablst1 environment and run the notebooks

conda activate crablst1
jupyter-lab

Running the notebooks

The repository is organised following the paper sections.
Each notebook can be run to reproduce the paper's figures.

Run Jupyter Notebooks

Cite us

The preferred citation is the published article associated with this repository.

However, if you use the data points or code for this repository for your work, you may in addition cite the exact version of this repository from Zenodo.

DOI

About

Repository of data for the LST Crab Performance paper

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Jupyter Notebook 98.0%Language:Python 1.6%Language:Shell 0.4%