ATTPC / Spyral

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

Splines failing for bad events #74

Closed gwm17 closed 6 months ago

gwm17 commented 7 months ago

Splines have two issues with their creation that need addressed. First is that a smoothing spline needs a minimum of 5 points. We currently do not enforce that lower bound. Second is that occasionally there are spark-like or pulser-like events where the pad plane lights up and basically has everything in one time bucket. This causes a crash since the functions of z are now multi-valued. These are rare, but need fixed.