MouseLand / suite2p

cell detection in calcium imaging recordings
http://www.suite2p.org
GNU General Public License v3.0
344 stars 240 forks source link

FEATURE: Multi channel data processing for h5 files #975

Open zoltanhock opened 1 year ago

zoltanhock commented 1 year ago

Feature you'd like to see:

In the current implementation we can define only 1 key for hdf5 data (in MESc files it is /MSession_0/MUnit_0/Channel_0). For multi channel measurement the further channels data access under /MSession_0/MUnit_0/Channel_1 /MSession_0/MUnit_0/Channel_2... I have attached a sample MESc (hdf5) file tree structure. hdf5structure

Attempted alternative approaches:

I have tried to set the parent for the data (/MSession_0/MUnit_0) but it not works and also tried (/MSession_0/MUnit0/Channel*)

Additional Context

No response