|
plt.scatter( |
|
tp_data['adc_peak'][high_integral_locs], |
|
tp_data['adc_integral'][high_integral_locs], |
|
c='#63ACBE', |
|
s=2, marker='+', |
|
label=r'$2^{15}-1$', |
|
zorder=3, |
|
rasterized=True |
|
) |
TP ADC integral now extends to the full uint32_t range, so we no longer need the int16_t saturated TPs to be marked.
Example

trgtools/scripts/tp_dump.py
Lines 114 to 122 in 4f64787
TP ADC integral now extends to the full
uint32_trange, so we no longer need theint16_tsaturated TPs to be marked.Example