File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ makedocs(modules = [FourierTools],
1212 " Shifting with FFTs" => " shifting.md" ,
1313 " Image Shearing with FFTs" => " shear.md" ,
1414 " Image Rotation with FFTs" => " rotate.md" ,
15+ " NFFT" => " nfft.md" ,
1516 " Utility Functions" => " utils.md" ,
1617 ]
1718 )
Original file line number Diff line number Diff line change 1+ # NFFT helpers
2+ Based on [ NFFT.jl] ( https://github.com/JuliaMath/NFFT.jl ) we provide some convenient helper functions:
3+
4+ ``` @docs
5+ FourierTools.nfft_nd
6+ FourierTools.plan_nfft_nd
7+ ```
Original file line number Diff line number Diff line change @@ -6,8 +6,4 @@ FourierTools.select_region
66FourierTools.center_set!
77FourierTools.get_indices_around_center
88FourierTools.center_extract
9- FourierTools.selectsizes
10- FourierTools.expanddims
11- FourierTools.slice
12- FourierTools.slice_indices
139```
You can’t perform that action at this time.
0 commit comments