snake.core.handlers.activations.roi#

Create a region of interest (ROI) inside an ellipsoid.

Module Contents#

Functions#

get_indices_inside_ellipsoid

Get the indices inside an ellipsoid.

Data#

API#

snake.core.handlers.activations.roi.get_indices_inside_ellipsoid(shape: tuple[int, int, int], center: tuple[int, int, int], semi_axes_lengths: tuple[int, int, int], euler_angles: tuple[int, int, int]) numpy.ndarray[source]#

Get the indices inside an ellipsoid.

snake.core.handlers.activations.roi.BRAINWEB_OCCIPITAL_ROI = None#