Skip to content

Commit

Permalink
add phase var for B0 weighting
Browse files Browse the repository at this point in the history
  • Loading branch information
korbinian90 committed Nov 27, 2024
1 parent eaff70a commit 1f3e88e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/RomeoApp/argparse.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 1f3e88e

Please sign in to comment.