neuralib.atlas.ccf.matrix.load_transform_matrix
- neuralib.atlas.ccf.matrix.load_transform_matrix(filepath, plane_type, resolution=10, default_name='test')[source]
matrix for image transformation
- Parameters:
filepath (str | Path | PathLike[str]) – transformation matrix .mat file
plane_type (Literal['coronal', 'sagittal', 'transverse']) –
PLANE_TYPE{‘coronal’, ‘sagittal’, ‘transverse’}resolution (int) – atlas resolution
default_name (str) – name of the
CCFTransMatrix
- Returns:
CCFTransMatrix- Return type: