-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3 from cta-observatory/update-ctapipe-v0.12
Update MAGIC+LST1 analysis scripts to ctapipe v0.12
- Loading branch information
Showing
41 changed files
with
5,721 additions
and
2,767 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# A conda environment with all useful package for ctapipe developers | ||
name: magic-lst1 | ||
channels: | ||
- default | ||
- cta-observatory | ||
dependencies: | ||
- python=3.7 | ||
- pip | ||
- astropy | ||
- black | ||
- bokeh=1 | ||
- conda-forge::nbsphinx | ||
- conda-forge::ctapipe=0.12 | ||
- conda-forge::gammapy=0.18.2 | ||
- cython | ||
- graphviz | ||
- h5py | ||
- iminuit>=2 | ||
- ipython | ||
- ipywidgets | ||
- joblib | ||
- jupyter | ||
- matplotlib | ||
- numba | ||
- numpy>=1.17 | ||
- numpydoc | ||
- pandas | ||
- pre-commit | ||
- psutil | ||
- pytables | ||
- pytest | ||
- pytest-cov | ||
- pytest-runner | ||
- pyyaml | ||
- scikit-learn | ||
- scipy | ||
- setuptools | ||
- sphinx=3.5 | ||
- sphinx-automodapi | ||
- sphinx_rtd_theme | ||
- tqdm | ||
- traitlets | ||
- vitables | ||
- wheel | ||
- xz | ||
- zlib | ||
- zstandard | ||
- conda-forge::eventio>=1.5.0 | ||
- conda-forge::corsikaio | ||
- pip: | ||
- ctapipe_io_magic~=0.4.0 | ||
- uproot~=4.1 | ||
- ctaplot~=0.5.3 | ||
- pyirf~=0.5.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,4 +12,3 @@ | |
"utils", | ||
"__version__", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,6 @@ | |
|
||
import astropy.units as u | ||
|
||
|
||
from ctapipe.image import ( | ||
leakage, | ||
hillas_parameters, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
from .magic_data_cal_to_dl1 import * | ||
from .lst1_magic_data_check_pointings import * | ||
from .lst1_magic_data_event_coincidence import * | ||
from .lst1_magic_stereo_reco import * | ||
from .lst1_magic_dl1_to_dl2 import * | ||
from .lst1_magic_event_coincidence import * | ||
from .lst1_magic_mc_dl0_to_dl1 import * | ||
from .lst1_magic_stereo_reco import * | ||
from .lst1_magic_train_rfs import * | ||
from .lst1_magic_dl1_to_dl2 import * | ||
from .magic_data_cal_to_dl1 import * |
Oops, something went wrong.