ATTPC / Spyral

A Python analysis library for AT-TPC data
GNU General Public License v3.0
2 stars 2 forks source link

Pulse center of gravity #201

Closed gwm17 closed 3 days ago

gwm17 commented 2 weeks ago

As an optimization, we could switch to using COG rather than maximum value to determine pulse positions. Not that complicated of a switch and maybe even reduce complexity? No longer need smearing on centroids

gwm17 commented 2 weeks ago

But this may make us more sensitive to peaks that are malformed, which is clear through testing

gwm17 commented 3 days ago

Tabling this. Seems like an over-optimization