:param array current: A numpy array holding the induced current
for the path on the wire-of-interest.
:param float pitchpos: The position in the pitch direction to the
starting point of the path.
:param float wirepos: The position along the wire direction to the
starting point of the path.
Note: the path is in wire region:
region = int(round(pitchpos/pitch)).
Note: the path is at the impact position relative to closest
wire:
impact = pitchpos-region*pitch.
Definition at line 74 of file schema.py.