Hello,
I have an array of sensors that cannot be defined by a geometrical shape, so I have defined the sensor manually using a binary sensor mask. However, when I go to use time reversal reconstruction to reconstruct the image, I get the following error:
In an assignment A(I) = B, the number of elements in B and I must be the
same.
Error in kspaceFirstOrder2D (line 747)
p(sensor_mask_index) = sensor.time_reversal_boundary_data(:,t_index);
My script works when I define a sensor using makeCartCircle, so I am wondering if it is not possible to use this reconstruction algorithm for a "non-standard" geometry?
Thanks,
Susannah