Skip to content

Commit

Permalink
changes to include newcastle phantom mean data
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicDorval committed Oct 16, 2023
1 parent 15b4305 commit 3ba161f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions limri/workflows/normalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,14 @@ def li2mninorm(li2mni_file, mask_file, outdir, ref_value=None,
path to the Li image.
li2mniref_file: str
path to the reference Li image.
ref_val: int
ref_value: int
reference value of phantom intensity for the corresponding site.
mask_file: str
the brain mask image.
outdir: str
path to the destination folder.
norm: str, default 'hist'
the normalization method.
the normalization method, can be: hist, minmax, mean.
"""
print_title("Load data...")
li2mni = nibabel.load(li2mni_file)
Expand Down

0 comments on commit 3ba161f

Please sign in to comment.