Skip to content

Commit

Permalink
Increased us4r-api version to 0.7.1, arrus.utils.imaging typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
pjarosik committed Mar 4, 2022
1 parent c6ecb45 commit 8c96fb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ set(ARRUS_DOCS_INSTALL_DIR docs)
################################################################################
# Common dependencies
################################################################################
find_package(Us4 0.7.0 EXACT REQUIRED US4OEM HV256 DBARLite)
find_package(Us4 0.7.1 EXACT REQUIRED US4OEM HV256 DBARLite)
find_package(Boost REQUIRED)
set(Boost_USE_STATIC_LIBS ON)
find_package(Protobuf REQUIRED)
Expand Down
2 changes: 1 addition & 1 deletion api/python/arrus/utils/imaging.py
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ def process(self, data):

def _get_unique_pulse(sequence):
if isinstance(sequence, arrus.ops.imaging.SimpleTxRxSequence):
return sequence.pulse.center_freuqency
return sequence.pulse.center_frequency
elif isinstance(sequence, arrus.ops.us4r.TxRxSequence):
pulses = {tx_rx.tx.excitation for tx_rx in sequence.ops}
if len(pulses) > 1:
Expand Down

0 comments on commit 8c96fb8

Please sign in to comment.