create_bias_list {neuronorm} | R Documentation |
Create a vector of inhomogeneity corrected images based on the available MRI images modalities.
Description
This function creates a vector of imhomogeneity corrected images for a patient. The vector contains a vector of the length of the MRI modalities (T1-weighted, T2-weighted and/or FLAIR).
Usage
create_bias_list(modalities, bias_T1, list_corregister)
Arguments
modalities |
vector of strings containing the modalities to be preprocessed. It must always contains the T1-weighted sequence scan. |
bias_T1 |
bias image in NifTI format. |
list_corregister |
list of paths of corregisted images. |
Value
vector of inhomogeneity corrected images based on modalities available.
[Package neuronorm version 1.0.2 Index]