eelbrain.UTS.intersect

UTS.intersect(self, dim, check_dims=True)

Create a UTS dimension that is the intersection with dim

Parameters:
dim : UTS

Dimension to intersect with.

check_dims : bool

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

Returns:
intersection : UTS

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