get_par_filenames {kirby21.base} | R Documentation |
Get Filenames of Par files
Description
Return the filenames for the par files
Usage
get_par_filenames(
ids = get_ids(),
modalities = c("FLAIR", "MPRAGE", "T2w", "fMRI", "DTI"),
visits = c(1, 2)
)
Arguments
ids |
ID to return |
modalities |
vector of image modalities within
|
visits |
Vector of scan indices to return (1 or 2 or both) |
Value
Data.frame of filenames
Examples
get_par_filenames()
[Package kirby21.base version 1.7.3 Index]