get_olsen_mtl: Load Olsen MTL Atlas

View source: R/olsen_mtl.R

get_olsen_mtlR Documentation

Load Olsen MTL Atlas

Description

Loads the Olsen medial temporal lobe atlas and optionally resamples it to a different space.

Usage

get_olsen_mtl(outspace = NULL)

Arguments

outspace

Optional NeuroSpace object specifying desired output space. If NULL (default), returns atlas in native 1mm MNI space.

Value

A list with class 'atlas' containing the MTL parcellation

See Also

get_hipp_atlas for hippocampus-specific parcellation

Examples

## Not run: 
# Load in native space
mtl <- get_olsen_mtl()

# Load and resample to a different space
mtl_resampled <- get_olsen_mtl(outspace = my_space)

## End(Not run)


bbuchsbaum/neuroatlas documentation built on Dec. 24, 2024, 4:22 a.m.