Skip to content
Snippets Groups Projects
Commit f36ebcaa authored by Moritz Huetten's avatar Moritz Huetten
Browse files

Merge remote-tracking branch 'origin/moritz_moredatainfo'

Conflicts:
	.gitignore
	ctapipe_io_magic/__init__.py

Includes now:
- MARS meta information (yet incomplete)
- Weather information
- Different pointing information from each telescope
- Bad pixel information (possibly, not yet correct)
parents 404d2cb9 a2646ea6
No related branches found
No related tags found
No related merge requests found
Pipeline #64949 failed
/.project
/build/
/ctapipe_io_magic.egg-info/
/dist/
/.project
/.pydevproject
/ctapipe_io_magic.egg-info/
ctapipe_io_magic.egg-info/PKG-INFO
ctapipe_io_magic.egg-info/dependency_links.txt
ctapipe_io_magic.egg-info/requires.txt
ctapipe_io_magic.egg-info/SOURCES.txt
ctapipe_io_magic.egg-info/top_level.txt
dist/
ctapipe_io_magic/__pycache__/__init__.cpython-36.pyc
\ No newline at end of file
......@@ -6,6 +6,13 @@ This module implements the *ctapipe* class, needed to read the calibrated data o
Provided *ctapipe* is already installed, the installation can be done like so:
```bash
git clone https://gitlab.mpcdf.mpg.de/ievo/ctapipe_io_magic.git
pip install ./ctapipe_io_magic/
```
This installation via pip (provided, pip is installed) has the advantage to be nicely controlled for belonging to a given conda environment (and to be uninstalled). Alternatively, do
```bash
git clone https://gitlab.mpcdf.mpg.de/ievo/ctapipe_io_magic.git
cd ctapipe_io_magic
......
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment