eelbrain.SourceSpace.intersect

SourceSpace.intersect(dim, 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 – The intersection with dim (returns itself if dim and self are equal)

Return type

Source