Description Usage Arguments Value Author(s) Examples
Intersection of a list of brain masks.
1 2 |
list |
List of the mask input files (nifti files) or mask nifti objects. |
output.file |
Optional filename for the output image. |
prob |
Probability of intersection. Ex: 0.9 will return a mask for voxels that intersect 90% of the time. |
reorient |
Should the input images be reoriented? FALSE by default. |
returnObject |
Should a nifti object be returned? |
writeToDisk |
Should the intersection mask be saved to the disk? |
verbose |
Should messages be printed? |
If returnObject
is TRUE
, a nifti
object is
returned, and if writeToDisk
is TRUE
, the intersection mask is
saved to disk as a NIfTI file.
Jean-Philippe Fortin
1 2 3 4 | if (require(EveTemplate)){
path1 <- path2 <- getEvePath()
inter <- maskIntersect(list(path1,path2), writeToDisk=FALSE)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.