Skip to content

[BUG] FitInto failing on latgaussfitfr #1117

@barentine

Description

@barentine

Describe the bug
click a test frame localization:

DEBUG:PYME.DSView.fitInfo:running draw with i as none
DEBUG:PYME.DSView.fitInfo:running draw in NONE mode!!!
DEBUG:PYME.DSView.fitInfo:running draw with i as none
DEBUG:PYME.DSView.fitInfo:running draw in NONE mode!!!
DEBUG:PYME.DSView.fitInfo:running draw with i as none
DEBUG:PYME.DSView.fitInfo:running draw in NONE mode!!!
DEBUG:PYME.DSView.fitInfo:running draw with i as none
DEBUG:PYME.DSView.fitInfo:running draw in NONE mode!!!
C:\Users\aesb\AppData\Local\python-microscopy\lib\site-packages\PYME\DSView\arrayViewPanel.py:1086: wxPyDeprecationWarning: Call to deprecated item ImageFromData. Use :class:`Image` instead.
  img = wx.ImageFromData(ima.shape[1], ima.shape[0], ima.ravel())
ERROR:PYME.DSView.displayOptions:Error in OnChange
Traceback (most recent call last):
  File "C:\Users\aesb\AppData\Local\python-microscopy\lib\site-packages\PYME\DSView\displayOptions.py", line 332, in OnChange
    fcn()
  File "C:\Users\aesb\AppData\Local\python-microscopy\lib\site-packages\PYME\DSView\dsviewer.py", line 317, in update
    uCallback(self)
  File "C:\Users\aesb\AppData\Local\python-microscopy\lib\site-packages\PYME\DSView\modules\LMAnalysis.py", line 823, in update
    if 'fitInf' in dir(self) and not self.dsviewer.playbackpanel.tPlay.IsRunning():
AttributeError: 'PlayZTPanel' object has no attribute 'tPlay'

To Reproduce
Steps to reproduce the behavior:

  1. simulate data in PYMEAcquire, spooling to cluster of one h5, hit Analyse while running to pop open PYMEImage
  2. Click on test frame
  3. crack open the fitinfo panel
  4. See error

Platform (please complete the following information - or copy-paste from error dialog if shown):

  • OS: win10
  • installer 21.09.15

Additional context
get the same error if I open the series again in PYMEImage

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions