Skip to content

NectarCAM high level analysis tools

Notifications You must be signed in to change notification settings

llr-cta/nectarchain

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nectarchain

Repository for the high level analysis of the NectarCAM data. The analysis is heavily based on ctapipe, adding custom code for mono reconstruction.

master branch status: Build Status

Current nectarchain build uses ctapipe master version.

Here is how you should install:

git clone https://github.com/cta-observatory/nectarchain.git
cd nectarchain
conda env create --name cta --file environment.yml
conda activate cta
pip install git+https://github.com/cta-observatory/ctapipe.git#egg=ctapipe
pip install https://github.com/cta-sst-1m/protozfitsreader/archive/v1.5.0.tar.gz
pip install https://github.com/cta-observatory/ctapipe_io_nectarcam/archive/master.tar.gz
pip install -e .

If you are a developper, better you install ctapipe as described in https://cta-observatory.github.io/ctapipe/getting_started/index.html and periodically perform a "git pull upstream master" in order to be updated with the master

Contributing

All contribution are welcomed.

Guidelines are the same as ctapipe's ones See here how to make a pull request to contribute.

Report issue / Ask a question

Use GitHub Issues.

About

NectarCAM high level analysis tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.1%
  • Python 1.9%