We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 255c084 commit 46743bdCopy full SHA for 46743bd
1 file changed
src/pymapmanager/interface2/stackWidgets/stackWidget2.py
@@ -100,6 +100,10 @@ def __init__(self,
100
def getTimeSeriesCore(self):
101
return self._stack.getTimeSeriesCore()
102
103
+ @property
104
+ def numSessions(self):
105
+ return self.getTimeSeriesCore().numSessions
106
+
107
@property
108
def currentSliceNumber(self):
109
"""Get the current color channel index.
0 commit comments