Description Usage Arguments Author(s)
View source: R/map_to_scanner.R
This function reads in filepaths for a set of niftis from two scanners and maps niftis from one scanner to the other.
1 2 3 4 5 6 7 8 9 10 11 | map_to_scanner(
inpaths,
outpath,
subjects,
scan_ids,
scanner,
map_from,
map_to,
grid_length = 1000,
...
)
|
inpaths |
List of paths to where nifti objects are stored. |
outpath |
Directory where mica normalized nifti objects will be stored. |
subjects |
List that denotes the subject id for each image. Alignment will occur at the subject level. |
scan_ids |
List of unique identifiers for each image. |
scanner |
Scanner on which each image was collected. Should be character vector same length as suubjects. |
map_from |
Character, name of scanner from which images will be mapped. |
map_to |
Character, name of scanner to which images will be mapped. |
grid_length |
Length of downsampled CDFs to be aligned. |
... |
Additional arguments passed to or from other functions. |
Julia Wrobel julia.wrobel@cuanschutz.edu
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.