aramis-lab / clinica

Software platform for clinical neuroimaging studies
http://www.clinica.run/
Other
217 stars 72 forks source link

FileNotFoundError:lh.white_exp-007' #1103

Open Luoyu-Wang opened 3 months ago

Luoyu-Wang commented 3 months ago

Hello everyone,

I'm currently facing an issue with Clinica 0.7.7 on Ubuntu 22.04 using a conda environment. I have successfully completed the t1-freesurfer pipeline with Freesurfer 7.4.1. However, when I attempt to run the pet-surface pipeline with the following command:

clinica run pet-surface BIDS CAPS_SURF 18FFDG pons2 psf.tsv

the process crashes unexpectedly. I've ensured that all the necessary input files are in place and the paths are correctly specified. Can anyone provide insights or suggestions on what might be causing this crash or how to resolve it? Any help would be greatly appreciated!

Thank you in advance for your support and assistance.

 Traceback (most recent call last):

  File "/home/wly/anaconda3/envs/clinicaEnv/bin/clinica", line 8, in <module>

    sys.exit(main())

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/clinica/cmdline.py", line 92, in main

    cli()

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/click/core.py", line 1157, in __call__

    return self.main(*args, **kwargs)

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/click/core.py", line 1078, in main

    rv = self.invoke(ctx)

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/click/core.py", line 1688, in invoke

    return _process_result(sub_ctx.command.invoke(sub_ctx))

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/click/core.py", line 1688, in invoke

    return _process_result(sub_ctx.command.invoke(sub_ctx))

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/click/core.py", line 1434, in invoke

    return ctx.invoke(self.callback, **ctx.params)

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/click/core.py", line 783, in invoke

    return __callback(*args, **kwargs)

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/clinica/pipelines/pet_surface/pet_surface_cli.py", line 77, in cli

    pipeline.run(plugin="MultiProc", plugin_args={"n_procs": n_procs})

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/clinica/pipelines/engine.py", line 353, in run

    raise e

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/clinica/pipelines/engine.py", line 334, in run

    exec_graph = Workflow.run(self, plugin, plugin_args, update_hash)

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/pipeline/engine/workflows.py", line 638, in run

    runner.run(execgraph, updatehash=updatehash, config=self.config)

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/pipeline/plugins/base.py", line 166, in run

    self._clean_queue(jobid, graph, result=result)

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/pipeline/plugins/base.py", line 244, in _clean_queue

    raise RuntimeError("".join(result["traceback"]))

RuntimeError: Traceback (most recent call last):

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/pipeline/plugins/multiproc.py", line 67, in run_node

    result["result"] = node.run(updatehash=updatehash)

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 524, in run

    result = self._run_interface(execute=True)

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 642, in _run_interface

    return self._run_command(execute)

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 750, in _run_command

    raise NodeExecutionError(

nipype.pipeline.engine.nodes.NodeExecutionError: Exception raised while executing Node _full_pipeline_mapnode1.

Traceback (most recent call last):

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/interfaces/base/core.py", line 398, in run

    runtime = self._run_interface(runtime)

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/interfaces/utility/wrappers.py", line 142, in _run_interface

    out = function_handle(**args)

  File "<string>", line 548, in get_wf

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/pipeline/engine/workflows.py", line 638, in run

    runner.run(execgraph, updatehash=updatehash, config=self.config)

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 82, in run

    raise error from cause

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/pipeline/plugins/linear.py", line 47, in run

    node.run(updatehash=updatehash)

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 524, in run

    result = self._run_interface(execute=True)

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 642, in _run_interface

    return self._run_command(execute)

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/pipeline/engine/nodes.py", line 750, in _run_command

    raise NodeExecutionError(

nipype.pipeline.engine.nodes.NodeExecutionError: Exception raised while executing Node mris_expand_white.

Traceback (most recent call last):

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/shutil.py", line 816, in move

    os.rename(src, real_dst)

FileNotFoundError: [Errno 2] No such file or directory: '/home/wly/data/pip_ZS_PET3/CAPS/subjects/sub-S0002/ses-1/t1/freesurfer_cross_sectional/sub-S0002_ses-1/surf/lh.white_exp-007' -> '/tmp/tmp5sc_ubhj/pet-surface/sub_S0002_ses_1/_hemi_lh/mris_expand_white/lh.white_exp-007'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/interfaces/base/core.py", line 398, in run

    runtime = self._run_interface(runtime)

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/site-packages/nipype/interfaces/utility/wrappers.py", line 142, in _run_interface

    out = function_handle(**args)

  File "<string>", line 49, in mris_expand

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/shutil.py", line 836, in move

    copy_function(src, real_dst)

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/shutil.py", line 434, in copy2

    copyfile(src, dst, follow_symlinks=follow_symlinks)

  File "/home/wly/anaconda3/envs/clinicaEnv/lib/python3.10/shutil.py", line 254, in copyfile

    with open(src, 'rb') as fsrc:

FileNotFoundError: [Errno 2] No such file or directory: '/home/wly/data/pip_ZS_PET3/CAPS/subjects/sub-S0002/ses-1/t1/freesurfer_cross_sectional/sub-S0002_ses-1/surf/lh.white_exp-007'
NicolasGensollen commented 3 months ago

Hi @Luoyu-Wang

Thanks for reporting. Could you provide the content of the BIDS and CAPS folders you're providing to the pet-surface pipeline ? For example by doing a tree from these folders.

Luoyu-Wang commented 3 months ago

Absolutely, I’d be happy to provide the directory structures for the BIDS and CAPS folders. BIDS ├── sub-S0001 │   └── ses-1 │   ├── anat │   │   ├── sub-S0001_ses-1_T1w.json │   │   └── sub-S0001_ses-1_T1w.nii.gz │   └── pet │   ├── sub-S0001_ses-1_trc-18FFDG_pet.json │   └── sub-S0001_ses-1_trc-18FFDG_pet.nii.gz └── sub-S0002 └── ses-1 ├── anat │   ├── sub-S0002_ses-1_T1w.json │   └── sub-S0002_ses-1_T1w.nii.gz └── pet ├── sub-S0002_ses-1_trc-18FFDG_pet.json └── sub-S0002_ses-1_trc-18FFDG_pet.nii.gz

8 directories, 8 files

CAPS/ ├── groups │   └── group-1 │   └── t1 │   ├── group-1_iteration-1_template.nii.gz │   ├── group-1_iteration-2_template.nii.gz │   ├── group-1_iteration-3_template.nii.gz │   ├── group-1_iteration-4_template.nii.gz │   ├── group-1_iteration-5_template.nii.gz │   ├── group-1_iteration-6_template.nii.gz │   └── group-1_template.nii.gz └── subjects ├── sub-S0001 │   └── ses-1 │   ├── pet │   │   └── preprocessing │   │   └── group-1 │   │   ├── atlas_statistics │   │   │   ├── sub-S0001_ses-1_trc-18FFDG_pet_space-AAL2_suvr-pons2_statistics.tsv │   │   │   ├── sub-S0001_ses-1_trc-18FFDG_pet_space-AICHA_suvr-pons2_statistics.tsv │   │   │   ├── sub-S0001_ses-1_trc-18FFDG_pet_space-Hammers_suvr-pons2_statistics.tsv │   │   │   ├── sub-S0001_ses-1_trc-18FFDG_pet_space-LPBA40_suvr-pons2_statistics.tsv │   │   │   └── sub-S0001_ses-1_trc-18FFDG_pet_space-Neuromorphometrics_suvr-pons2_statistics.tsv │   │   ├── sub-S0001_ses-1_T1w_space-Ixi549Space_brainmask.nii.gz │   │   ├── sub-S0001_ses-1_trc-18FFDG_pet_space-Ixi549Space_pet.nii.gz │   │   ├── sub-S0001_ses-1_trc-18FFDG_pet_space-Ixi549Space_suvr-pons2_mask-brain_fwhm-8mm_pet.nii.gz │   │   ├── sub-S0001_ses-1_trc-18FFDG_pet_space-Ixi549Space_suvr-pons2_mask-brain_pet.nii.gz │   │   ├── sub-S0001_ses-1_trc-18FFDG_pet_space-Ixi549Space_suvr-pons2_pet.nii.gz │   │   └── sub-S0001_ses-1_trc-18FFDG_pet_space-T1w_pet.nii.gz │   ├── pet_linear │   │   ├── sub-S0001_ses-1_trc-18FFDG_space-MNI152NLin2009cSym_desc-Crop_res-1x1x1_suvr-pons2_pet.nii.gz │   │   └── sub-S0001_ses-1_trc-18FFDG_space-T1w_rigid.mat │   ├── t1 │   │   ├── freesurfer_cross_sectional │   │   │   ├── regional_measures │   │   │   │   ├── sub-S0001_ses-1_parcellation-ba_area.tsv │   │   │   │   ├── sub-S0001_ses-1_parcellation-ba_meancurv.tsv │   │   │   │   ├── sub-S0001_ses-1_parcellation-ba_thickness.tsv │   │   │   │   ├── sub-S0001_ses-1_parcellation-ba_volume.tsv │   │   │   │   ├── sub-S0001_ses-1_parcellation-desikan_area.tsv │   │   │   │   ├── sub-S0001_ses-1_parcellation-desikan_meancurv.tsv │   │   │   │   ├── sub-S0001_ses-1_parcellation-desikan_thickness.tsv │   │   │   │   ├── sub-S0001_ses-1_parcellation-desikan_volume.tsv │   │   │   │   ├── sub-S0001_ses-1_parcellation-destrieux_area.tsv │   │   │   │   ├── sub-S0001_ses-1_parcellation-destrieux_meancurv.tsv │   │   │   │   ├── sub-S0001_ses-1_parcellation-destrieux_thickness.tsv │   │   │   │   ├── sub-S0001_ses-1_parcellation-destrieux_volume.tsv │   │   │   │   ├── sub-S0001_ses-1_parcellation-wm_volume.tsv │   │   │   │   └── sub-S0001_ses-1_segmentationVolumes.tsv │   │   │   └── sub-S0001_ses-1 │   │   │   ├── label │   │   │   │   ├── aparc.annot.a2009s.ctab │   │   │   │   ├── aparc.annot.ctab │   │   │   │   ├── aparc.annot.DKTatlas.ctab │   │   │   │   ├── BA_exvivo.ctab │   │   │   │   ├── BA_exvivo.thresh.ctab │   │   │   │   ├── lh.aparc.a2009s.annot │   │   │   │   ├── lh.aparc.annot │   │   │   │   ├── lh.aparc.DKTatlas.annot │   │   │   │   ├── lh.BA1_exvivo.label │   │   │   │   ├── lh.BA1_exvivo.thresh.label │   │   │   │   ├── lh.BA2_exvivo.label │   │   │   │   ├── lh.BA2_exvivo.thresh.label │   │   │   │   ├── lh.BA3a_exvivo.label │   │   │   │   ├── lh.BA3a_exvivo.thresh.label │   │   │   │   ├── lh.BA3b_exvivo.label │   │   │   │   ├── lh.BA3b_exvivo.thresh.label │   │   │   │   ├── lh.BA44_exvivo.label │   │   │   │   ├── lh.BA44_exvivo.thresh.label │   │   │   │   ├── lh.BA45_exvivo.label │   │   │   │   ├── lh.BA45_exvivo.thresh.label │   │   │   │   ├── lh.BA4a_exvivo.label │   │   │   │   ├── lh.BA4a_exvivo.thresh.label │   │   │   │   ├── lh.BA4p_exvivo.label │   │   │   │   ├── lh.BA4p_exvivo.thresh.label │   │   │   │   ├── lh.BA6_exvivo.label │   │   │   │   ├── lh.BA6_exvivo.thresh.label │   │   │   │   ├── lh.BA_exvivo.annot │   │   │   │   ├── lh.BA_exvivo.thresh.annot │   │   │   │   ├── lh.cortex+hipamyg.label │   │   │   │   ├── lh.cortex.label │   │   │   │   ├── lh.entorhinal_exvivo.label │   │   │   │   ├── lh.entorhinal_exvivo.thresh.label │   │   │   │   ├── lh.FG1.mpm.vpnl.label │   │   │   │   ├── lh.FG2.mpm.vpnl.label │   │   │   │   ├── lh.FG3.mpm.vpnl.label │   │   │   │   ├── lh.FG4.mpm.vpnl.label │   │   │   │   ├── lh.hOc1.mpm.vpnl.label │   │   │   │   ├── lh.hOc2.mpm.vpnl.label │   │   │   │   ├── lh.hOc3v.mpm.vpnl.label │   │   │   │   ├── lh.hOc4v.mpm.vpnl.label │   │   │   │   ├── lh.mpm.vpnl.annot │   │   │   │   ├── lh.MT_exvivo.label │   │   │   │   ├── lh.MT_exvivo.thresh.label │   │   │   │   ├── lh.nofix.cortex.label │   │   │   │   ├── lh.perirhinal_exvivo.label │   │   │   │   ├── lh.perirhinal_exvivo.thresh.label │   │   │   │   ├── lh.V1_exvivo.label │   │   │   │   ├── lh.V1_exvivo.thresh.label │   │   │   │   ├── lh.V2_exvivo.label │   │   │   │   ├── lh.V2_exvivo.thresh.label │   │   │   │   ├── rh.aparc.a2009s.annot │   │   │   │   ├── rh.aparc.annot │   │   │   │   ├── rh.aparc.DKTatlas.annot │   │   │   │   ├── rh.BA1_exvivo.label │   │   │   │   ├── rh.BA1_exvivo.thresh.label │   │   │   │   ├── rh.BA2_exvivo.label │   │   │   │   ├── rh.BA2_exvivo.thresh.label │   │   │   │   ├── rh.BA3a_exvivo.label │   │   │   │   ├── rh.BA3a_exvivo.thresh.label │   │   │   │   ├── rh.BA3b_exvivo.label │   │   │   │   ├── rh.BA3b_exvivo.thresh.label │   │   │   │   ├── rh.BA44_exvivo.label │   │   │   │   ├── rh.BA44_exvivo.thresh.label │   │   │   │   ├── rh.BA45_exvivo.label │   │   │   │   ├── rh.BA45_exvivo.thresh.label │   │   │   │   ├── rh.BA4a_exvivo.label │   │   │   │   ├── rh.BA4a_exvivo.thresh.label │   │   │   │   ├── rh.BA4p_exvivo.label │   │   │   │   ├── rh.BA4p_exvivo.thresh.label │   │   │   │   ├── rh.BA6_exvivo.label │   │   │   │   ├── rh.BA6_exvivo.thresh.label │   │   │   │   ├── rh.BA_exvivo.annot │   │   │   │   ├── rh.BA_exvivo.thresh.annot │   │   │   │   ├── rh.cortex+hipamyg.label │   │   │   │   ├── rh.cortex.label │   │   │   │   ├── rh.entorhinal_exvivo.label │   │   │   │   ├── rh.entorhinal_exvivo.thresh.label │   │   │   │   ├── rh.FG1.mpm.vpnl.label │   │   │   │   ├── rh.FG2.mpm.vpnl.label │   │   │   │   ├── rh.FG3.mpm.vpnl.label │   │   │   │   ├── rh.FG4.mpm.vpnl.label │   │   │   │   ├── rh.hOc1.mpm.vpnl.label │   │   │   │   ├── rh.hOc2.mpm.vpnl.label │   │   │   │   ├── rh.hOc3v.mpm.vpnl.label │   │   │   │   ├── rh.hOc4v.mpm.vpnl.label │   │   │   │   ├── rh.mpm.vpnl.annot │   │   │   │   ├── rh.MT_exvivo.label │   │   │   │   ├── rh.MT_exvivo.thresh.label │   │   │   │   ├── rh.nofix.cortex.label │   │   │   │   ├── rh.perirhinal_exvivo.label │   │   │   │   ├── rh.perirhinal_exvivo.thresh.label │   │   │   │   ├── rh.V1_exvivo.label │   │   │   │   ├── rh.V1_exvivo.thresh.label │   │   │   │   ├── rh.V2_exvivo.label │   │   │   │   └── rh.V2_exvivo.thresh.label │   │   │   ├── mri │   │   │   │   ├── antsdn.brain.mgz │   │   │   │   ├── aparc.a2009s+aseg.mgz │   │   │   │   ├── aparc+aseg.mgz │   │   │   │   ├── aparc.DKTatlas+aseg.mgz │   │   │   │   ├── apas+head.mgz │   │   │   │   ├── aseg.auto.mgz │   │   │   │   ├── aseg.auto_noCCseg.label_intensities.txt │   │   │   │   ├── aseg.auto_noCCseg.mgz │   │   │   │   ├── aseg.mgz │   │   │   │   ├── aseg.presurf.hypos.mgz │   │   │   │   ├── aseg.presurf.mgz │   │   │   │   ├── brain.finalsurfs.manedit.mgz │   │   │   │   ├── brain.finalsurfs.mgz │   │   │   │   ├── brainmask.auto.mgz │   │   │   │   ├── brainmask.mgz │   │   │   │   ├── brain.mgz │   │   │   │   ├── ctrl_pts.mgz │   │   │   │   ├── filled.auto.mgz │   │   │   │   ├── filled.mgz │   │   │   │   ├── gtmseg.mgz │   │   │   │   ├── lh.ribbon.mgz │   │   │   │   ├── mri_nu_correct.mni.log │   │   │   │   ├── mri_nu_correct.mni.log.bak │   │   │   │   ├── norm.mgz │   │   │   │   ├── nu.mgz │   │   │   │   ├── orig │   │   │   │   │   └── 001.mgz │   │   │   │   ├── orig.mgz │   │   │   │   ├── orig_nu.mgz │   │   │   │   ├── rawavg.mgz │   │   │   │   ├── rh.ribbon.mgz │   │   │   │   ├── ribbon.mgz │   │   │   │   ├── segment.dat │   │   │   │   ├── surface.defects.mgz │   │   │   │   ├── T1.mgz │   │   │   │   ├── talairach.label_intensities.txt │   │   │   │   ├── talairach.log │   │   │   │   ├── talairach_with_skull.log │   │   │   │   ├── transforms │   │   │   │   │   ├── bak │   │   │   │   │   ├── cc_up.lta │   │   │   │   │   ├── talairach.auto.xfm │   │   │   │   │   ├── talairach.auto.xfm.lta │   │   │   │   │   ├── talairach_avi.log │   │   │   │   │   ├── talairach_avi_QA.log │   │   │   │   │   ├── talairach.lta │   │   │   │   │   ├── talairach.m3z │   │   │   │   │   ├── talairach_with_skull.lta │   │   │   │   │   ├── talairach.xfm │   │   │   │   │   ├── talairach.xfm.lta │   │   │   │   │   └── talsrcimg_to_711-2C_as_mni_average_305_t4_vox2vox.txt │   │   │   │   ├── wm.asegedit.mgz │   │   │   │   ├── wm.mgz │   │   │   │   ├── wmparc.mgz │   │   │   │   └── wm.seg.mgz │   │   │   ├── scripts │   │   │   │   ├── build-stamp.txt │   │   │   │   ├── defect2seg.log │   │   │   │   ├── gtmseg.mgz.log │   │   │   │   ├── lastcall.build-stamp.txt │   │   │   │   ├── patchdir.txt │   │   │   │   ├── pctsurfcon.log │   │   │   │   ├── pctsurfcon.log.old │   │   │   │   ├── ponscc.cut.log │   │   │   │   ├── recon-all.cmd │   │   │   │   ├── recon-all.done │   │   │   │   ├── recon-all.env │   │   │   │   ├── recon-all.local-copy │   │   │   │   ├── recon-all.log │   │   │   │   ├── recon-all-status.log │   │   │   │   ├── recon-config.yaml │   │   │   │   ├── unknown-args.txt │   │   │   │   └── xcerebralseg.log │   │   │   ├── stats │   │   │   │   ├── apas+head.stats │   │   │   │   ├── aseg.stats │   │   │   │   ├── brainvol.stats │   │   │   │   ├── lh.aparc.a2009s.stats │   │   │   │   ├── lh.aparc.DKTatlas.stats │   │   │   │   ├── lh.aparc.pial.stats │   │   │   │   ├── lh.aparc.stats │   │   │   │   ├── lh.BA_exvivo.stats │   │   │   │   ├── lh.BA_exvivo.thresh.stats │   │   │   │   ├── lh.curv.stats │   │   │   │   ├── lh.w-g.pct.stats │   │   │   │   ├── rh.aparc.a2009s.stats │   │   │   │   ├── rh.aparc.DKTatlas.stats │   │   │   │   ├── rh.aparc.pial.stats │   │   │   │   ├── rh.aparc.stats │   │   │   │   ├── rh.BA_exvivo.stats │   │   │   │   ├── rh.BA_exvivo.thresh.stats │   │   │   │   ├── rh.curv.stats │   │   │   │   ├── rh.w-g.pct.stats │   │   │   │   └── wmparc.stats │   │   │   ├── surf │   │   │   │   ├── autodet.gw.stats.lh.dat │   │   │   │   ├── autodet.gw.stats.rh.dat │   │   │   │   ├── lh.area │   │   │   │   ├── lh.area.fsaverage.mgh │   │   │   │   ├── lh.area.fsaverage.mris_preproc.log │   │   │   │   ├── lh.area.fwhm0.fsaverage.mgh │   │   │   │   ├── lh.area.fwhm10.fsaverage.mgh │   │   │   │   ├── lh.area.fwhm15.fsaverage.mgh │   │   │   │   ├── lh.area.fwhm20.fsaverage.mgh │   │   │   │   ├── lh.area.fwhm25.fsaverage.mgh │   │   │   │   ├── lh.area.fwhm5.fsaverage.mgh │   │   │   │   ├── lh.area.mid │   │   │   │   ├── lh.area.pial │   │   │   │   ├── lh.area.pial.fsaverage.mgh │   │   │   │   ├── lh.area.pial.fsaverage.mris_preproc.log │   │   │   │   ├── lh.area.pial.fwhm0.fsaverage.mgh │   │   │   │   ├── lh.area.pial.fwhm10.fsaverage.mgh │   │   │   │   ├── lh.area.pial.fwhm15.fsaverage.mgh │   │   │   │   ├── lh.area.pial.fwhm20.fsaverage.mgh │   │   │   │   ├── lh.area.pial.fwhm25.fsaverage.mgh │   │   │   │   ├── lh.area.pial.fwhm5.fsaverage.mgh │   │   │   │   ├── lh.avg_curv │   │   │   │   ├── lh.curv │   │   │   │   ├── lh.curv.fsaverage.mgh │   │   │   │   ├── lh.curv.fsaverage.mris_preproc.log │   │   │   │   ├── lh.curv.fwhm0.fsaverage.mgh │   │   │   │   ├── lh.curv.fwhm10.fsaverage.mgh │   │   │   │   ├── lh.curv.fwhm15.fsaverage.mgh │   │   │   │   ├── lh.curv.fwhm20.fsaverage.mgh │   │   │   │   ├── lh.curv.fwhm25.fsaverage.mgh │   │   │   │   ├── lh.curv.fwhm5.fsaverage.mgh │   │   │   │   ├── lh.curv.pial │   │   │   │   ├── lh.defect_borders │   │   │   │   ├── lh.defect_chull │   │   │   │   ├── lh.defect_labels │   │   │   │   ├── lh.defects.pointset │   │   │   │   ├── lh.fsaverage.sphere.reg -> lh.sphere.reg │   │   │   │   ├── lh.inflated │   │   │   │   ├── lh.inflated.H │   │   │   │   ├── lh.inflated.K │   │   │   │   ├── lh.inflated.nofix │   │   │   │   ├── lh.jacobian_white │   │   │   │   ├── lh.jacobian_white.fsaverage.mgh │   │   │   │   ├── lh.jacobian_white.fsaverage.mris_preproc.log │   │   │   │   ├── lh.jacobian_white.fwhm0.fsaverage.mgh │   │   │   │   ├── lh.jacobian_white.fwhm10.fsaverage.mgh │   │   │   │   ├── lh.jacobian_white.fwhm15.fsaverage.mgh │   │   │   │   ├── lh.jacobian_white.fwhm20.fsaverage.mgh │   │   │   │   ├── lh.jacobian_white.fwhm25.fsaverage.mgh │   │   │   │   ├── lh.jacobian_white.fwhm5.fsaverage.mgh │   │   │   │   ├── lh.orig │   │   │   │   ├── lh.orig.nofix │   │   │   │   ├── lh.orig.premesh │   │   │   │   ├── lh.pial -> lh.pial.T1 │   │   │   │   ├── lh.pial.T1 │   │   │   │   ├── lh.qsphere.nofix │   │   │   │   ├── lh.smoothwm │   │   │   │   ├── lh.smoothwm.BE.crv │   │   │   │   ├── lh.smoothwm.C.crv │   │   │   │   ├── lh.smoothwm.FI.crv │   │   │   │   ├── lh.smoothwm.H.crv │   │   │   │   ├── lh.smoothwm.K1.crv │   │   │   │   ├── lh.smoothwm.K2.crv │   │   │   │   ├── lh.smoothwm.K.crv │   │   │   │   ├── lh.smoothwm.nofix │   │   │   │   ├── lh.smoothwm.S.crv │   │   │   │   ├── lh.sphere │   │   │   │   ├── lh.sphere.reg │   │   │   │   ├── lh.sulc │   │   │   │   ├── lh.sulc.fsaverage.mgh │   │   │   │   ├── lh.sulc.fsaverage.mris_preproc.log │   │   │   │   ├── lh.sulc.fwhm0.fsaverage.mgh │   │   │   │   ├── lh.sulc.fwhm10.fsaverage.mgh │   │   │   │   ├── lh.sulc.fwhm15.fsaverage.mgh │   │   │   │   ├── lh.sulc.fwhm20.fsaverage.mgh │   │   │   │   ├── lh.sulc.fwhm25.fsaverage.mgh │   │   │   │   ├── lh.sulc.fwhm5.fsaverage.mgh │   │   │   │   ├── lh.thickness │   │   │   │   ├── lh.thickness.fsaverage.mgh │   │   │   │   ├── lh.thickness.fsaverage.mris_preproc.log │   │   │   │   ├── lh.thickness.fwhm0.fsaverage.mgh │   │   │   │   ├── lh.thickness.fwhm10.fsaverage.mgh │   │   │   │   ├── lh.thickness.fwhm15.fsaverage.mgh │   │   │   │   ├── lh.thickness.fwhm20.fsaverage.mgh │   │   │   │   ├── lh.thickness.fwhm25.fsaverage.mgh │   │   │   │   ├── lh.thickness.fwhm5.fsaverage.mgh │   │   │   │   ├── lh.volume │   │   │   │   ├── lh.volume.fsaverage.mgh │   │   │   │   ├── lh.volume.fsaverage.mris_preproc.log │   │   │   │   ├── lh.volume.fwhm0.fsaverage.mgh │   │   │   │   ├── lh.volume.fwhm10.fsaverage.mgh │   │   │   │   ├── lh.volume.fwhm15.fsaverage.mgh │   │   │   │   ├── lh.volume.fwhm20.fsaverage.mgh │   │   │   │   ├── lh.volume.fwhm25.fsaverage.mgh │   │   │   │   ├── lh.volume.fwhm5.fsaverage.mgh │   │   │   │   ├── lh.w-g.pct.mgh │   │   │   │   ├── lh.w-g.pct.mgh.fsaverage.mgh │   │   │   │   ├── lh.w-g.pct.mgh.fsaverage.mris_preproc.log │   │   │   │   ├── lh.w-g.pct.mgh.fwhm0.fsaverage.mgh │   │   │   │   ├── lh.w-g.pct.mgh.fwhm10.fsaverage.mgh │   │   │   │   ├── lh.w-g.pct.mgh.fwhm15.fsaverage.mgh │   │   │   │   ├── lh.w-g.pct.mgh.fwhm20.fsaverage.mgh │   │   │   │   ├── lh.w-g.pct.mgh.fwhm25.fsaverage.mgh │   │   │   │   ├── lh.w-g.pct.mgh.fwhm5.fsaverage.mgh │   │   │   │   ├── lh.white │   │   │   │   ├── lh.white.H -> lh.white.preaparc.H │   │   │   │   ├── lh.white.H.fsaverage.mgh │   │   │   │   ├── lh.white.H.fsaverage.mris_preproc.log │   │   │   │   ├── lh.white.H.fwhm0.fsaverage.mgh │   │   │   │   ├── lh.white.H.fwhm10.fsaverage.mgh │   │   │   │   ├── lh.white.H.fwhm15.fsaverage.mgh │   │   │   │   ├── lh.white.H.fwhm20.fsaverage.mgh │   │   │   │   ├── lh.white.H.fwhm25.fsaverage.mgh │   │   │   │   ├── lh.white.H.fwhm5.fsaverage.mgh │   │   │   │   ├── lh.white.K -> lh.white.preaparc.K │   │   │   │   ├── lh.white.K.fsaverage.mgh │   │   │   │   ├── lh.white.K.fsaverage.mris_preproc.log │   │   │   │   ├── lh.white.K.fwhm0.fsaverage.mgh │   │   │   │   ├── lh.white.K.fwhm10.fsaverage.mgh │   │   │   │   ├── lh.white.K.fwhm15.fsaverage.mgh │   │   │   │   ├── lh.white.K.fwhm20.fsaverage.mgh │   │   │   │   ├── lh.white.K.fwhm25.fsaverage.mgh │   │   │   │   ├── lh.white.K.fwhm5.fsaverage.mgh │   │   │   │   ├── lh.white.preaparc │   │   │   │   ├── lh.white.preaparc.H │   │   │   │   ├── lh.white.preaparc.K │   │   │   │   ├── rh.area │   │   │   │   ├── rh.area.fsaverage.mgh │   │   │   │   ├── rh.area.fsaverage.mris_preproc.log │   │   │   │   ├── rh.area.fwhm0.fsaverage.mgh │   │   │   │   ├── rh.area.fwhm10.fsaverage.mgh │   │   │   │   ├── rh.area.fwhm15.fsaverage.mgh │   │   │   │   ├── rh.area.fwhm20.fsaverage.mgh │   │   │   │   ├── rh.area.fwhm25.fsaverage.mgh │   │   │   │   ├── rh.area.fwhm5.fsaverage.mgh │   │   │   │   ├── rh.area.mid │   │   │   │   ├── rh.area.pial │   │   │   │   ├── rh.area.pial.fsaverage.mgh │   │   │   │   ├── rh.area.pial.fsaverage.mris_preproc.log │   │   │   │   ├── rh.area.pial.fwhm0.fsaverage.mgh │   │   │   │   ├── rh.area.pial.fwhm10.fsaverage.mgh │   │   │   │   ├── rh.area.pial.fwhm15.fsaverage.mgh │   │   │   │   ├── rh.area.pial.fwhm20.fsaverage.mgh │   │   │   │   ├── rh.area.pial.fwhm25.fsaverage.mgh │   │   │   │   ├── rh.area.pial.fwhm5.fsaverage.mgh │   │   │   │   ├── rh.avg_curv │   │   │   │   ├── rh.curv │   │   │   │   ├── rh.curv.fsaverage.mgh │   │   │   │   ├── rh.curv.fsaverage.mris_preproc.log │   │   │   │   ├── rh.curv.fwhm0.fsaverage.mgh │   │   │   │   ├── rh.curv.fwhm10.fsaverage.mgh │   │   │   │   ├── rh.curv.fwhm15.fsaverage.mgh │   │   │   │   ├── rh.curv.fwhm20.fsaverage.mgh │   │   │   │   ├── rh.curv.fwhm25.fsaverage.mgh │   │   │   │   ├── rh.curv.fwhm5.fsaverage.mgh │   │   │   │   ├── rh.curv.pial │   │   │   │   ├── rh.defect_borders │   │   │   │   ├── rh.defect_chull │   │   │   │   ├── rh.defect_labels │   │   │   │   ├── rh.defects.pointset │   │   │   │   ├── rh.fsaverage.sphere.reg -> rh.sphere.reg │   │   │   │   ├── rh.inflated │   │   │   │   ├── rh.inflated.H │   │   │   │   ├── rh.inflated.K │   │   │   │   ├── rh.inflated.nofix │   │   │   │   ├── rh.jacobian_white │   │   │   │   ├── rh.jacobian_white.fsaverage.mgh │   │   │   │   ├── rh.jacobian_white.fsaverage.mris_preproc.log │   │   │   │   ├── rh.jacobian_white.fwhm0.fsaverage.mgh │   │   │   │   ├── rh.jacobian_white.fwhm10.fsaverage.mgh │   │   │   │   ├── rh.jacobian_white.fwhm15.fsaverage.mgh │   │   │   │   ├── rh.jacobian_white.fwhm20.fsaverage.mgh │   │   │   │   ├── rh.jacobian_white.fwhm25.fsaverage.mgh │   │   │   │   ├── rh.jacobian_white.fwhm5.fsaverage.mgh │   │   │   │   ├── rh.orig │   │   │   │   ├── rh.orig.nofix │   │   │   │   ├── rh.orig.premesh │   │   │   │   ├── rh.pial -> rh.pial.T1 │   │   │   │   ├── rh.pial.T1 │   │   │   │   ├── rh.qsphere.nofix │   │   │   │   ├── rh.smoothwm │   │   │   │   ├── rh.smoothwm.BE.crv │   │   │   │   ├── rh.smoothwm.C.crv │   │   │   │   ├── rh.smoothwm.FI.crv │   │   │   │   ├── rh.smoothwm.H.crv │   │   │   │   ├── rh.smoothwm.K1.crv │   │   │   │   ├── rh.smoothwm.K2.crv │   │   │   │   ├── rh.smoothwm.K.crv │   │   │   │   ├── rh.smoothwm.nofix │   │   │   │   ├── rh.smoothwm.S.crv │   │   │   │   ├── rh.sphere │   │   │   │   ├── rh.sphere.reg │   │   │   │   ├── rh.sulc │   │   │   │   ├── rh.sulc.fsaverage.mgh │   │   │   │   ├── rh.sulc.fsaverage.mris_preproc.log │   │   │   │   ├── rh.sulc.fwhm0.fsaverage.mgh │   │   │   │   ├── rh.sulc.fwhm10.fsaverage.mgh │   │   │   │   ├── rh.sulc.fwhm15.fsaverage.mgh │   │   │   │   ├── rh.sulc.fwhm20.fsaverage.mgh │   │   │   │   ├── rh.sulc.fwhm25.fsaverage.mgh │   │   │   │   ├── rh.sulc.fwhm5.fsaverage.mgh │   │   │   │   ├── rh.thickness │   │   │   │   ├── rh.thickness.fsaverage.mgh │   │   │   │   ├── rh.thickness.fsaverage.mris_preproc.log │   │   │   │   ├── rh.thickness.fwhm0.fsaverage.mgh │   │   │   │   ├── rh.thickness.fwhm10.fsaverage.mgh │   │   │   │   ├── rh.thickness.fwhm15.fsaverage.mgh │   │   │   │   ├── rh.thickness.fwhm20.fsaverage.mgh │   │   │   │   ├── rh.thickness.fwhm25.fsaverage.mgh │   │   │   │   ├── rh.thickness.fwhm5.fsaverage.mgh │   │   │   │   ├── rh.volume │   │   │   │   ├── rh.volume.fsaverage.mgh │   │   │   │   ├── rh.volume.fsaverage.mris_preproc.log │   │   │   │   ├── rh.volume.fwhm0.fsaverage.mgh │   │   │   │   ├── rh.volume.fwhm10.fsaverage.mgh │   │   │   │   ├── rh.volume.fwhm15.fsaverage.mgh │   │   │   │   ├── rh.volume.fwhm20.fsaverage.mgh │   │   │   │   ├── rh.volume.fwhm25.fsaverage.mgh │   │   │   │   ├── rh.volume.fwhm5.fsaverage.mgh │   │   │   │   ├── rh.w-g.pct.mgh │   │   │   │   ├── rh.w-g.pct.mgh.fsaverage.mgh │   │   │   │   ├── rh.w-g.pct.mgh.fsaverage.mris_preproc.log │   │   │   │   ├── rh.w-g.pct.mgh.fwhm0.fsaverage.mgh │   │   │   │   ├── rh.w-g.pct.mgh.fwhm10.fsaverage.mgh │   │   │   │   ├── rh.w-g.pct.mgh.fwhm15.fsaverage.mgh │   │   │   │   ├── rh.w-g.pct.mgh.fwhm20.fsaverage.mgh │   │   │   │   ├── rh.w-g.pct.mgh.fwhm25.fsaverage.mgh │   │   │   │   ├── rh.w-g.pct.mgh.fwhm5.fsaverage.mgh │   │   │   │   ├── rh.white │   │   │   │   ├── rh.white.H -> rh.white.preaparc.H │   │   │   │   ├── rh.white.H.fsaverage.mgh │   │   │   │   ├── rh.white.H.fsaverage.mris_preproc.log │   │   │   │   ├── rh.white.H.fwhm0.fsaverage.mgh │   │   │   │   ├── rh.white.H.fwhm10.fsaverage.mgh │   │   │   │   ├── rh.white.H.fwhm15.fsaverage.mgh │   │   │   │   ├── rh.white.H.fwhm20.fsaverage.mgh │   │   │   │   ├── rh.white.H.fwhm25.fsaverage.mgh │   │   │   │   ├── rh.white.H.fwhm5.fsaverage.mgh │   │   │   │   ├── rh.white.K -> rh.white.preaparc.K │   │   │   │   ├── rh.white.K.fsaverage.mgh │   │   │   │   ├── rh.white.K.fsaverage.mris_preproc.log │   │   │   │   ├── rh.white.K.fwhm0.fsaverage.mgh │   │   │   │   ├── rh.white.K.fwhm10.fsaverage.mgh │   │   │   │   ├── rh.white.K.fwhm15.fsaverage.mgh │   │   │   │   ├── rh.white.K.fwhm20.fsaverage.mgh │   │   │   │   ├── rh.white.K.fwhm25.fsaverage.mgh │   │   │   │   ├── rh.white.K.fwhm5.fsaverage.mgh │   │   │   │   ├── rh.white.preaparc │   │   │   │   ├── rh.white.preaparc.H │   │   │   │   └── rh.white.preaparc.K │   │   │   ├── tmp │   │   │   │   └── cw256 │   │   │   ├── touch │   │   │   │   ├── apas2aseg.touch │   │   │   │   ├── asegmerge.touch │   │   │   │   ├── ca_label.touch │   │   │   │   ├── ca_normalize.touch │   │   │   │   ├── ca_register.touch │   │   │   │   ├── conform.touch │   │   │   │   ├── cortical_ribbon.touch │   │   │   │   ├── em_register.touch │   │   │   │   ├── fill.touch │   │   │   │   ├── inorm1.touch │   │   │   │   ├── inorm2.touch │   │   │   │   ├── lh.aparc2.touch │   │   │   │   ├── lh.aparcstats2.touch │   │   │   │   ├── lh.aparcstats3.touch │   │   │   │   ├── lh.aparcstats.touch │   │   │   │   ├── lh.aparc.touch │   │   │   │   ├── lh.area.0.qcache.touch │   │   │   │   ├── lh.area.10.qcache.touch │   │   │   │   ├── lh.area.15.qcache.touch │   │   │   │   ├── lh.area.20.qcache.touch │   │   │   │   ├── lh.area.25.qcache.touch │   │   │   │   ├── lh.area.5.qcache.touch │   │   │   │   ├── lh.area.pial.0.qcache.touch │   │   │   │   ├── lh.area.pial.10.qcache.touch │   │   │   │   ├── lh.area.pial.15.qcache.touch │   │   │   │   ├── lh.area.pial.20.qcache.touch │   │   │   │   ├── lh.area.pial.25.qcache.touch │   │   │   │   ├── lh.area.pial.5.qcache.touch │   │   │   │   ├── lh.autodet.gw.stats.touch │   │   │   │   ├── lh.avgcurv.touch │   │   │   │   ├── lh.cortex+hipamyg.touch │   │   │   │   ├── lh.cortex.touch │   │   │   │   ├── lh.curv.0.qcache.touch │   │   │   │   ├── lh.curv.10.qcache.touch │   │   │   │   ├── lh.curv.15.qcache.touch │   │   │   │   ├── lh.curv.20.qcache.touch │   │   │   │   ├── lh.curv.25.qcache.touch │   │   │   │   ├── lh.curv.5.qcache.touch │   │   │   │   ├── lh.curvstats.touch │   │   │   │   ├── lh.inflate1.touch │   │   │   │   ├── lh.inflate2.touch │   │   │   │   ├── lh.inflate.H.K.touch │   │   │   │   ├── lh.jacobian_white.0.qcache.touch │   │   │   │   ├── lh.jacobian_white.10.qcache.touch │   │   │   │   ├── lh.jacobian_white.15.qcache.touch │   │   │   │   ├── lh.jacobian_white.20.qcache.touch │   │   │   │   ├── lh.jacobian_white.25.qcache.touch │   │   │   │   ├── lh.jacobian_white.5.qcache.touch │   │   │   │   ├── lh.jacobian_white.touch │   │   │   │   ├── lh.pctsurfcon.touch │   │   │   │   ├── lh.pial.touch │   │   │   │   ├── lh.qsphere.touch │   │   │   │   ├── lh.smoothwm1.touch │   │   │   │   ├── lh.smoothwm2.touch │   │   │   │   ├── lh.sphmorph.touch │   │   │   │   ├── lh.sphreg.touch │   │   │   │   ├── lh.sulc.0.qcache.touch │   │   │   │   ├── lh.sulc.10.qcache.touch │   │   │   │   ├── lh.sulc.15.qcache.touch │   │   │   │   ├── lh.sulc.20.qcache.touch │   │   │   │   ├── lh.sulc.25.qcache.touch │   │   │   │   ├── lh.sulc.5.qcache.touch │   │   │   │   ├── lh.tessellate.touch │   │   │   │   ├── lh.thickness.0.qcache.touch │   │   │   │   ├── lh.thickness.10.qcache.touch │   │   │   │   ├── lh.thickness.15.qcache.touch │   │   │   │   ├── lh.thickness.20.qcache.touch │   │   │   │   ├── lh.thickness.25.qcache.touch │   │   │   │   ├── lh.thickness.5.qcache.touch │   │   │   │   ├── lh.topofix.touch │   │   │   │   ├── lh.volume.0.qcache.touch │   │   │   │   ├── lh.volume.10.qcache.touch │   │   │   │   ├── lh.volume.15.qcache.touch │   │   │   │   ├── lh.volume.20.qcache.touch │   │   │   │   ├── lh.volume.25.qcache.touch │   │   │   │   ├── lh.volume.5.qcache.touch │   │   │   │   ├── lh.w-g.pct.mgh.0.qcache.touch │   │   │   │   ├── lh.w-g.pct.mgh.10.qcache.touch │   │   │   │   ├── lh.w-g.pct.mgh.15.qcache.touch │   │   │   │   ├── lh.w-g.pct.mgh.20.qcache.touch │   │   │   │   ├── lh.w-g.pct.mgh.25.qcache.touch │   │   │   │   ├── lh.w-g.pct.mgh.5.qcache.touch │   │   │   │   ├── lh.white.H.0.qcache.touch │   │   │   │   ├── lh.white.H.10.qcache.touch │   │   │   │   ├── lh.white.H.15.qcache.touch │   │   │   │   ├── lh.white.H.20.qcache.touch │   │   │   │   ├── lh.white.H.25.qcache.touch │   │   │   │   ├── lh.white.H.5.qcache.touch │   │   │   │   ├── lh.white.H.K.touch │   │   │   │   ├── lh.white.K.0.qcache.touch │   │   │   │   ├── lh.white.K.10.qcache.touch │   │   │   │   ├── lh.white.K.15.qcache.touch │   │   │   │   ├── lh.white.K.20.qcache.touch │   │   │   │   ├── lh.white.K.25.qcache.touch │   │   │   │   ├── lh.white.K.5.qcache.touch │   │   │   │   ├── lh.white.preaparc.touch │   │   │   │   ├── lh.white.touch │   │   │   │   ├── nu.touch │   │   │   │   ├── relabelhypos.touch │   │   │   │   ├── rh.aparc2.touch │   │   │   │   ├── rh.aparcstats2.touch │   │   │   │   ├── rh.aparcstats3.touch │   │   │   │   ├── rh.aparcstats.touch │   │   │   │   ├── rh.aparc.touch │   │   │   │   ├── rh.area.0.qcache.touch │   │   │   │   ├── rh.area.10.qcache.touch │   │   │   │   ├── rh.area.15.qcache.touch │   │   │   │   ├── rh.area.20.qcache.touch │   │   │   │   ├── rh.area.25.qcache.touch │   │   │   │   ├── rh.area.5.qcache.touch │   │   │   │   ├── rh.area.pial.0.qcache.touch │   │   │   │   ├── rh.area.pial.10.qcache.touch │   │   │   │   ├── rh.area.pial.15.qcache.touch │   │   │   │   ├── rh.area.pial.20.qcache.touch │   │   │   │   ├── rh.area.pial.25.qcache.touch │   │   │   │   ├── rh.area.pial.5.qcache.touch │   │   │   │   ├── rh.autodet.gw.stats.touch │   │   │   │   ├── rh.avgcurv.touch │   │   │   │   ├── rh.cortex+hipamyg.touch │   │   │   │   ├── rh.cortex.touch │   │   │   │   ├── rh.curv.0.qcache.touch │   │   │   │   ├── rh.curv.10.qcache.touch │   │   │   │   ├── rh.curv.15.qcache.touch │   │   │   │   ├── rh.curv.20.qcache.touch │   │   │   │   ├── rh.curv.25.qcache.touch │   │   │   │   ├── rh.curv.5.qcache.touch │   │   │   │   ├── rh.curvstats.touch │   │   │   │   ├── rh.inflate1.touch │   │   │   │   ├── rh.inflate2.touch │   │   │   │   ├── rh.inflate.H.K.touch │   │   │   │   ├── rh.jacobian_white.0.qcache.touch │   │   │   │   ├── rh.jacobian_white.10.qcache.touch │   │   │   │   ├── rh.jacobian_white.15.qcache.touch │   │   │   │   ├── rh.jacobian_white.20.qcache.touch │   │   │   │   ├── rh.jacobian_white.25.qcache.touch │   │   │   │   ├── rh.jacobian_white.5.qcache.touch │   │   │   │   ├── rh.jacobian_white.touch │   │   │   │   ├── rh.pctsurfcon.touch │   │   │   │   ├── rh.pial.touch │   │   │   │   ├── rh.qsphere.touch │   │   │   │   ├── rh.smoothwm1.touch │   │   │   │   ├── rh.smoothwm2.touch │   │   │   │   ├── rh.sphmorph.touch │   │   │   │   ├── rh.sphreg.touch │   │   │   │   ├── rh.sulc.0.qcache.touch │   │   │   │   ├── rh.sulc.10.qcache.touch │   │   │   │   ├── rh.sulc.15.qcache.touch │   │   │   │   ├── rh.sulc.20.qcache.touch │   │   │   │   ├── rh.sulc.25.qcache.touch │   │   │   │   ├── rh.sulc.5.qcache.touch │   │   │   │   ├── rh.tessellate.touch │   │   │   │   ├── rh.thickness.0.qcache.touch │   │   │   │   ├── rh.thickness.10.qcache.touch │   │   │   │   ├── rh.thickness.15.qcache.touch │   │   │   │   ├── rh.thickness.20.qcache.touch │   │   │   │   ├── rh.thickness.25.qcache.touch │   │   │   │   ├── rh.thickness.5.qcache.touch │   │   │   │   ├── rh.topofix.touch │   │   │   │   ├── rh.volume.0.qcache.touch │   │   │   │   ├── rh.volume.10.qcache.touch │   │   │   │   ├── rh.volume.15.qcache.touch │   │   │   │   ├── rh.volume.20.qcache.touch │   │   │   │   ├── rh.volume.25.qcache.touch │   │   │   │   ├── rh.volume.5.qcache.touch │   │   │   │   ├── rh.w-g.pct.mgh.0.qcache.touch │   │   │   │   ├── rh.w-g.pct.mgh.10.qcache.touch │   │   │   │   ├── rh.w-g.pct.mgh.15.qcache.touch │   │   │   │   ├── rh.w-g.pct.mgh.20.qcache.touch │   │   │   │   ├── rh.w-g.pct.mgh.25.qcache.touch │   │   │   │   ├── rh.w-g.pct.mgh.5.qcache.touch │   │   │   │   ├── rh.white.H.0.qcache.touch │   │   │   │   ├── rh.white.H.10.qcache.touch │   │   │   │   ├── rh.white.H.15.qcache.touch │   │   │   │   ├── rh.white.H.20.qcache.touch │   │   │   │   ├── rh.white.H.25.qcache.touch │   │   │   │   ├── rh.white.H.5.qcache.touch │   │   │   │   ├── rh.white.H.K.touch │   │   │   │   ├── rh.white.K.0.qcache.touch │   │   │   │   ├── rh.white.K.10.qcache.touch │   │   │   │   ├── rh.white.K.15.qcache.touch │   │   │   │   ├── rh.white.K.20.qcache.touch │   │   │   │   ├── rh.white.K.25.qcache.touch │   │   │   │   ├── rh.white.K.5.qcache.touch │   │   │   │   ├── rh.white.preaparc.touch │   │   │   │   ├── rh.white.touch │   │   │   │   ├── segstats.touch │   │   │   │   ├── skull.lta.touch │   │   │   │   ├── skull_strip.touch │   │   │   │   ├── talairach.touch │   │   │   │   ├── wmaparc.stats.touch │   │   │   │   └── wmsegment.touch │   │   │   └── trash │   │   └── spm │   │   ├── dartel │   │   │   └── group-1 │   │   │   ├── atlas_statistics │   │   │   │   ├── sub-S0001_ses-1_T1w_segm-graymatter_space-Ixi549Space_modulated-on_probability_space-AAL2_map-graymatter_statistics.tsv │   │   │   │   ├── sub-S0001_ses-1_T1w_segm-graymatter_space-Ixi549Space_modulated-on_probability_space-AICHA_map-graymatter_statistics.tsv │   │   │   │   ├── sub-S0001_ses-1_T1w_segm-graymatter_space-Ixi549Space_modulated-on_probability_space-Hammers_map-graymatter_statistics.tsv │   │   │   │   ├── sub-S0001_ses-1_T1w_segm-graymatter_space-Ixi549Space_modulated-on_probability_space-LPBA40_map-graymatter_statistics.tsv │   │   │   │   └── sub-S0001_ses-1_T1w_segm-graymatter_space-Ixi549Space_modulated-on_probability_space-Neuromorphometrics_map-graymatter_statistics.tsv │   │   │   ├── sub-S0001_ses-1_T1w_segm-csf_space-Ixi549Space_modulated-on_fwhm-8mm_probability.nii.gz │   │   │   ├── sub-S0001_ses-1_T1w_segm-csf_space-Ixi549Space_modulated-on_probability.nii.gz │   │   │   ├── sub-S0001_ses-1_T1w_segm-graymatter_space-Ixi549Space_modulated-on_fwhm-8mm_probability.nii.gz │   │   │   ├── sub-S0001_ses-1_T1w_segm-graymatter_space-Ixi549Space_modulated-on_probability.nii.gz │   │   │   ├── sub-S0001_ses-1_T1w_segm-whitematter_space-Ixi549Space_modulated-on_fwhm-8mm_probability.nii.gz │   │   │   ├── sub-S0001_ses-1_T1w_segm-whitematter_space-Ixi549Space_modulated-on_probability.nii.gz │   │   │   └── sub-S0001_ses-1_T1w_target-1_transformation-forward_deformation.nii.gz │   │   └── segmentation │   │   ├── dartel_input │   │   │   ├── sub-S0001_ses-1_T1w_segm-csf_dartelinput.nii.gz │   │   │   ├── sub-S0001_ses-1_T1w_segm-graymatter_dartelinput.nii.gz │   │   │   └── sub-S0001_ses-1_T1w_segm-whitematter_dartelinput.nii.gz │   │   ├── native_space │   │   │   ├── sub-S0001_ses-1_T1w_segm-csf_probability.nii.gz │   │   │   ├── sub-S0001_ses-1_T1w_segm-graymatter_probability.nii.gz │   │   │   └── sub-S0001_ses-1_T1w_segm-whitematter_probability.nii.gz │   │   └── normalized_space │   │   ├── sub-S0001_ses-1_space-Ixi549Space_T1w.nii.gz │   │   ├── sub-S0001_ses-1_T1w_segm-csf_space-Ixi549Space_modulated-off_probability.nii.gz │   │   ├── sub-S0001_ses-1_T1w_segm-graymatter_space-Ixi549Space_modulated-off_probability.nii.gz │   │   ├── sub-S0001_ses-1_T1w_segm-whitematter_space-Ixi549Space_modulated-off_probability.nii.gz │   │   ├── sub-S0001_ses-1_T1w_target-Ixi549Space_transformation-forward_deformation.nii.gz │   │   └── sub-S0001_ses-1_T1w_target-Ixi549Space_transformation-inverse_deformation.nii.gz │   └── t1_linear │   ├── sub-S0001_ses-1_space-MNI152NLin2009cSym_desc-Crop_res-1x1x1_T1w.nii.gz │   ├── sub-S0001_ses-1_space-MNI152NLin2009cSym_res-1x1x1_affine.mat │   └── sub-S0001_ses-1_space-MNI152NLin2009cSym_res-1x1x1_T1w.nii.gz └── sub-S0002 └── ses-1 ├── pet │   └── preprocessing │   └── group-1 │   ├── atlas_statistics │   │   ├── sub-S0002_ses-1_trc-18FFDG_pet_space-AAL2_suvr-pons2_statistics.tsv │   │   ├── sub-S0002_ses-1_trc-18FFDG_pet_space-AICHA_suvr-pons2_statistics.tsv │   │   ├── sub-S0002_ses-1_trc-18FFDG_pet_space-Hammers_suvr-pons2_statistics.tsv │   │   ├── sub-S0002_ses-1_trc-18FFDG_pet_space-LPBA40_suvr-pons2_statistics.tsv │   │   └── sub-S0002_ses-1_trc-18FFDG_pet_space-Neuromorphometrics_suvr-pons2_statistics.tsv │   ├── sub-S0002_ses-1_T1w_space-Ixi549Space_brainmask.nii.gz │   ├── sub-S0002_ses-1_trc-18FFDG_pet_space-Ixi549Space_pet.nii.gz │   ├── sub-S0002_ses-1_trc-18FFDG_pet_space-Ixi549Space_suvr-pons2_mask-brain_fwhm-8mm_pet.nii.gz │   ├── sub-S0002_ses-1_trc-18FFDG_pet_space-Ixi549Space_suvr-pons2_mask-brain_pet.nii.gz │   ├── sub-S0002_ses-1_trc-18FFDG_pet_space-Ixi549Space_suvr-pons2_pet.nii.gz │   └── sub-S0002_ses-1_trc-18FFDG_pet_space-T1w_pet.nii.gz ├── pet_linear │   ├── sub-S0002_ses-1_trc-18FFDG_space-MNI152NLin2009cSym_desc-Crop_res-1x1x1_suvr-pons2_pet.nii.gz │   └── sub-S0002_ses-1_trc-18FFDG_space-T1w_rigid.mat ├── t1 │   ├── freesurfer_cross_sectional │   │   ├── regional_measures │   │   │   ├── sub-S0002_ses-1_parcellation-ba_area.tsv │   │   │   ├── sub-S0002_ses-1_parcellation-ba_meancurv.tsv │   │   │   ├── sub-S0002_ses-1_parcellation-ba_thickness.tsv │   │   │   ├── sub-S0002_ses-1_parcellation-ba_volume.tsv │   │   │   ├── sub-S0002_ses-1_parcellation-desikan_area.tsv │   │   │   ├── sub-S0002_ses-1_parcellation-desikan_meancurv.tsv │   │   │   ├── sub-S0002_ses-1_parcellation-desikan_thickness.tsv │   │   │   ├── sub-S0002_ses-1_parcellation-desikan_volume.tsv │   │   │   ├── sub-S0002_ses-1_parcellation-destrieux_area.tsv │   │   │   ├── sub-S0002_ses-1_parcellation-destrieux_meancurv.tsv │   │   │   ├── sub-S0002_ses-1_parcellation-destrieux_thickness.tsv │   │   │   ├── sub-S0002_ses-1_parcellation-destrieux_volume.tsv │   │   │   ├── sub-S0002_ses-1_parcellation-wm_volume.tsv │   │   │   └── sub-S0002_ses-1_segmentationVolumes.tsv │   │   └── sub-S0002_ses-1 │   │   ├── label │   │   │   ├── aparc.annot.a2009s.ctab │   │   │   ├── aparc.annot.ctab │   │   │   ├── aparc.annot.DKTatlas.ctab │   │   │   ├── BA_exvivo.ctab │   │   │   ├── BA_exvivo.thresh.ctab │   │   │   ├── lh.aparc.a2009s.annot │   │   │   ├── lh.aparc.annot │   │   │   ├── lh.aparc.DKTatlas.annot │   │   │   ├── lh.BA1_exvivo.label │   │   │   ├── lh.BA1_exvivo.thresh.label │   │   │   ├── lh.BA2_exvivo.label │   │   │   ├── lh.BA2_exvivo.thresh.label │   │   │   ├── lh.BA3a_exvivo.label │   │   │   ├── lh.BA3a_exvivo.thresh.label │   │   │   ├── lh.BA3b_exvivo.label │   │   │   ├── lh.BA3b_exvivo.thresh.label │   │   │   ├── lh.BA44_exvivo.label │   │   │   ├── lh.BA44_exvivo.thresh.label │   │   │   ├── lh.BA45_exvivo.label │   │   │   ├── lh.BA45_exvivo.thresh.label │   │   │   ├── lh.BA4a_exvivo.label │   │   │   ├── lh.BA4a_exvivo.thresh.label │   │   │   ├── lh.BA4p_exvivo.label │   │   │   ├── lh.BA4p_exvivo.thresh.label │   │   │   ├── lh.BA6_exvivo.label │   │   │   ├── lh.BA6_exvivo.thresh.label │   │   │   ├── lh.BA_exvivo.annot │   │   │   ├── lh.BA_exvivo.thresh.annot │   │   │   ├── lh.cortex+hipamyg.label │   │   │   ├── lh.cortex.label │   │   │   ├── lh.entorhinal_exvivo.label │   │   │   ├── lh.entorhinal_exvivo.thresh.label │   │   │   ├── lh.FG1.mpm.vpnl.label │   │   │   ├── lh.FG2.mpm.vpnl.label │   │   │   ├── lh.FG3.mpm.vpnl.label │   │   │   ├── lh.FG4.mpm.vpnl.label │   │   │   ├── lh.hOc1.mpm.vpnl.label │   │   │   ├── lh.hOc2.mpm.vpnl.label │   │   │   ├── lh.hOc3v.mpm.vpnl.label │   │   │   ├── lh.hOc4v.mpm.vpnl.label │   │   │   ├── lh.mpm.vpnl.annot │   │   │   ├── lh.MT_exvivo.label │   │   │   ├── lh.MT_exvivo.thresh.label │   │   │   ├── lh.nofix.cortex.label │   │   │   ├── lh.perirhinal_exvivo.label │   │   │   ├── lh.perirhinal_exvivo.thresh.label │   │   │   ├── lh.V1_exvivo.label │   │   │   ├── lh.V1_exvivo.thresh.label │   │   │   ├── lh.V2_exvivo.label │   │   │   ├── lh.V2_exvivo.thresh.label │   │   │   ├── rh.aparc.a2009s.annot │   │   │   ├── rh.aparc.annot │   │   │   ├── rh.aparc.DKTatlas.annot │   │   │   ├── rh.BA1_exvivo.label │   │   │   ├── rh.BA1_exvivo.thresh.label │   │   │   ├── rh.BA2_exvivo.label │   │   │   ├── rh.BA2_exvivo.thresh.label │   │   │   ├── rh.BA3a_exvivo.label │   │   │   ├── rh.BA3a_exvivo.thresh.label │   │   │   ├── rh.BA3b_exvivo.label │   │   │   ├── rh.BA3b_exvivo.thresh.label │   │   │   ├── rh.BA44_exvivo.label │   │   │   ├── rh.BA44_exvivo.thresh.label │   │   │   ├── rh.BA45_exvivo.label │   │   │   ├── rh.BA45_exvivo.thresh.label │   │   │   ├── rh.BA4a_exvivo.label │   │   │   ├── rh.BA4a_exvivo.thresh.label │   │   │   ├── rh.BA4p_exvivo.label │   │   │   ├── rh.BA4p_exvivo.thresh.label │   │   │   ├── rh.BA6_exvivo.label │   │   │   ├── rh.BA6_exvivo.thresh.label │   │   │   ├── rh.BA_exvivo.annot │   │   │   ├── rh.BA_exvivo.thresh.annot │   │   │   ├── rh.cortex+hipamyg.label │   │   │   ├── rh.cortex.label │   │   │   ├── rh.entorhinal_exvivo.label │   │   │   ├── rh.entorhinal_exvivo.thresh.label │   │   │   ├── rh.FG1.mpm.vpnl.label │   │   │   ├── rh.FG2.mpm.vpnl.label │   │   │   ├── rh.FG3.mpm.vpnl.label │   │   │   ├── rh.FG4.mpm.vpnl.label │   │   │   ├── rh.hOc1.mpm.vpnl.label │   │   │   ├── rh.hOc2.mpm.vpnl.label │   │   │   ├── rh.hOc3v.mpm.vpnl.label │   │   │   ├── rh.hOc4v.mpm.vpnl.label │   │   │   ├── rh.mpm.vpnl.annot │   │   │   ├── rh.MT_exvivo.label │   │   │   ├── rh.MT_exvivo.thresh.label │   │   │   ├── rh.nofix.cortex.label │   │   │   ├── rh.perirhinal_exvivo.label │   │   │   ├── rh.perirhinal_exvivo.thresh.label │   │   │   ├── rh.V1_exvivo.label │   │   │   ├── rh.V1_exvivo.thresh.label │   │   │   ├── rh.V2_exvivo.label │   │   │   └── rh.V2_exvivo.thresh.label │   │   ├── mri │   │   │   ├── antsdn.brain.mgz │   │   │   ├── aparc.a2009s+aseg.mgz │   │   │   ├── aparc+aseg.mgz │   │   │   ├── aparc.DKTatlas+aseg.mgz │   │   │   ├── apas+head.mgz │   │   │   ├── aseg.auto.mgz │   │   │   ├── aseg.auto_noCCseg.label_intensities.txt │   │   │   ├── aseg.auto_noCCseg.mgz │   │   │   ├── aseg.mgz │   │   │   ├── aseg.presurf.hypos.mgz │   │   │   ├── aseg.presurf.mgz │   │   │   ├── brain.finalsurfs.manedit.mgz │   │   │   ├── brain.finalsurfs.mgz │   │   │   ├── brainmask.auto.mgz │   │   │   ├── brainmask.mgz │   │   │   ├── brain.mgz │   │   │   ├── ctrl_pts.mgz │   │   │   ├── filled.auto.mgz │   │   │   ├── filled.mgz │   │   │   ├── gtmseg.mgz │   │   │   ├── lh.ribbon.mgz │   │   │   ├── mri_nu_correct.mni.log │   │   │   ├── mri_nu_correct.mni.log.bak │   │   │   ├── norm.mgz │   │   │   ├── nu.mgz │   │   │   ├── orig │   │   │   │   └── 001.mgz │   │   │   ├── orig.mgz │   │   │   ├── orig_nu.mgz │   │   │   ├── rawavg.mgz │   │   │   ├── rh.ribbon.mgz │   │   │   ├── ribbon.mgz │   │   │   ├── segment.dat │   │   │   ├── surface.defects.mgz │   │   │   ├── T1.mgz │   │   │   ├── talairach.label_intensities.txt │   │   │   ├── talairach.log │   │   │   ├── talairach_with_skull.log │   │   │   ├── transforms │   │   │   │   ├── bak │   │   │   │   ├── cc_up.lta │   │   │   │   ├── talairach.auto.xfm │   │   │   │   ├── talairach.auto.xfm.lta │   │   │   │   ├── talairach_avi.log │   │   │   │   ├── talairach_avi_QA.log │   │   │   │   ├── talairach.lta │   │   │   │   ├── talairach.m3z │   │   │   │   ├── talairach_with_skull.lta │   │   │   │   ├── talairach.xfm │   │   │   │   ├── talairach.xfm.lta │   │   │   │   └── talsrcimg_to_711-2C_as_mni_average_305_t4_vox2vox.txt │   │   │   ├── wm.asegedit.mgz │   │   │   ├── wm.mgz │   │   │   ├── wmparc.mgz │   │   │   └── wm.seg.mgz │   │   ├── scripts │   │   │   ├── build-stamp.txt │   │   │   ├── defect2seg.log │   │   │   ├── gtmseg.mgz.log │   │   │   ├── lastcall.build-stamp.txt │   │   │   ├── patchdir.txt │   │   │   ├── pctsurfcon.log │   │   │   ├── pctsurfcon.log.old │   │   │   ├── ponscc.cut.log │   │   │   ├── recon-all.cmd │   │   │   ├── recon-all.done │   │   │   ├── recon-all.env │   │   │   ├── recon-all.local-copy │   │   │   ├── recon-all.log │   │   │   ├── recon-all-status.log │   │   │   ├── recon-config.yaml │   │   │   ├── unknown-args.txt │   │   │   └── xcerebralseg.log │   │   ├── stats │   │   │   ├── apas+head.stats │   │   │   ├── aseg.stats │   │   │   ├── brainvol.stats │   │   │   ├── lh.aparc.a2009s.stats │   │   │   ├── lh.aparc.DKTatlas.stats │   │   │   ├── lh.aparc.pial.stats │   │   │   ├── lh.aparc.stats │   │   │   ├── lh.BA_exvivo.stats │   │   │   ├── lh.BA_exvivo.thresh.stats │   │   │   ├── lh.curv.stats │   │   │   ├── lh.w-g.pct.stats │   │   │   ├── rh.aparc.a2009s.stats │   │   │   ├── rh.aparc.DKTatlas.stats │   │   │   ├── rh.aparc.pial.stats │   │   │   ├── rh.aparc.stats │   │   │   ├── rh.BA_exvivo.stats │   │   │   ├── rh.BA_exvivo.thresh.stats │   │   │   ├── rh.curv.stats │   │   │   ├── rh.w-g.pct.stats │   │   │   └── wmparc.stats │   │   ├── surf │   │   │   ├── autodet.gw.stats.lh.dat │   │   │   ├── autodet.gw.stats.rh.dat │   │   │   ├── lh.area │   │   │   ├── lh.area.fsaverage.mgh │   │   │   ├── lh.area.fsaverage.mris_preproc.log │   │   │   ├── lh.area.fwhm0.fsaverage.mgh │   │   │   ├── lh.area.fwhm10.fsaverage.mgh │   │   │   ├── lh.area.fwhm15.fsaverage.mgh │   │   │   ├── lh.area.fwhm20.fsaverage.mgh │   │   │   ├── lh.area.fwhm25.fsaverage.mgh │   │   │   ├── lh.area.fwhm5.fsaverage.mgh │   │   │   ├── lh.area.mid │   │   │   ├── lh.area.pial │   │   │   ├── lh.area.pial.fsaverage.mgh │   │   │   ├── lh.area.pial.fsaverage.mris_preproc.log │   │   │   ├── lh.area.pial.fwhm0.fsaverage.mgh │   │   │   ├── lh.area.pial.fwhm10.fsaverage.mgh │   │   │   ├── lh.area.pial.fwhm15.fsaverage.mgh │   │   │   ├── lh.area.pial.fwhm20.fsaverage.mgh │   │   │   ├── lh.area.pial.fwhm25.fsaverage.mgh │   │   │   ├── lh.area.pial.fwhm5.fsaverage.mgh │   │   │   ├── lh.avg_curv │   │   │   ├── lh.curv │   │   │   ├── lh.curv.fsaverage.mgh │   │   │   ├── lh.curv.fsaverage.mris_preproc.log │   │   │   ├── lh.curv.fwhm0.fsaverage.mgh │   │   │   ├── lh.curv.fwhm10.fsaverage.mgh │   │   │   ├── lh.curv.fwhm15.fsaverage.mgh │   │   │   ├── lh.curv.fwhm20.fsaverage.mgh │   │   │   ├── lh.curv.fwhm25.fsaverage.mgh │   │   │   ├── lh.curv.fwhm5.fsaverage.mgh │   │   │   ├── lh.curv.pial │   │   │   ├── lh.defect_borders │   │   │   ├── lh.defect_chull │   │   │   ├── lh.defect_labels │   │   │   ├── lh.defects.pointset │   │   │   ├── lh.fsaverage.sphere.reg -> lh.sphere.reg │   │   │   ├── lh.inflated │   │   │   ├── lh.inflated.H │   │   │   ├── lh.inflated.K │   │   │   ├── lh.inflated.nofix │   │   │   ├── lh.jacobian_white │   │   │   ├── lh.jacobian_white.fsaverage.mgh │   │   │   ├── lh.jacobian_white.fsaverage.mris_preproc.log │   │   │   ├── lh.jacobian_white.fwhm0.fsaverage.mgh │   │   │   ├── lh.jacobian_white.fwhm10.fsaverage.mgh │   │   │   ├── lh.jacobian_white.fwhm15.fsaverage.mgh │   │   │   ├── lh.jacobian_white.fwhm20.fsaverage.mgh │   │   │   ├── lh.jacobian_white.fwhm25.fsaverage.mgh │   │   │   ├── lh.jacobian_white.fwhm5.fsaverage.mgh │   │   │   ├── lh.orig │   │   │   ├── lh.orig.nofix │   │   │   ├── lh.orig.premesh │   │   │   ├── lh.pial -> lh.pial.T1 │   │   │   ├── lh.pial.T1 │   │   │   ├── lh.qsphere.nofix │   │   │   ├── lh.smoothwm │   │   │   ├── lh.smoothwm.BE.crv │   │   │   ├── lh.smoothwm.C.crv │   │   │   ├── lh.smoothwm.FI.crv │   │   │   ├── lh.smoothwm.H.crv │   │   │   ├── lh.smoothwm.K1.crv │   │   │   ├── lh.smoothwm.K2.crv │   │   │   ├── lh.smoothwm.K.crv │   │   │   ├── lh.smoothwm.nofix │   │   │   ├── lh.smoothwm.S.crv │   │   │   ├── lh.sphere │   │   │   ├── lh.sphere.reg │   │   │   ├── lh.sulc │   │   │   ├── lh.sulc.fsaverage.mgh │   │   │   ├── lh.sulc.fsaverage.mris_preproc.log │   │   │   ├── lh.sulc.fwhm0.fsaverage.mgh │   │   │   ├── lh.sulc.fwhm10.fsaverage.mgh │   │   │   ├── lh.sulc.fwhm15.fsaverage.mgh │   │   │   ├── lh.sulc.fwhm20.fsaverage.mgh │   │   │   ├── lh.sulc.fwhm25.fsaverage.mgh │   │   │   ├── lh.sulc.fwhm5.fsaverage.mgh │   │   │   ├── lh.thickness │   │   │   ├── lh.thickness.fsaverage.mgh │   │   │   ├── lh.thickness.fsaverage.mris_preproc.log │   │   │   ├── lh.thickness.fwhm0.fsaverage.mgh │   │   │   ├── lh.thickness.fwhm10.fsaverage.mgh │   │   │   ├── lh.thickness.fwhm15.fsaverage.mgh │   │   │   ├── lh.thickness.fwhm20.fsaverage.mgh │   │   │   ├── lh.thickness.fwhm25.fsaverage.mgh │   │   │   ├── lh.thickness.fwhm5.fsaverage.mgh │   │   │   ├── lh.volume │   │   │   ├── lh.volume.fsaverage.mgh │   │   │   ├── lh.volume.fsaverage.mris_preproc.log │   │   │   ├── lh.volume.fwhm0.fsaverage.mgh │   │   │   ├── lh.volume.fwhm10.fsaverage.mgh │   │   │   ├── lh.volume.fwhm15.fsaverage.mgh │   │   │   ├── lh.volume.fwhm20.fsaverage.mgh │   │   │   ├── lh.volume.fwhm25.fsaverage.mgh │   │   │   ├── lh.volume.fwhm5.fsaverage.mgh │   │   │   ├── lh.w-g.pct.mgh │   │   │   ├── lh.w-g.pct.mgh.fsaverage.mgh │   │   │   ├── lh.w-g.pct.mgh.fsaverage.mris_preproc.log │   │   │   ├── lh.w-g.pct.mgh.fwhm0.fsaverage.mgh │   │   │   ├── lh.w-g.pct.mgh.fwhm10.fsaverage.mgh │   │   │   ├── lh.w-g.pct.mgh.fwhm15.fsaverage.mgh │   │   │   ├── lh.w-g.pct.mgh.fwhm20.fsaverage.mgh │   │   │   ├── lh.w-g.pct.mgh.fwhm25.fsaverage.mgh │   │   │   ├── lh.w-g.pct.mgh.fwhm5.fsaverage.mgh │   │   │   ├── lh.white │   │   │   ├── lh.white.H -> lh.white.preaparc.H │   │   │   ├── lh.white.H.fsaverage.mgh │   │   │   ├── lh.white.H.fsaverage.mris_preproc.log │   │   │   ├── lh.white.H.fwhm0.fsaverage.mgh │   │   │   ├── lh.white.H.fwhm10.fsaverage.mgh │   │   │   ├── lh.white.H.fwhm15.fsaverage.mgh │   │   │   ├── lh.white.H.fwhm20.fsaverage.mgh │   │   │   ├── lh.white.H.fwhm25.fsaverage.mgh │   │   │   ├── lh.white.H.fwhm5.fsaverage.mgh │   │   │   ├── lh.white.K -> lh.white.preaparc.K │   │   │   ├── lh.white.K.fsaverage.mgh │   │   │   ├── lh.white.K.fsaverage.mris_preproc.log │   │   │   ├── lh.white.K.fwhm0.fsaverage.mgh │   │   │   ├── lh.white.K.fwhm10.fsaverage.mgh │   │   │   ├── lh.white.K.fwhm15.fsaverage.mgh │   │   │   ├── lh.white.K.fwhm20.fsaverage.mgh │   │   │   ├── lh.white.K.fwhm25.fsaverage.mgh │   │   │   ├── lh.white.K.fwhm5.fsaverage.mgh │   │   │   ├── lh.white.preaparc │   │   │   ├── lh.white.preaparc.H │   │   │   ├── lh.white.preaparc.K │   │   │   ├── rh.area │   │   │   ├── rh.area.fsaverage.mgh │   │   │   ├── rh.area.fsaverage.mris_preproc.log │   │   │   ├── rh.area.fwhm0.fsaverage.mgh │   │   │   ├── rh.area.fwhm10.fsaverage.mgh │   │   │   ├── rh.area.fwhm15.fsaverage.mgh │   │   │   ├── rh.area.fwhm20.fsaverage.mgh │   │   │   ├── rh.area.fwhm25.fsaverage.mgh │   │   │   ├── rh.area.fwhm5.fsaverage.mgh │   │   │   ├── rh.area.mid │   │   │   ├── rh.area.pial │   │   │   ├── rh.area.pial.fsaverage.mgh │   │   │   ├── rh.area.pial.fsaverage.mris_preproc.log │   │   │   ├── rh.area.pial.fwhm0.fsaverage.mgh │   │   │   ├── rh.area.pial.fwhm10.fsaverage.mgh │   │   │   ├── rh.area.pial.fwhm15.fsaverage.mgh │   │   │   ├── rh.area.pial.fwhm20.fsaverage.mgh │   │   │   ├── rh.area.pial.fwhm25.fsaverage.mgh │   │   │   ├── rh.area.pial.fwhm5.fsaverage.mgh │   │   │   ├── rh.avg_curv │   │   │   ├── rh.curv │   │   │   ├── rh.curv.fsaverage.mgh │   │   │   ├── rh.curv.fsaverage.mris_preproc.log │   │   │   ├── rh.curv.fwhm0.fsaverage.mgh │   │   │   ├── rh.curv.fwhm10.fsaverage.mgh │   │   │   ├── rh.curv.fwhm15.fsaverage.mgh │   │   │   ├── rh.curv.fwhm20.fsaverage.mgh │   │   │   ├── rh.curv.fwhm25.fsaverage.mgh │   │   │   ├── rh.curv.fwhm5.fsaverage.mgh │   │   │   ├── rh.curv.pial │   │   │   ├── rh.defect_borders │   │   │   ├── rh.defect_chull │   │   │   ├── rh.defect_labels │   │   │   ├── rh.defects.pointset │   │   │   ├── rh.fsaverage.sphere.reg -> rh.sphere.reg │   │   │   ├── rh.inflated │   │   │   ├── rh.inflated.H │   │   │   ├── rh.inflated.K │   │   │   ├── rh.inflated.nofix │   │   │   ├── rh.jacobian_white │   │   │   ├── rh.jacobian_white.fsaverage.mgh │   │   │   ├── rh.jacobian_white.fsaverage.mris_preproc.log │   │   │   ├── rh.jacobian_white.fwhm0.fsaverage.mgh │   │   │   ├── rh.jacobian_white.fwhm10.fsaverage.mgh │   │   │   ├── rh.jacobian_white.fwhm15.fsaverage.mgh │   │   │   ├── rh.jacobian_white.fwhm20.fsaverage.mgh │   │   │   ├── rh.jacobian_white.fwhm25.fsaverage.mgh │   │   │   ├── rh.jacobian_white.fwhm5.fsaverage.mgh │   │   │   ├── rh.orig │   │   │   ├── rh.orig.nofix │   │   │   ├── rh.orig.premesh │   │   │   ├── rh.pial -> rh.pial.T1 │   │   │   ├── rh.pial.T1 │   │   │   ├── rh.qsphere.nofix │   │   │   ├── rh.smoothwm │   │   │   ├── rh.smoothwm.BE.crv │   │   │   ├── rh.smoothwm.C.crv │   │   │   ├── rh.smoothwm.FI.crv │   │   │   ├── rh.smoothwm.H.crv │   │   │   ├── rh.smoothwm.K1.crv │   │   │   ├── rh.smoothwm.K2.crv │   │   │   ├── rh.smoothwm.K.crv │   │   │   ├── rh.smoothwm.nofix │   │   │   ├── rh.smoothwm.S.crv │   │   │   ├── rh.sphere │   │   │   ├── rh.sphere.reg │   │   │   ├── rh.sulc │   │   │   ├── rh.sulc.fsaverage.mgh │   │   │   ├── rh.sulc.fsaverage.mris_preproc.log │   │   │   ├── rh.sulc.fwhm0.fsaverage.mgh │   │   │   ├── rh.sulc.fwhm10.fsaverage.mgh │   │   │   ├── rh.sulc.fwhm15.fsaverage.mgh │   │   │   ├── rh.sulc.fwhm20.fsaverage.mgh │   │   │   ├── rh.sulc.fwhm25.fsaverage.mgh │   │   │   ├── rh.sulc.fwhm5.fsaverage.mgh │   │   │   ├── rh.thickness │   │   │   ├── rh.thickness.fsaverage.mgh │   │   │   ├── rh.thickness.fsaverage.mris_preproc.log │   │   │   ├── rh.thickness.fwhm0.fsaverage.mgh │   │   │   ├── rh.thickness.fwhm10.fsaverage.mgh │   │   │   ├── rh.thickness.fwhm15.fsaverage.mgh │   │   │   ├── rh.thickness.fwhm20.fsaverage.mgh │   │   │   ├── rh.thickness.fwhm25.fsaverage.mgh │   │   │   ├── rh.thickness.fwhm5.fsaverage.mgh │   │   │   ├── rh.volume │   │   │   ├── rh.volume.fsaverage.mgh │   │   │   ├── rh.volume.fsaverage.mris_preproc.log │   │   │   ├── rh.volume.fwhm0.fsaverage.mgh │   │   │   ├── rh.volume.fwhm10.fsaverage.mgh │   │   │   ├── rh.volume.fwhm15.fsaverage.mgh │   │   │   ├── rh.volume.fwhm20.fsaverage.mgh │   │   │   ├── rh.volume.fwhm25.fsaverage.mgh │   │   │   ├── rh.volume.fwhm5.fsaverage.mgh │   │   │   ├── rh.w-g.pct.mgh │   │   │   ├── rh.w-g.pct.mgh.fsaverage.mgh │   │   │   ├── rh.w-g.pct.mgh.fsaverage.mris_preproc.log │   │   │   ├── rh.w-g.pct.mgh.fwhm0.fsaverage.mgh │   │   │   ├── rh.w-g.pct.mgh.fwhm10.fsaverage.mgh │   │   │   ├── rh.w-g.pct.mgh.fwhm15.fsaverage.mgh │   │   │   ├── rh.w-g.pct.mgh.fwhm20.fsaverage.mgh │   │   │   ├── rh.w-g.pct.mgh.fwhm25.fsaverage.mgh │   │   │   ├── rh.w-g.pct.mgh.fwhm5.fsaverage.mgh │   │   │   ├── rh.white │   │   │   ├── rh.white.H -> rh.white.preaparc.H │   │   │   ├── rh.white.H.fsaverage.mgh │   │   │   ├── rh.white.H.fsaverage.mris_preproc.log │   │   │   ├── rh.white.H.fwhm0.fsaverage.mgh │   │   │   ├── rh.white.H.fwhm10.fsaverage.mgh │   │   │   ├── rh.white.H.fwhm15.fsaverage.mgh │   │   │   ├── rh.white.H.fwhm20.fsaverage.mgh │   │   │   ├── rh.white.H.fwhm25.fsaverage.mgh │   │   │   ├── rh.white.H.fwhm5.fsaverage.mgh │   │   │   ├── rh.white.K -> rh.white.preaparc.K │   │   │   ├── rh.white.K.fsaverage.mgh │   │   │   ├── rh.white.K.fsaverage.mris_preproc.log │   │   │   ├── rh.white.K.fwhm0.fsaverage.mgh │   │   │   ├── rh.white.K.fwhm10.fsaverage.mgh │   │   │   ├── rh.white.K.fwhm15.fsaverage.mgh │   │   │   ├── rh.white.K.fwhm20.fsaverage.mgh │   │   │   ├── rh.white.K.fwhm25.fsaverage.mgh │   │   │   ├── rh.white.K.fwhm5.fsaverage.mgh │   │   │   ├── rh.white.preaparc │   │   │   ├── rh.white.preaparc.H │   │   │   └── rh.white.preaparc.K │   │   ├── tmp │   │   │   └── cw256 │   │   ├── touch │   │   │   ├── apas2aseg.touch │   │   │   ├── asegmerge.touch │   │   │   ├── ca_label.touch │   │   │   ├── ca_normalize.touch │   │   │   ├── ca_register.touch │   │   │   ├── conform.touch │   │   │   ├── cortical_ribbon.touch │   │   │   ├── em_register.touch │   │   │   ├── fill.touch │   │   │   ├── inorm1.touch │   │   │   ├── inorm2.touch │   │   │   ├── lh.aparc2.touch │   │   │   ├── lh.aparcstats2.touch │   │   │   ├── lh.aparcstats3.touch │   │   │   ├── lh.aparcstats.touch │   │   │   ├── lh.aparc.touch │   │   │   ├── lh.area.0.qcache.touch │   │   │   ├── lh.area.10.qcache.touch │   │   │   ├── lh.area.15.qcache.touch │   │   │   ├── lh.area.20.qcache.touch │   │   │   ├── lh.area.25.qcache.touch │   │   │   ├── lh.area.5.qcache.touch │   │   │   ├── lh.area.pial.0.qcache.touch │   │   │   ├── lh.area.pial.10.qcache.touch │   │   │   ├── lh.area.pial.15.qcache.touch │   │   │   ├── lh.area.pial.20.qcache.touch │   │   │   ├── lh.area.pial.25.qcache.touch │   │   │   ├── lh.area.pial.5.qcache.touch │   │   │   ├── lh.autodet.gw.stats.touch │   │   │   ├── lh.avgcurv.touch │   │   │   ├── lh.cortex+hipamyg.touch │   │   │   ├── lh.cortex.touch │   │   │   ├── lh.curv.0.qcache.touch │   │   │   ├── lh.curv.10.qcache.touch │   │   │   ├── lh.curv.15.qcache.touch │   │   │   ├── lh.curv.20.qcache.touch │   │   │   ├── lh.curv.25.qcache.touch │   │   │   ├── lh.curv.5.qcache.touch │   │   │   ├── lh.curvstats.touch │   │   │   ├── lh.inflate1.touch │   │   │   ├── lh.inflate2.touch │   │   │   ├── lh.inflate.H.K.touch │   │   │   ├── lh.jacobian_white.0.qcache.touch │   │   │   ├── lh.jacobian_white.10.qcache.touch │   │   │   ├── lh.jacobian_white.15.qcache.touch │   │   │   ├── lh.jacobian_white.20.qcache.touch │   │   │   ├── lh.jacobian_white.25.qcache.touch │   │   │   ├── lh.jacobian_white.5.qcache.touch │   │   │   ├── lh.jacobian_white.touch │   │   │   ├── lh.pctsurfcon.touch │   │   │   ├── lh.pial.touch │   │   │   ├── lh.qsphere.touch │   │   │   ├── lh.smoothwm1.touch │   │   │   ├── lh.smoothwm2.touch │   │   │   ├── lh.sphmorph.touch │   │   │   ├── lh.sphreg.touch │   │   │   ├── lh.sulc.0.qcache.touch │   │   │   ├── lh.sulc.10.qcache.touch │   │   │   ├── lh.sulc.15.qcache.touch │   │   │   ├── lh.sulc.20.qcache.touch │   │   │   ├── lh.sulc.25.qcache.touch │   │   │   ├── lh.sulc.5.qcache.touch │   │   │   ├── lh.tessellate.touch │   │   │   ├── lh.thickness.0.qcache.touch │   │   │   ├── lh.thickness.10.qcache.touch │   │   │   ├── lh.thickness.15.qcache.touch │   │   │   ├── lh.thickness.20.qcache.touch │   │   │   ├── lh.thickness.25.qcache.touch │   │   │   ├── lh.thickness.5.qcache.touch │   │   │   ├── lh.topofix.touch │   │   │   ├── lh.volume.0.qcache.touch │   │   │   ├── lh.volume.10.qcache.touch │   │   │   ├── lh.volume.15.qcache.touch │   │   │   ├── lh.volume.20.qcache.touch │   │   │   ├── lh.volume.25.qcache.touch │   │   │   ├── lh.volume.5.qcache.touch │   │   │   ├── lh.w-g.pct.mgh.0.qcache.touch │   │   │   ├── lh.w-g.pct.mgh.10.qcache.touch │   │   │   ├── lh.w-g.pct.mgh.15.qcache.touch │   │   │   ├── lh.w-g.pct.mgh.20.qcache.touch │   │   │   ├── lh.w-g.pct.mgh.25.qcache.touch │   │   │   ├── lh.w-g.pct.mgh.5.qcache.touch │   │   │   ├── lh.white.H.0.qcache.touch │   │   │   ├── lh.white.H.10.qcache.touch │   │   │   ├── lh.white.H.15.qcache.touch │   │   │   ├── lh.white.H.20.qcache.touch │   │   │   ├── lh.white.H.25.qcache.touch │   │   │   ├── lh.white.H.5.qcache.touch │   │   │   ├── lh.white.H.K.touch │   │   │   ├── lh.white.K.0.qcache.touch │   │   │   ├── lh.white.K.10.qcache.touch │   │   │   ├── lh.white.K.15.qcache.touch │   │   │   ├── lh.white.K.20.qcache.touch │   │   │   ├── lh.white.K.25.qcache.touch │   │   │   ├── lh.white.K.5.qcache.touch │   │   │   ├── lh.white.preaparc.touch │   │   │   ├── lh.white.touch │   │   │   ├── nu.touch │   │   │   ├── relabelhypos.touch │   │   │   ├── rh.aparc2.touch │   │   │   ├── rh.aparcstats2.touch │   │   │   ├── rh.aparcstats3.touch │   │   │   ├── rh.aparcstats.touch │   │   │   ├── rh.aparc.touch │   │   │   ├── rh.area.0.qcache.touch │   │   │   ├── rh.area.10.qcache.touch │   │   │   ├── rh.area.15.qcache.touch │   │   │   ├── rh.area.20.qcache.touch │   │   │   ├── rh.area.25.qcache.touch │   │   │   ├── rh.area.5.qcache.touch │   │   │   ├── rh.area.pial.0.qcache.touch │   │   │   ├── rh.area.pial.10.qcache.touch │   │   │   ├── rh.area.pial.15.qcache.touch │   │   │   ├── rh.area.pial.20.qcache.touch │   │   │   ├── rh.area.pial.25.qcache.touch │   │   │   ├── rh.area.pial.5.qcache.touch │   │   │   ├── rh.autodet.gw.stats.touch │   │   │   ├── rh.avgcurv.touch │   │   │   ├── rh.cortex+hipamyg.touch │   │   │   ├── rh.cortex.touch │   │   │   ├── rh.curv.0.qcache.touch │   │   │   ├── rh.curv.10.qcache.touch │   │   │   ├── rh.curv.15.qcache.touch │   │   │   ├── rh.curv.20.qcache.touch │   │   │   ├── rh.curv.25.qcache.touch │   │   │   ├── rh.curv.5.qcache.touch │   │   │   ├── rh.curvstats.touch │   │   │   ├── rh.inflate1.touch │   │   │   ├── rh.inflate2.touch │   │   │   ├── rh.inflate.H.K.touch │   │   │   ├── rh.jacobian_white.0.qcache.touch │   │   │   ├── rh.jacobian_white.10.qcache.touch │   │   │   ├── rh.jacobian_white.15.qcache.touch │   │   │   ├── rh.jacobian_white.20.qcache.touch │   │   │   ├── rh.jacobian_white.25.qcache.touch │   │   │   ├── rh.jacobian_white.5.qcache.touch │   │   │   ├── rh.jacobian_white.touch │   │   │   ├── rh.pctsurfcon.touch │   │   │   ├── rh.pial.touch │   │   │   ├── rh.qsphere.touch │   │   │   ├── rh.smoothwm1.touch │   │   │   ├── rh.smoothwm2.touch │   │   │   ├── rh.sphmorph.touch │   │   │   ├── rh.sphreg.touch │   │   │   ├── rh.sulc.0.qcache.touch │   │   │   ├── rh.sulc.10.qcache.touch │   │   │   ├── rh.sulc.15.qcache.touch │   │   │   ├── rh.sulc.20.qcache.touch │   │   │   ├── rh.sulc.25.qcache.touch │   │   │   ├── rh.sulc.5.qcache.touch │   │   │   ├── rh.tessellate.touch │   │   │   ├── rh.thickness.0.qcache.touch │   │   │   ├── rh.thickness.10.qcache.touch │   │   │   ├── rh.thickness.15.qcache.touch │   │   │   ├── rh.thickness.20.qcache.touch │   │   │   ├── rh.thickness.25.qcache.touch │   │   │   ├── rh.thickness.5.qcache.touch │   │   │   ├── rh.topofix.touch │   │   │   ├── rh.volume.0.qcache.touch │   │   │   ├── rh.volume.10.qcache.touch │   │   │   ├── rh.volume.15.qcache.touch │   │   │   ├── rh.volume.20.qcache.touch │   │   │   ├── rh.volume.25.qcache.touch │   │   │   ├── rh.volume.5.qcache.touch │   │   │   ├── rh.w-g.pct.mgh.0.qcache.touch │   │   │   ├── rh.w-g.pct.mgh.10.qcache.touch │   │   │   ├── rh.w-g.pct.mgh.15.qcache.touch │   │   │   ├── rh.w-g.pct.mgh.20.qcache.touch │   │   │   ├── rh.w-g.pct.mgh.25.qcache.touch │   │   │   ├── rh.w-g.pct.mgh.5.qcache.touch │   │   │   ├── rh.white.H.0.qcache.touch │   │   │   ├── rh.white.H.10.qcache.touch │   │   │   ├── rh.white.H.15.qcache.touch │   │   │   ├── rh.white.H.20.qcache.touch │   │   │   ├── rh.white.H.25.qcache.touch │   │   │   ├── rh.white.H.5.qcache.touch │   │   │   ├── rh.white.H.K.touch │   │   │   ├── rh.white.K.0.qcache.touch │   │   │   ├── rh.white.K.10.qcache.touch │   │   │   ├── rh.white.K.15.qcache.touch │   │   │   ├── rh.white.K.20.qcache.touch │   │   │   ├── rh.white.K.25.qcache.touch │   │   │   ├── rh.white.K.5.qcache.touch │   │   │   ├── rh.white.preaparc.touch │   │   │   ├── rh.white.touch │   │   │   ├── segstats.touch │   │   │   ├── skull.lta.touch │   │   │   ├── skull_strip.touch │   │   │   ├── talairach.touch │   │   │   ├── wmaparc.stats.touch │   │   │   └── wmsegment.touch │   │   └── trash │   └── spm │   ├── dartel │   │   └── group-1 │   │   ├── atlas_statistics │   │   │   ├── sub-S0002_ses-1_T1w_segm-graymatter_space-Ixi549Space_modulated-on_probability_space-AAL2_map-graymatter_statistics.tsv │   │   │   ├── sub-S0002_ses-1_T1w_segm-graymatter_space-Ixi549Space_modulated-on_probability_space-AICHA_map-graymatter_statistics.tsv │   │   │   ├── sub-S0002_ses-1_T1w_segm-graymatter_space-Ixi549Space_modulated-on_probability_space-Hammers_map-graymatter_statistics.tsv │   │   │   ├── sub-S0002_ses-1_T1w_segm-graymatter_space-Ixi549Space_modulated-on_probability_space-LPBA40_map-graymatter_statistics.tsv │   │   │   └── sub-S0002_ses-1_T1w_segm-graymatter_space-Ixi549Space_modulated-on_probability_space-Neuromorphometrics_map-graymatter_statistics.tsv │   │   ├── sub-S0002_ses-1_T1w_segm-csf_space-Ixi549Space_modulated-on_fwhm-8mm_probability.nii.gz │   │   ├── sub-S0002_ses-1_T1w_segm-csf_space-Ixi549Space_modulated-on_probability.nii.gz │   │   ├── sub-S0002_ses-1_T1w_segm-graymatter_space-Ixi549Space_modulated-on_fwhm-8mm_probability.nii.gz │   │   ├── sub-S0002_ses-1_T1w_segm-graymatter_space-Ixi549Space_modulated-on_probability.nii.gz │   │   ├── sub-S0002_ses-1_T1w_segm-whitematter_space-Ixi549Space_modulated-on_fwhm-8mm_probability.nii.gz │   │   ├── sub-S0002_ses-1_T1w_segm-whitematter_space-Ixi549Space_modulated-on_probability.nii.gz │   │   └── sub-S0002_ses-1_T1w_target-1_transformation-forward_deformation.nii.gz │   └── segmentation │   ├── dartel_input │   │   ├── sub-S0002_ses-1_T1w_segm-csf_dartelinput.nii.gz │   │   ├── sub-S0002_ses-1_T1w_segm-graymatter_dartelinput.nii.gz │   │   └── sub-S0002_ses-1_T1w_segm-whitematter_dartelinput.nii.gz │   ├── native_space │   │   ├── sub-S0002_ses-1_T1w_segm-csf_probability.nii.gz │   │   ├── sub-S0002_ses-1_T1w_segm-graymatter_probability.nii.gz │   │   └── sub-S0002_ses-1_T1w_segm-whitematter_probability.nii.gz │   └── normalized_space │   ├── sub-S0002_ses-1_space-Ixi549Space_T1w.nii.gz │   ├── sub-S0002_ses-1_T1w_segm-csf_space-Ixi549Space_modulated-off_probability.nii.gz │   ├── sub-S0002_ses-1_T1w_segm-graymatter_space-Ixi549Space_modulated-off_probability.nii.gz │   ├── sub-S0002_ses-1_T1w_segm-whitematter_space-Ixi549Space_modulated-off_probability.nii.gz │   ├── sub-S0002_ses-1_T1w_target-Ixi549Space_transformation-forward_deformation.nii.gz │   └── sub-S0002_ses-1_T1w_target-Ixi549Space_transformation-inverse_deformation.nii.gz └── t1_linear ├── sub-S0002_ses-1_space-MNI152NLin2009cSym_desc-Crop_res-1x1x1_T1w.nii.gz ├── sub-S0002_ses-1_space-MNI152NLin2009cSym_res-1x1x1_affine.mat └── sub-S0002_ses-1_space-MNI152NLin2009cSym_res-1x1x1_T1w.nii.gz

66 directories, 1367 files

NicolasGensollen commented 3 months ago

Thanks for providing the content of your BIDS and CAPS folders @Luoyu-Wang.

I had a quick look and it looks like issue #890 was reporting the same problem some time ago but was never really solved.

The problem happens here:

https://github.com/aramis-lab/clinica/blob/82cf7649fd55c22e96ad8b6d043266ae3085eb63/clinica/pipelines/pet_surface/pet_surface_utils.py#L445-L447

And it seems to be linked with source and destination being reversed. By looking at the code, they don't seem to be reversed which is a bit confusing though... 🤔

In #890, the author was apparently able to run the pipeline successfully by doing some minor modifications to the code of this function. Could you try this solution and see if it works ?

If it does, we would need to make a proper fix to avoid seeing this problem coming back again.

github-actions[bot] commented 1 week ago

This issue is considered stale because it has not received further activity for the last 14 days. You may remove the inactive label or add a comment, otherwise it will be closed after the next 14 days.