cta-observatory / cta-lstchain

LST prototype testbench chain
https://cta-observatory.github.io/cta-lstchain/
BSD 3-Clause "New" or "Revised" License
22 stars 77 forks source link

Script to perform data volume reduction on data taken with EvB6 (CTAR1 format) #1234

Closed moralejo closed 3 months ago

moralejo commented 4 months ago

Performs data volume reduction for EvB6 (CTAR1) data

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 91.42857% with 9 lines in your changes are missing coverage. Please review.

Project coverage is 72.95%. Comparing base (5ea3010) to head (911b572). Report is 42 commits behind head on main.

Files Patch % Lines
lstchain/scripts/lstchain_r0g_to_r0v.py 90.52% 9 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1234 +/- ## ========================================== + Coverage 72.87% 72.95% +0.08% ========================================== Files 133 134 +1 Lines 13797 14016 +219 ========================================== + Hits 10054 10225 +171 - Misses 3743 3791 +48 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

moralejo commented 4 months ago

TBD: improve logging. Modify lstchain_dvr_pixselector to be faster (use just a fraction of the subruns in a run to determine the charge for pixel selection) DONE in #1239