Skip to content

Commit

Permalink
before merge j-dev 20250116
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Jan 16, 2025
1 parent 255c084 commit 46743bd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/pymapmanager/interface2/stackWidgets/stackWidget2.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,10 @@ def __init__(self,
def getTimeSeriesCore(self):
return self._stack.getTimeSeriesCore()

@property
def numSessions(self):
return self.getTimeSeriesCore().numSessions

@property
def currentSliceNumber(self):
"""Get the current color channel index.
Expand Down

0 comments on commit 46743bd

Please sign in to comment.