Skip to content

Time reconstruction of saturated signals - #1397

Open
ftouchte wants to merge 3 commits into
JeffersonLab:developmentfrom
ftouchte:saturated-adc
Open

Time reconstruction of saturated signals#1397
ftouchte wants to merge 3 commits into
JeffersonLab:developmentfrom
ftouchte:saturated-adc

Conversation

@ftouchte

@ftouchte ftouchte commented Aug 24, 2026

Copy link
Copy Markdown
Collaborator
  • A signal qualified 1 (i.e saturated), cannot be assigned another type later on
  • Increase the saturation threshold, ADC_LIMIT, from 3500 to 3600
  • Use an empirical formula to determine the adcMax of saturated signals
  • If 1/2 adcMax is above ADC_LIMIT, use the maximum slope to extrapolate the leading edge of the signals
  • If 1/2 adcMax falls between $S_i$ and $S_{i+1}$, where $S_{i+1}$ is part of the saturation threshold, the interpolation using the waveform is wrong, so we use the previous slope
  • I have removed the the upper limit of the ADC cut by updating the CCDB

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants