Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Caiman_mc rois ?? #611

Open
milesOIST opened this issue Dec 12, 2023 · 0 comments
Open

Caiman_mc rois ?? #611

milesOIST opened this issue Dec 12, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@milesOIST
Copy link
Collaborator

milesOIST commented Dec 12, 2023

追加機能についての概要
Caiman_mc produces a variable rois, which has many more ROIs than cell_roi. However rois are not selectable. If you do select them you get this error:

Uncaught runtime errors:
ERROR
Cannot read properties of undefined (reading 'y')
TypeError: Cannot read properties of undefined (reading 'y')
    at http://localhost:3000/static/js/bundle.js:18478:24
    at Array.map (<anonymous>)
    at http://localhost:3000/static/js/bundle.js:18475:26
    at updateMemo (http://localhost:3000/static/js/bundle.js:411298:23)
    at Object.useMemo (http://localhost:3000/static/js/bundle.js:411874:20)
    at useMemo (http://localhost:3000/static/js/bundle.js:433788:25)
    at TimeSeriesPlotImple (http://localhost:3000/static/js/bundle.js:18473:69)
    at renderWithHooks (http://localhost:3000/static/js/bundle.js:410509:22)
    at updateFunctionComponent (http://localhost:3000/static/js/bundle.js:413391:24)
    at updateSimpleMemoComponent (http://localhost:3000/static/js/bundle.js:413253:14)
ERROR
Cannot read properties of undefined (reading 'y')
TypeError: Cannot read properties of undefined (reading 'y')
    at http://localhost:3000/static/js/bundle.js:18478:24
    at Array.map (<anonymous>)
    at http://localhost:3000/static/js/bundle.js:18475:26
    at updateMemo (http://localhost:3000/static/js/bundle.js:411298:23)
    at Object.useMemo (http://localhost:3000/static/js/bundle.js:411874:20)
    at useMemo (http://localhost:3000/static/js/bundle.js:433788:25)
    at TimeSeriesPlotImple (http://localhost:3000/static/js/bundle.js:18473:69)
    at renderWithHooks (http://localhost:3000/static/js/bundle.js:410509:22)
    at updateFunctionComponent (http://localhost:3000/static/js/bundle.js:413391:24)
    at updateSimpleMemoComponent (http://localhost:3000/static/js/bundle.js:413253:14)
ERROR
Cannot read properties of undefined (reading 'y')
TypeError: Cannot read properties of undefined (reading 'y')
    at http://localhost:3000/static/js/bundle.js:18478:24
    at Array.map (<anonymous>)
    at http://localhost:3000/static/js/bundle.js:18475:26
    at updateMemo (http://localhost:3000/static/js/bundle.js:411298:23)
    at Object.useMemo (http://localhost:3000/static/js/bundle.js:411874:20)
    at useMemo (http://localhost:3000/static/js/bundle.js:433788:25)
    at TimeSeriesPlotImple (http://localhost:3000/static/js/bundle.js:18473:69)
    at renderWithHooks (http://localhost:3000/static/js/bundle.js:410509:22)
    at updateFunctionComponent (http://localhost:3000/static/js/bundle.js:413391:24)
    at updateSimpleMemoComponent (http://localhost:3000/static/js/bundle.js:413253:14)
ERROR
this.container.removeAllListeners is not a function
TypeError: this.container.removeAllListeners is not a function
    at PlotlyChart.attachListeners (http://localhost:3000/static/js/bundle.js:423790:22)
    at PlotlyChart.<anonymous> (http://localhost:3000/static/js/bundle.js:423728:20)
    at step (http://localhost:3000/static/js/bundle.js:423671:17)
    at Object.next (http://localhost:3000/static/js/bundle.js:423620:14)
    at fulfilled (http://localhost:3000/static/js/bundle.js:423577:24)
ERROR
gd.emit is not a function
TypeError: gd.emit is not a function
    at http://localhost:3000/static/js/bundle.js:265158:8
ERROR
gd.emit is not a function
TypeError: gd.emit is not a function
    at http://localhost:3000/static/js/bundle.js:265158:8

It is also a bit surprising that caiman_cnmf finds only 6 ROIs (in all_roi) with the sample data set. I wonder the actual full number of ROIs is in rois, but these are no displayed.

Screenshot 2023-12-12 at 10 44 10 Screenshot 2023-12-12 at 10 43 21

高: この機能を早急に対応しなければ、他の開発に影響を与える。

ブランチ名
develop-main

@milesOIST milesOIST added the bug Something isn't working label Dec 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant