Skip to content

Commit

Permalink
added olsen nd2
Browse files Browse the repository at this point in the history
  • Loading branch information
cudmore committed Feb 4, 2025
1 parent 1f58b37 commit 5148be5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/pymapmanager/interface2/stackWidgets/base/mmWidget2.py
Original file line number Diff line number Diff line change
Expand Up @@ -743,10 +743,10 @@ def getAnalysisParams(self):

def getUndoRedo(self):
if self._iAmStackWidget:
logger.info(f' getting from stack widget')
# logger.info(f' getting from stack widget')
_undoRedo = self.getStack().getTimeSeriesCore().getUndoRedo()
elif self._iAmMapWidget:
logger.info(f' getting from map widget')
# logger.info(f' getting from map widget')
_undoRedo = self.getTimeSeriesCore().getUndoRedo()
else:
logger.error('neither a map or stack widget???')
Expand Down
6 changes: 3 additions & 3 deletions src/pymapmanager/stackcontrast.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ def setValue(self, channelIdx, key, value):
def _setDefaults(self):
metadata = self._stack.getMetadata()
metadataContrast = metadata.metadataContrast
logger.info('xxx metadata')
from pprint import pprint
pprint(metadata)
# logger.info('xxx metadata')
# from pprint import pprint
# pprint(metadata)

# for channelIdx in range(self._stack.numChannels):
listOfChannelIdx = self._stack.getChannelList()
Expand Down

0 comments on commit 5148be5

Please sign in to comment.