combine
Import in python using from mcot.core.cifti import combine
-
mcot.core.cifti.combine(brain_models: Sequence[nibabel.cifti2.cifti2_axes.BrainModelAxis])[source]
Find the common space of multiple BrainModel axes
| Parameters: | brain_models – sequence of brain model axes |
| Returns: | tuple of common brain model and sequence of indices with the common space |