OpticalChannel for TwoPhotonSeries #338
Labels
category: proposal
proposed enhancements or new features
priority: medium
non-critical problem and/or affecting only a small set of NWB users
For an Ophys dataset, I have:
2 OpticalChannels (Yellow and Red wavelenghts)
2 TwoPhotonSeries to be stored in acquisitions (Yellow and Red wavelenghts)
1 DfOverF signal to be stored in processing, that’s composed out of a ratio between the two channels raw signals
How many ImagingPlane objects should I have?
As I understand it, only one ImagingPlane would be necessary, since it accepts a list of OpticalChannels. Also, that would be the ImagingPlane associated with the ROIs in the processing modules.
TwoPhotonSeries, however, do not specify which OpticalChannel was used to record the data, so if the 2 TwoPhotonSeries above would have the same ImagingPlane, it would not be possible to tell which comes from Red and which comes from Yellow.
Should TwoPhotonSeries have a field linking it to a specific OpticalChannel?
The text was updated successfully, but these errors were encountered: