-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade nectarchain to ctapipe 0.19 (#68)
* Adapt package dependencies to prepare for ctapipe-0.19 * Upgrade to ctapipe 0.19.2 * Pin ctapipe_io_nectarcam version to 0.1.3 * Install pinned version of ctapipe-io-nectarcam via PyPI, the time for the conda-forge package to be built. * Fixed typo * Put ctapipe_io_nectarcam dependency back into conda dependencies, instead of a pip dependency (was a temporary hack, until the last release of ctapipe_io_nectarcam was published as a conda-forge package). * Pin ctapipe 0.19.1 (same as for ctapipe_io_nectarcam) * - minimize the RAM needed by not initializing arrays before reading events in waveformsContainer(s) - Update to ctapipe0.19 * Bump ctapipe version into CI tests. * COMDIRAC is already embedded in DIRAC v8, no need to install it separately * upgrading DQM to CTAPIPE 0.19. (Next commit should ake care of flagged bad pixels and how to deal with them) * upgrading DQM to CTAPIPE 0.19 (Fixing bad pixel handling hsould come next) * Updated notebook * bug fic for mean_camera_display.py * Change the way the python version is specified, otherwise CI tests fail in testing the code for different python versions. * Python 3.10 interpreted as 3.1 in CI * clean commit history : -update SPE fit parameters initialization following updates of the ctapipe extractors -improve the limits of generated charge histogram plots --------- Co-authored-by: Jean-Philippe Lenain <[email protected]> Co-authored-by: Halim Ashkar <[email protected]> Co-authored-by: guillaume.grolleron <[email protected]>
- Loading branch information
1 parent
516b3ab
commit cdded69
Showing
14 changed files
with
193 additions
and
123 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
Large diffs are not rendered by default.
Oops, something went wrong.
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
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
Oops, something went wrong.