oist / optinist

calcium imaging pipeline tool
GNU General Public License v3.0
33 stars 13 forks source link

[122] CaImAn preprocess/deconvolve/evaluation #582

Open ReiHashimoto opened 8 months ago

ReiHashimoto commented 8 months ago

概要

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

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

詳細

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