Open faridyagubbayli opened 4 months ago
@waltsims @djps can you have a look and comment on the direction? If the direction looks good, I'll go ahead and update the examples to use the new structure.
Attention: Patch coverage is 69.64286%
with 17 lines
in your changes missing coverage. Please review.
Project coverage is 71.90%. Comparing base (
98b0d26
) to head (18daf0a
).
Files | Patch % | Lines |
---|---|---|
kwave/ktransducer.py | 69.64% | 14 Missing and 3 partials :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@faridyagubbayli how do you plan to make this backwards compatible?
Towards #436
Moved
active_elements
,transmit_apodization
,receive_apodization
and related methods to thekWaveTransducerSimple
while ensuring backwards compatibility. This is part of the effort to refactor thektransducer.py
.