From 399ea4d80b2d094b70997b628871c28c759c126b Mon Sep 17 00:00:00 2001 From: Korbinian Eckstein Date: Thu, 13 Jun 2024 14:44:36 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ad0371..5783526 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ Apply CLEARSWI in the command line without Julia programming experience. This re Published as [CLEAR-SWI](https://doi.org/10.1016/j.neuroimage.2021.118175). It provides magnetic resonance images with improved vein and iron contrast by weighting a combined magnitude image with a preprocessed phase image. This package has the additional capability of multi-echo SWI, intensity correction, contrast enhancement and improved phase processing. The reason for the development of this package was to solve artefacts at ultra-high field strength (7T), however, it also drastically improves the SWI quality at lower field strength. -## Download standalone executables +## Option 1: Download standalone executables https://github.com/korbinian90/CompileMRI.jl/releases This package contains binaries with dependencies. For usage help, run the command line program in `bin/clearswi` without arguments or see [below](https://github.com/korbinian90/CLEARSWI.jl#command-line-help). -## Usage - command line via Julia +## Option 2: Usage - command line via Julia Install Julia 1.9 or newer (https://julialang.org) Copy the file `clearswi.jl` from this repository to a convenient location. An alias for `clearswi` as `julia /clearswi.jl` might be useful. @@ -29,7 +29,7 @@ On the first run, the dependencies will be installed automatically. For an extended explanation of the command line interface see [below](https://github.com/korbinian90/CLEARSWI). -## Usage - Julia +## Option 3: Usage - Julia ### Prerequisites