Skip to content
Snippets Groups Projects
Commit 60eea6ca authored by Matthew Webster's avatar Matthew Webster
Browse files

BF: Original paths/files don't exist in our datasets

parent 5ec6bbca
No related branches found
No related tags found
No related merge requests found
Pipeline #25806 skipped
......@@ -19,11 +19,11 @@ def main():
fsldir = Path(os.environ['FSLDIR'])
outdir = Path(sys.argv[1])
indir = Path(sys.argv[2])/'fsl_course_data'/'fdt2'
dyads = indir/'diffusion.bedpostX'/'dyads1.nii.gz'
dyads = indir/'subj1.bedpostX'/'dyads1.nii.gz'
std = fsldir/'data'/'standard'/'MNI152_T1_2mm.nii.gz'
str2std = indir/'diffusion.bedpostX'/'xfms'/'str2standard.mat'
diff2str = indir/'structural'/'xfms'/'diff2str.mat'
diff2std_warp = indir/'structural'/'xfms'/'diff2standard_warp.nii.gz'
str2std = indir/'subj1.bedpostX'/'xfms'/'str2standard.mat'
diff2str = indir/'subj1.bedpostX'/'xfms'/'diff2str.mat'
diff2std_warp = indir/'subj1.bedpostX'/'xfms'/'diff2standard_warp.nii.gz'
# Create diff2std/std2diff affines
std2diff = outdir/'std2diff.mat'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment