Skip to content

Commit 0c2de4f

Browse files
authored
Update README [skip ci]
1 parent ff49db1 commit 0c2de4f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ The main features are:
2727
* array/image rotation
2828
* array/image shifting (including noteworthy subpixel shifts)
2929
* array/image shearing
30+
* convenient wrappers of [NFFT.jl](https://github.com/JuliaMath/NFFT.jl)
3031
* several tools like `ffts`, `ft`, `fftshift_view` etc. allowing simpler use with Fourier transforms
32+
* reexports [FFTW.jl](https://github.com/JuliaMath/FFTW.jl)
3133

3234
Have a look in the [examples folder](examples/) for interactive examples. The [documentation](https://bionanoimaging.github.io/FourierTools.jl/dev/) offers a quick overview.
3335

@@ -49,6 +51,9 @@ title = {FourierTools.jl - Efficiently Working with Fourier Space},
4951
url = {https://github.com/bionanoimaging/FourierTools.jl}}
5052
```
5153

54+
## Development
55+
Feel free to file an issue regarding problems, suggestions or improvement ideas for this package!
56+
5257

5358
[docs-dev-img]: https://img.shields.io/badge/docs-dev-pink.svg
5459
[docs-dev-url]: https://bionanoimaging.github.io/FourierTools.jl/dev/

0 commit comments

Comments
 (0)