trustimaging / stride

A modelling and optimisation framework for medical ultrasound
https://www.stride.codes
GNU Affero General Public License v3.0
89 stars 16 forks source link

Update __init__.py #43

Closed GeorgeWilliamStrong closed 1 year ago

GeorgeWilliamStrong commented 1 year ago

Pass **kwargs when instantiating ProcessWavelets and ProcessTraces in adjoint().

GeorgeWilliamStrong commented 1 year ago

This will fix the current issue whereby additional keyword arguments passed into the adjoint( ) function are not correctly passed to ProcessTraces or ProcessWavelets (e.g. setting trace normalisation with norm_per_trace=True).