int-brain-lab / iblrig

Main repository for IBL rig code
https://int-brain-lab.github.io/iblrig/
MIT License
22 stars 21 forks source link

set the session number IDX parameter in the iblrig GUI automatically #639

Closed oliche closed 6 months ago

oliche commented 8 months ago

Ephys choice world has 12 pre-determined sequences of trials. This index ranging from 0 to 11 is a task parameter and should be incremented at each subsequent sessions of the same subject.

The parameter is already present in iblrig, but we could re-use the infrastructure that searches past sessions for the same protocol to infer what was the last number used.

bimac commented 6 months ago

closing as duplicate of #658