Skip to content

Commit 281dc2e

Browse files
authored
Minor edits to README.md
1 parent f345cae commit 281dc2e

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
[![DOI](https://zenodo.org/badge/469215495.svg)](https://zenodo.org/badge/latestdoi/469215495)
22
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
33

4-
# Radon transform wave-speed estimator
4+
# A Radon transform wave-speed estimator
55
This package contains MATLAB scripts that use the Radon transform to find the wave speed and trajectory from spatiotemporal particle motion data.
66
This code was developed for processing ultrasound shear wave elasticity imaging data (SWE/SWEI).
7-
8-
The Radon transform calculates the line integral of 2D data over all possible trajectories.
9-
The slope of the trajectory that maximizes the Radon transform is the group speed of the wavefront.
7+
The Radon transform calculates the line integral of 2D data over all possible trajectories, and the slope of the trajectory that maximizes the Radon transform is the group speed of the wavefront.
108

119
Features of this package:
1210
* Adjustable speed range and resolution
@@ -56,9 +54,8 @@ By default, it constructs a logarithmically-spaced speed range.
5654
* `MaskSpeed` creates a speed-based mask to isolate data faster or slower than a specified speed
5755

5856

59-
## Reference
60-
If you use this package, please cite the Zenodo DOI.
61-
62-
If you use this package for ultrasound SWE/SWEI, please also cite the paper that first proposed this approach:
57+
## Citation
58+
If you find this package useful, please consider citing the Zenodo DOI.
6359

60+
If you use this package for ultrasound SWE/SWEI, please also cite the paper first proposing this approach:
6461
[N. C. Rouze, M. H. Wang, M. L. Palmeri and K. R. Nightingale, "Robust estimation of time-of-flight shear wave speed using a radon sum transformation," in IEEE Transactions on Ultrasonics, Ferroelectrics, and Frequency Control, vol. 57, no. 12, pp. 2662-2670, December 2010.](https://doi.org/10.1109/TUFFC.2010.1740)

0 commit comments

Comments
 (0)