michaelschaub / calcium-imaging-analysis

3 stars 1 forks source link

Make Task data optional #136

Open Joloco109 opened 1 year ago

Joloco109 commented 1 year ago

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

Joloco109 commented 1 year ago

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.