Hi,
I defined a 3D sphere sensor. Total 4333 sensors are distributed in a 3D sphere. After I run the simulation, all sensors' data is stored in the 2D 'sensor_data' matrix (4333*N).
It seems each sensor has a row to store the pressure data. But how can I know each sensor's position? I have to do the reconstruction so I have to know where in the sphere does the data recorded from.
Thank you.