Skip to content

Commit

Permalink
spatial_selectivity
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanharvey1 committed Apr 11, 2023
1 parent 88d7ec6 commit bccbc27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ripple_heterogeneity/place_cells/maps.py
Original file line number Diff line number Diff line change
Expand Up @@ -608,6 +608,10 @@ def spatial_information(self):
def information_rate(self):
return self.tc.information_rate

@property
def spatial_selectivity(self):
return self.tc.spatial_selectivity

def __sub__(self, other):
return self.tc.__sub__(other)

Expand Down

0 comments on commit bccbc27

Please sign in to comment.