oist / optinist

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

[128] add caiman multisession cell extraction #584

Open ReiHashimoto opened 8 months ago

ReiHashimoto commented 8 months ago

https://github.com/flatironinstitute/CaImAn/blob/main/demos/notebooks/demo_multisession_registration.ipynb

input

いずれもリストで受け取る必要があるため、複数のinputノードを受け付け可能な仕様にする必要がある。 基本的には同一データ型のものを同じコネクタに複数連結する。 (1), (2)で入力順序の対応関係が一致するようにする必要があるが、これはファイル名昇順でそれぞれのデータ型のファイルをソートした際の同一の順序のもの同士が対応しているとみなす。

HDF5ファイルノードが複数データを受付け可能な仕様になっていないため、改修する。 (studio/app/common/core/rules/file_writer.py hdf5)