Description Usage Arguments Value Note
Reconstruction from Freesurfer for Step 1-5
(Motion Correction to Skull Strip), which calls -autorecon1
in recon-all
1 2 3 4 5 6 7 8 9 10 11 | recon_con1(infile, outdir = NULL, subjid, verbose = TRUE)
autorecon1(infile, outdir = NULL, subjid, verbose = TRUE)
recon_con2(infile, outdir = NULL, subjid, verbose = TRUE)
autorecon2(infile, outdir = NULL, subjid, verbose = TRUE)
recon_con3(infile, outdir = NULL, subjid, verbose = TRUE)
autorecon3(infile, outdir = NULL, subjid, verbose = TRUE)
|
infile |
Input filename (dcm or nii) |
outdir |
Output directory |
subjid |
subject id |
verbose |
print diagnostic messages |
Result of system
See https://surfer.nmr.mgh.harvard.edu/fswiki/recon-all for the
steps of each autorecon1-3
.
If you set infile = NULL
, then you can omit the
-i
flag in recon-all
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.