legend-exp / LegendDSP.jl

LEGEND digital signal processing in Julia
Other
1 stars 3 forks source link

Implement David's maximum current extractor with interpolation #12

Closed theHenks closed 9 months ago

theHenks commented 1 year ago

@hervasa2 has a nice analytical way how to extract the current maximum while interpolating the with a second order polynominal. Could first go into LegendDSP.jl and then maybe later go into RadiationDetectorDSP.jl . Could maybe also included in the PoliDNI functionality which then instead of returning a pick-off at at fixed position gives back the maximum after interpolation? @oschulz what do you think about this?

oschulz commented 1 year ago

Could maybe also included in the PoliDNI functionality which then instead of returning a pick-off at at fixed position gives back the maximum after interpolation?

Yes, I've been thinking about doing something in that direction (polynomial interpolation for max-finding) for a while, certainly a nice addition.