Description Usage Arguments Value
View source: R/seg_normalize.R
Spatially Normalize SMRI data and Tissue Segmentation, note T1 is required
1 2 3 4 5 6 7 | seg_normalize(prenormalize, template = c("none", "Eve", "MNI"),
norm_outdir = prenormalize$outdir, verbose = TRUE,
typeofTransform = "SyN", segment_typeofTransform = typeofTransform,
interpolator = "lanczosWindowedSinc",
dis_interpolator = "genericLabel",
malf_interpolator = "genericLabel", copy_origin = TRUE,
force_registration = FALSE, ...)
|
prenormalize |
list from |
template |
Resampling to |
norm_outdir |
Output directory of spatially normalized data. The
output directory of the segmentation images will still be specified
in |
verbose |
print diagnostic messages |
typeofTransform |
Transformation to use for registration,
passed to |
segment_typeofTransform |
Transformation to use for
|
interpolator |
Interpolation done, passed to
|
dis_interpolator |
Interpolation done, passed to
|
malf_interpolator |
interpolator for MALF procedure,
passed to |
copy_origin |
Copy image origin from image
being registered, using |
force_registration |
Should the MALF registrations be re-run if they already exist? |
... |
arguments passed to |
List of images, suffix, brain mask, gold standard, and registration if applicable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.