mach.io.must.linear_probe_positions

mach.io.must.linear_probe_positions#

mach.io.must.linear_probe_positions(
n_elements: int,
pitch: float,
) Float[ndarray, '{n_elements} xyz=3']#

Generate element positions for a linear array.

Parameters:
  • n_elements – Number of elements

  • pitch – Element spacing [m]

Returns:

Element positions [x, y, z] with shape (N_elements, 3)