Skip to content

Feature/lst processing

Mykhailo Dalchenko requested to merge feature/lst-processing into develop

Description

Implement the DL1 processing with the lstchain. Requires lstchain 0.7 extended with certain bugfixes, exact version to be provided soon (possibly 0.7.1)

Related Issue

First step of #30 (closed)

How Has This Been Tested?

Manually tested on LaPalma. Automated tests fail due to installation issues in docker. To be resolved later (by providing a new Docker image). This will be implemented in a separate MR prior to releasing of next version of sim_runner.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

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.

Merge request reports