Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Ievgen Vovk
ctapipe_io_magic
Commits
08a5882c
Commit
08a5882c
authored
May 02, 2019
by
Moritz Huetten
Browse files
initial changes from old read_magic_raw ctapipe branch
parent
e086d4d6
Pipeline
#47605
canceled with stage
Changes
3
Pipelines
1
Expand all
Show whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
08a5882c
/.project
/build/
/.pydevproject
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/
\ No newline at end of file
README.md
View file @
08a5882c
...
...
@@ -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
...
...
ctapipe_io_magic/__init__.py
View file @
08a5882c
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment