legend-exp / LegendDSP.jl

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

Optimize energy filter optimization #32

Closed theHenks closed 3 months ago

theHenks commented 6 months ago

Filter optimization currently optimizes filter parameters independently without taking charge trapping into account. We should optimize with an optimizer the parameters again after the independent optimization in a small parameter space to account for cross-parameter effects.

theHenks commented 4 months ago

@gipert

gipert commented 4 months ago

done