eelbrain.VolumeSourceSpace.intersect

VolumeSourceSpace.intersect(self, other, check_dims=True)

Create a Source dimension that is the intersection with dim

Parameters:
dim : Source

Dimension to intersect with.

check_dims : bool

Check dimensions for consistency (not applicaple to this subclass).

Returns:
intersection : Source

The intersection with dim (returns itself if dim and self are equal)