SmithLabNeuro / Ex

Experimental Software
8 stars 1 forks source link

[New feature] Archive bci calibration and decoder functions used in each session #15

Open yuumii-san opened 1 year ago

yuumii-san commented 1 year ago

Is your feature request related to a problem? Please describe. runex currently creates an archive of ex_xxx.m code. But for a task using a bci computer, critical changes sometimes happen within bci calibration or decoder functions. So we would like to archive them too.

Describe the solution you'd like Make sure that the control computer has the latest version of the calibration and decoding functions. Given this, we can use the same framework used to archive ex_xxx.m code.

Describe alternatives you've considered The control computer somehow accesses the data/bci computers and grabs the codes used in a session. Then, archive them using the same framework. (More difficult to implement)