Skip to content

cocov/ctapipe

 
 

Repository files navigation

ctapipe

CTA Python pipeline experimental version.

This is code for exploring a CTA data processing framework. It is not official and not recommended for use unless you are an expert or developer!

Examples can be found in ~ctapipe/examples~ and also the notebooks in

~ctapipe/examples/notebooks/~ The README file in that directory will

help you run the notebook examples.

Installation for Users

ctapipe and its dependencies may be installed using the Anaconda or Miniconda package system. We recommend creating a conda virtual environment first, to isolate the installed version and dependencies from your master environment (this is optional).

Optionally create the virtual env:

conda create -n cta ipython ipython-notebook
source activate cta

Then, install the packages via:

conda install -c cta-observatory ctapipe  

Developers should follow the development install instructions found in the documentation above.

image

About

CTA Python pipeline experimental version

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.7%
  • Makefile 0.3%