Skip to content

Commit

Permalink
Use same standard brain as Matlab OSL.
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohil8 committed Feb 14, 2024
1 parent 80c6970 commit 8d7927b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions osl/source_recon/rhino/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def get_rhino_files(subjects_dir, subject):
"bet_outskin_plus_nose_mesh_file": op.join(surfaces_dir, "outskin_plus_nose_mesh.nii.gz"),
"bet_inskull_mesh_file": op.join(surfaces_dir, "inskull_mesh.nii.gz"),
"bet_outskull_mesh_file": op.join(surfaces_dir, "outskull_mesh.nii.gz"),
"std_brain": op.join(os.environ["FSLDIR"], "data", "standard", "MNI152_T1_1mm_brain.nii.gz"),
"std_brain": op.join(os.environ["FSLDIR"], "data", "standard", "MNI152_T1_1mm.nii.gz"),
"std_brain_bigfov": op.join(os.environ["FSLDIR"], "data", "standard", "MNI152_T1_1mm_BigFoV_facemask.nii.gz"),
"completed": op.join(surfaces_dir, "completed.txt"),
}
Expand Down Expand Up @@ -119,7 +119,7 @@ def get_rhino_files(subjects_dir, subject):
"bet_outskin_plus_nose_mesh_file": op.join(coreg_dir, "scaled_outskin_plus_nose_mesh.nii.gz"),
"bet_inskull_mesh_file": op.join(coreg_dir, "scaled_inskull_mesh.nii.gz"),
"bet_outskull_mesh_file": op.join(coreg_dir, "scaled_outskull_mesh.nii.gz"),
"std_brain": op.join(os.environ["FSLDIR"], "data", "standard", "MNI152_T1_1mm_brain.nii.gz"),
"std_brain": op.join(os.environ["FSLDIR"], "data", "standard", "MNI152_T1_1mm.nii.gz"),
}

# All RHINO files
Expand Down

0 comments on commit 8d7927b

Please sign in to comment.