Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roflmaostc authored Apr 21, 2021
1 parent 5d9b50d commit 4acc46b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@
This package contains various functions that are useful for working with and in Fourier space.

## Installation
`FourierTools.jl` is available for all version equal or above Julia 1.5.
`FourierTools.jl` is available for all version equal or above Julia 1.6.
Since it is not registered yet, it can be installed with the following command

```julia
julia> ] add https://github.com/bionanoimaging/FourierTools.jl
```

## Features
* sinc interpolation allows to up and downsample a signal
* sinc interpolation allows to up and downsample a (bandlimited) signal
* FFT based convolutions
* array rotation
* array shifting (including noteworthy subpixel shifts)
* array shearing
Expand Down

1 comment on commit 4acc46b

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/34843

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" 4acc46bff8f13c1ff4ea4b33ff4769ce3ba08320
git push origin v0.1.0

Please sign in to comment.