Skip to content

Commit

Permalink
add romeo function
Browse files Browse the repository at this point in the history
  • Loading branch information
korbi committed Mar 23, 2020
1 parent cbe52a1 commit 4b7d335
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/MriResearchTools.jl
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,11 @@ include("romeo.jl")

export Data,
readphase, readmag, niread,
header,
savenii,
robustmask, robustmask!,
robustrescale,
combine_echoes,
#combine_echoes,
getHIP,
laplacianunwrap, laplacianunwrap!,
getVSM,
Expand All @@ -31,7 +32,7 @@ export Data,
getscaledimage,
estimatequantile,
RSS,
unwrap, unwrap!,
unwrap, unwrap!, romeo,
unwrap_individual, unwrap_individual!

end # module
1 change: 1 addition & 0 deletions src/romeo.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
romeo = unwrap # access unwrap function via alias romeo
# multi echo unwrapping
function ROMEO.unwrap!(
wrapped::AbstractArray{T, 4}; TEs=1:size(wrapped, 4), template=2, p2ref=1, keyargs...
Expand Down

0 comments on commit 4b7d335

Please sign in to comment.