Skip to content

Draft: Optical throughput with muons - Refactoring

Vadym Voitsekhovskyi requested to merge throughput-refactoring into rc-1.0

Description

It's a first draft of the new pipeline. Now we perform muon processing using ctapipe methods. After getting .h5 files with muon parameters we are analysing this file and extracting necessary calibration information.

TODO:

  • Implement additional configurable quality gates for muons
  • Implement uploading to DB
  • Attach the proper metadata
  • Implement storage in the .csv file
  • Add the exceptions handling
  • Cover everything with tests
  • Create .cwl workflow

Commits

  • Download of test empty muon file
  • Config for the new optical efficiency tool
  • Test for the empty muon file
  • Optical Throughput Container
  • New tool to calculate optical efficiency with muons

Related Issue

Issue #152, #154, #161, #174

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.
Edited by Vadym Voitsekhovskyi

Merge request reports

Loading