michaelschaub / calcium-imaging-analysis

3 stars 1 forks source link

Add a way of uniquely identifying trials #119

Closed Joloco109 closed 1 year ago

Joloco109 commented 1 year ago

We want/need a way of uniquely identifying trials across sessions, subjects and sub-sampling.

Joloco109 commented 1 year ago

The columns mouse_id, trial_id and data_time (fixed in#117) should help with this.

Joloco109 commented 1 year ago

I would propose an identifier like SUBJ-YYYY-MM-DD-TRIALID.

Joloco109 commented 1 year ago

More generally every session should be addressable with some session id SESSID and their TRIALID, in pandas using multi row indexing, when this is not possible by SESSID-TRIALID.