Skip to content

Remove "Saturated" ADC Integral TP Markers #63

Description

@aeoranday

trgtools/scripts/tp_dump.py

Lines 114 to 122 in 4f64787

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

Image

Activity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    maintenanceAddresses a user request or a change in another part of the system

    Type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions