In reality, the wires at the edges of a pad column induce a smaller pulse on that pad (compared to the wires right in the middle of the pad). Then, wires at the edges should be multiplied by some factor before being sorted by amplitude in order to match them to against PadHits.
Maybe instead of an extra perceived_amplitude field, it is just enough to sort_by(amplitude * FACTOR[index]).
In reality, the wires at the edges of a pad column induce a smaller pulse on that pad (compared to the wires right in the middle of the pad). Then, wires at the edges should be multiplied by some factor before being sorted by amplitude in order to match them to against
PadHit
s.Maybe instead of an extra
perceived_amplitude
field, it is just enough tosort_by(amplitude * FACTOR[index])
.