Multi-channel, multi-plane TwoPhotonSeries / ImageSeries #64
Replies: 2 comments 4 replies
-
Hi there, This answer has two parts: one for the multi-channel, one for the multi-plane Multi-channel: Due to the current design of the ImagingPlane object, which includes OpticalChannel metadata, you would currently create one unique ImagingPlane per unique OpticalChannel, and separate TwoPhotonSeries linking to their appropriate ImagingPlane (and by extension, the appropriate color filter) We realize this seems a bid redundant since both OpticalChannels share the same physical space; stay tuned with the ndx-microscopy extension and subsequent NEP proposal to have this metadata structure improved in the core NWB schema Multi-plane: this one is less straightforward and has a lot to do with how you usually interpret your own data. If the grid spacing of each plane overlaps to the point where it can be considered, effectively, one contiguous volume, then you would have a 3-D ImagingPlane and 4-D TwoPhotonSeries with the last axis being concatenation over depths. This is most common for whole-brain imaging such as this dandiset: https://dandiarchive.org/dandiset/000350?search=ahrens&pos=1 Even if the grid spacing overlaps, but you usually analyze each plane separately independent of the volume, then I would create a separate 2-D ImagingPlane per depth and separate 3-D TwoPhotonSeries per plane If the grid spacing between planes doesn't overlap at all, then again go with separate ImagingPlane objects per plane and separate TwoPhotonSeries for each plane |
Beta Was this translation helpful? Give feedback.
-
As far as I can see, it is possible to add multiple optical channels per imaging plane. Should I refrain from doing that and instead create something like this: "imagine_plane1_channel1" with optical channel "channel1" Another question: for the indicator property on the imaging plane, is it ok to add a list of indicators if multiple indicators are used? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way of adding multi-channel, multi-plane TwoPhotonSeries to NWB? Should I make one TwoPhotonSeries per channel? Are there any examples for how to convert a multichannel, multiplane image series?
Beta Was this translation helpful? Give feedback.
All reactions