From 1f3e88ed1414272c0cc3a8e08ac8ffdc5e8f13e0 Mon Sep 17 00:00:00 2001 From: korbinian90 Date: Wed, 27 Nov 2024 10:32:22 +0100 Subject: [PATCH] add phase var for B0 weighting --- ext/RomeoApp/argparse.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/RomeoApp/argparse.jl b/ext/RomeoApp/argparse.jl index 161ff06..e0ece07 100644 --- a/ext/RomeoApp/argparse.jl +++ b/ext/RomeoApp/argparse.jl @@ -57,7 +57,7 @@ function getargs(args::AbstractVector, version) nargs = '?' constant = "B0" "--B0-phase-weighting" - help = """phase_snr | average | TEs | mag | simulated_mag + help = """phase_snr | phase_var | average | TEs | mag | simulated_mag Set the weighting for the B0 calculation.""" default = "phase_snr" "--phase-offset-correction"