Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| tools:unicort [2025/05/16 13:25] – created will | tools:unicort [2026/02/03 11:09] (current) – add code and warning will | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== UNICORT ====== | ====== UNICORT ====== | ||
| **Unified segmentation based correction of R1 brain maps for RF transmit field inhomogeneities (UNICORT)** | **Unified segmentation based correction of R1 brain maps for RF transmit field inhomogeneities (UNICORT)** | ||
| - | ([[https:// | + | ([[https:// |
| We use this before running [[: | We use this before running [[: | ||
| * [[: | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| + | * [[: | ||
| * [[: | * [[: | ||
| + | | ||
| + | |||
| + | <WRAP important> | ||
| + | <code matlab "/ | ||
| + | anat = spm_BIDS(bdir,' | ||
| + | if isempty(anat), | ||
| + | |||
| + | % anat = cellfun(@(x)replace(x, | ||
| + | |||
| + | matlabbatch{1}.spm.spatial.preproc.channel.vols | ||
| + | matlabbatch{1}.spm.spatial.preproc.channel.biasreg | ||
| + | matlabbatch{1}.spm.spatial.preproc.channel.biasfwhm | ||
| + | matlabbatch{1}.spm.spatial.preproc.channel.write | ||
| + | matlabbatch{1}.spm.spatial.preproc.warp.mrf = 1; | ||
| + | matlabbatch{1}.spm.spatial.preproc.warp.cleanup = 1; | ||
| + | matlabbatch{1}.spm.spatial.preproc.warp.reg = [0, 0.001, 0.5, 0.05, 0.2]; | ||
| + | matlabbatch{1}.spm.spatial.preproc.warp.affreg = ' | ||
| + | matlabbatch{1}.spm.spatial.preproc.warp.fwhm = 0; | ||
| + | matlabbatch{1}.spm.spatial.preproc.warp.samp = 3; | ||
| + | matlabbatch{1}.spm.spatial.preproc.warp.write = [0, 0]; | ||
| + | </ | ||