recon_surf.rotate_sphere¶
- recon_surf.rotate_sphere.align_aparc_centroids(v_mov, labels_mov, v_dst, labels_dst, label_ids=None)[source]¶
Align centroid of aparc parcels on the sphere (Attention mapping back to sphere!).
- Parameters:
- v_mov
npt.ArrayLike
Vertices of aparc pareclation to move.
- labels_mov
npt.ArrayLike
Labels of aparc parcelation to move.
- v_dst
npt.ArrayLike
Vertices of aparc pareclation for rotation destination.
- labels_dst
npt.ArrayLike
Labels of aparc parcelation for rotation destination.
- label_ids
npt.ArrayLike
Ids of the centroid to be aligned. Defaults to None.
- v_mov
- Returns:
- R
npt.NDArray
[float
] Rotation Matrix.
- R
- recon_surf.rotate_sphere.options_parse()[source]¶
Create a command line interface and return command line options.
- Returns:
- options
argparse.Namespace
Namespace object holding options.
- options