Skip to content

Commit

Permalink
Add R2* mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
kamesy committed Apr 13, 2022
1 parent 92867c1 commit ac8e978
Show file tree
Hide file tree
Showing 4 changed files with 425 additions and 2 deletions.
8 changes: 8 additions & 0 deletions docs/src/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@ fit_echo_linear!
```

## Other
### R2* mapping
```@docs
r2star_arlo
r2star_crsi
r2star_ll
r2star_numart2s
```

### Finite differences
```@docs
gradfp
Expand Down
3 changes: 2 additions & 1 deletion src/QSM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using NIfTI: NIVolume, niread, niwrite
using Polyester: @batch, num_cores
using PolyesterWeave: reset_workers!
using Printf: @printf
using SLEEFPirates: sincos_fast
using SLEEFPirates: pow, sincos_fast
using StaticArrays: SVector
using ThreadingUtilities: initialize_task
using TiledIteration: EdgeIterator, TileIterator, padded_tilesize
Expand All @@ -21,6 +21,7 @@ export bet
export gradfp, gradfp!, gradfp_adj, gradfp_adj!, lap, lap!
export dipole_kernel, laplace_kernel, smv_kernel
export fit_echo_linear, fit_echo_linear!
export r2star_arlo, r2star_crsi, r2star_ll, r2star_numart2s
export crop_mask, crop_indices, erode_mask, erode_mask!
export fastfftsize, padfastfft, padarray!, unpadarray, unpadarray!, psf2otf
include("utils/utils.jl")
Expand Down
Loading

0 comments on commit ac8e978

Please sign in to comment.