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

[122] CaImAn preprocess/deconvolve/evaluation #582

Open
ReiHashimoto opened this issue Oct 17, 2023 · 0 comments
Open

[122] CaImAn preprocess/deconvolve/evaluation #582

ReiHashimoto opened this issue Oct 17, 2023 · 0 comments

Comments

@ReiHashimoto
Copy link
Collaborator

概要

以下のアルゴリズムノードを新規に追加

  • preprocess
  • deconvolve

以下の処理に関するパラメータの追加・セクション分け

  • evaluation

詳細

preprocess

https://github.com/flatironinstitute/CaImAn/blob/main/caiman/source_extraction/cnmf/cnmf.py#L977-L989
現行のcnmf同様にcnmf.CNMFのオブジェクトを生成し、上記メソッドを呼び出す

deconvolve

https://github.com/flatironinstitute/CaImAn/blob/main/caiman/source_extraction/cnmf/cnmf.py#L724-L775
FluoDataを入力として使用するため、上記の処理の呼び出しではなく相当する処理を実装する必要がありそう。

evaluation

https://github.com/flatironinstitute/CaImAn/blob/main/caiman/source_extraction/cnmf/cnmf.py#L520-L524

  • (要確認)estimate_components_quality()が該当?
  • この処理にのみ使用しているパラメータを確認し、yamlに追加する。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant