Awesome
RomeoApp [deprecated]
The functionality has moved to ROMEO.jl as an extension.
New usage explanation: https://github.com/korbinian90/ROMEO.jl#usage---command-line
Easy way to apply ROMEO unwrapping in the command line without Julia programming experience. This repository is a wrapper of ROMEO.jl.
Another possibility without requiring a Julia installation is the compiled version under ROMEO.
Please cite ROMEO MRM if you use it!
Getting Started
-
Install Julia
Please install Julia using the binaries from this page https://julialang.org. (Julia 1.5 or newer is required, some package managers install outdated versions)
-
Install RomeoApp
Start Julia (Type julia in the command line or start the installed Julia executable)
Type the following in the Julia REPL:
julia> ] # Be sure to type the closing bracket via the keyboard # Enters the Julia package manager (@v1.5) pkg> add https://github.com/korbinian90/RomeoApp.jl # All dependencies are installed automatically
-
Usage in Julia REPL
julia> using RomeoApp julia> args = "phase.nii -m mag.nii -t [2.1,4.2,6.3] -o /tmp" julia> unwrapping_main(split(args))
-
Command line usage
Copy the file
romeo.jl
to a convenient location. Open a command line in the calculation folder. An alias forromeo
asjulia <path-to-file>/romeo.jl
might be convenient.$ julia <path-to-file>/romeo.jl phase.nii -m mag.nii -t [2.1,4.2,6.3] -o results
-
Help
Calling the Julia script without arguments (or --help) displays all options.
$ julia <path-to-file>/romeo.jl
License
This project is licensed under the MIT License - see the LICENSE for details