thorstone25 / qups

A MATLAB toolbox for prototyping and simulating diagnostic ultrasound imaging systems
Apache License 2.0
38 stars 20 forks source link

Aperture growth apodization for curvilinear arrays #10

Closed l-l-z closed 6 months ago

l-l-z commented 2 years ago

When I tried using the aperture growth apodization function with a curvilinear transducer (TransducerConvex), I got a warning that only linear arrays (TransducerArray) are currently supported. Are you planning on expanding the implementation of that apodization function to include curvilinear transducers in the near future?

thorstone25 commented 2 years ago

We can add that as a feature, yes. It's a trivial extension as you would only need to switch from a definition based on depth vs. width to depth vs. angle I believe. I can't promise a timeline for when I would be able to do that myself though.