You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Remove duplicate doc message
* Fix relative links that are used in 2 places
* Don't need to run test on RST changes
---------
Co-authored-by: Charles Guan <3221512+charlesincharge@users.noreply.github.com>
_Beamforming PyMUST's [rotating-disk Doppler dataset](https://github.com/creatis-ULTIM/PyMUST/blob/170ba68/examples/rotatingDisk_real.ipynb) at 0.86 trillion points per second (**5**x the speed of sound)_
12
+
_Beamforming PyMUST's [rotating-disk Doppler dataset](https://github.com/creatis-ULTIM/PyMUST/blob/170ba68/examples/rotatingDisk_real.ipynb) at 0.86 trillion points per second (**5**x the speed of sound)._
* ⚡ **Ultra-fast beamforming**: ~10x faster than prior state-of-the-art
22
22
* 🚀 **GPU-accelerated**: Leverages CUDA for maximum performance on NVIDIA GPUs
23
23
* 🎯 **Optimized for research**: Designed for functional ultrasound imaging (fUSI) and other ultrafast, high-channel-count, or volumetric-ensemble imaging
24
-
* 🐍 **Python bindings**: Zero-copy integration with CuPy, and JAX arrays via [nanobind](https://nanobind.readthedocs.io/en/latest/index.html). NumPy support included.`
25
-
* 🔬 **Validated**: Matches [vbeam](https://github.com/magnusdk/vbeam) and [PyMUST](https://github.com/creatis-ULTIM/PyMUST)[outputs](tests/compare)
24
+
* 🐍 **Python bindings**: Zero-copy integration with CuPy, and JAX arrays via [nanobind](https://nanobind.readthedocs.io/en/latest/index.html). NumPy support included.
25
+
* 🔬 **Validated**: Matches [vbeam](https://github.com/magnusdk/vbeam) and [PyMUST](https://github.com/creatis-ULTIM/PyMUST)[outputs](https://github.com/Forest-Neurotech/mach/tree/812062f/tests/compare)
26
26
27
27
28
28
## Installation
29
29
30
-
Install from PyPI:
30
+
### Install from PyPI (recommended):
31
31
32
32
```bash
33
33
pip install mach-beamform
@@ -37,7 +37,7 @@ Wheel prerequisites:
37
37
*[Linux](https://github.com/pypa/manylinux)
38
38
* CUDA-enabled GPU with driver >= 12.3, [compute-capability >= 7.5](https://developer.nvidia.com/cuda-gpus)
39
39
40
-
Or, to build from source:
40
+
### Build from source
41
41
42
42
```bash
43
43
make compile
@@ -60,7 +60,7 @@ If you don't have a CUDA-enabled GPU, you can download the notebook from the [do
60
60
61
61
## Contributing
62
62
63
-
We welcome contributions! Please see [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.
63
+
We welcome contributions! Please see [CONTRIBUTING.md](https://github.com/Forest-Neurotech/mach/blob/812062f/CONTRIBUTING.md) for guidelines.
0 commit comments