Closed tibaldo closed 7 months ago
CI tests are currently failling due to #116 . #117 should fix it.
Attention: Patch coverage is 92.07650%
with 29 lines
in your changes are missing coverage. Please review.
Project coverage is 39.43%. Comparing base (
51b976c
) to head (1f09a0d
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
PS: I'm not sure why in the file comparison I see the renaming master-> main which is already integrated in the upstream repository
I think it is, maybe, because you pull from the main branch of the repo into your dev branch before pushing your commits into it ? If so, new features introduced in the main are duplicated in your dev branch. This should not be any issue at merge (we'll clean the commit log), but the proper workflow is to ignore any new commit from the main in your dev branch. Any potential conflicts with the main will be flagged, and can be fixed, when we merge the PR.
This PR add a tool/component dedicated to estimate pedestals based on data that contain events of type
SKYPEDESTAL
. Pedestals are stored in a dedicated container following the nectarchain conventions (pixels_id
etc.). Several methods for filtering the data are available based on timestamps of the events, standard deviations of the waveforms and the charge distribution. In order to reduce the memory load the tool is built in such a way that pedestals are estimated in slices with a number of eventsevents_per_slice
and then results combined at the end. PS: I'm not sure why in the file comparison I see the renaming master-> main which is already integrated in the upstream repository