michaelschaub/calcium-imaging-analysis

Make Task data optional

Opened this issue · 1 comments

Implement a way for task data to be optional in DecompData.

Proposal:

Split DecompData into three classes, one for the decomposition, one for trial data and one container holding both.
Container could maybe inherit decomposition, or with multiple inheritance also from trial data.