Skip to content

[CURATE] CTLearn: Deep learning for imaging atmospheric Cherenkov telescopes event reconstruction

Thomas Vuillaume requested to merge 3342952 into master

=== Record #6842323 ===
Title: CTLearn: Deep learning for imaging atmospheric Cherenkov telescopes event reconstruction
DOI: 10.5281/zenodo.6842323
URL: https://zenodo.org/record/6842323
CTLearn is a high-level Python package providing a backend for training deep learning models for the reconstruction of imaging atmospheric Cherenkov telescope events using TensorFlow.

Check the software checklist for the entry

  • Contains valid codemeta.json (see validator output)
  • Documentation is provided in the Zenodo entry (at least through codemeta)
  • a stable versioned release of the project
  • It is under an open-source license (see SPDX [https://spdx.org/licenses/])
  • Follows a reasonable set of software development / software engineering practices (rough by-eye quality estimate)

How to process this merge request

See also the wiki for more info.

  • Add the entry owner from Zenodo to this merge request.
  • Check, if a related onboarding issue exists and close onboarding issue.
  • Resolve all open issues, then clear for merge.
  • When also the presentation was given at a community event, close the request.

Add to community

  • Presentation was given at OSSR community event.

There are 5 warnings and 3 errors to take care of:

/Users/thomasvuillaume/Work/ESCAPE/dev/eossr/eossr/metadata/codemeta.py:70: CodemetaRecommendedWarning: `memoryRequirements` not provided in the codemeta schema but is recommended
  warn(
/Users/thomasvuillaume/Work/ESCAPE/dev/eossr/eossr/metadata/codemeta.py:70: CodemetaRecommendedWarning: `processorRequirements` not provided in the codemeta schema but is recommended
  warn(
/Users/thomasvuillaume/Work/ESCAPE/dev/eossr/eossr/metadata/codemeta.py:70: CodemetaRecommendedWarning: `releaseNotes` not provided in the codemeta schema but is recommended
  warn(
/Users/thomasvuillaume/Work/ESCAPE/dev/eossr/eossr/metadata/codemeta.py:70: CodemetaRecommendedWarning: `storageRequirements` not provided in the codemeta schema but is recommended
  warn(
/Users/thomasvuillaume/Work/ESCAPE/dev/eossr/eossr/metadata/codemeta.py:70: CodemetaRecommendedWarning: `copyrightHolder` not provided in the codemeta schema but is recommended
  warn(
'softwareVersion not provided in the codemeta schema but is required'
'maintainer not provided in the codemeta schema but is required'
'readme not provided in the codemeta schema but is required'
Edited by YouSchnabel

Merge request reports