I'm running a simulation in which I specify some initial pressure conditions using source.p0, and then record sensor data using an ultrasound transducer object. I would like to create a beamformed imaged from the received data by beamforming a series of axial lines. It appears to me that the starting point of any beamformed line generated by transducer.scan_line() is centered laterally.
Is there an easy way to beamform lines that are not centered laterally on the transducer? I guess I'm wondering if there is functionality in k-wave comparable to that provided xdc_center_focus() and xdc_focus() in Field II.
Thanks.