buzsakilab / buzcode

Code for internal lab sharing - polishing has started but is by no means complete
http://www.buzsakilab.com/
GNU General Public License v3.0
119 stars 128 forks source link

Behavior and session management functions. #382

Closed valegarman closed 4 years ago

valegarman commented 4 years ago

Main functions for session management are sessionsPipeline.m (to organize and create folders for new sessions) and updateExpFolder.m (to update -copy/move- sessions from recordings disks to analysis disks). Main functions for getting the behavior structure are (in that order): getSessionTracking.m, getSessionArmChoice.m and getSessionLinearize.m. Probably we need some work to make them more general. We can change names if they are not good. Also bz_RunIca and some minor fixes (in bz_CSD).

AntonioFR8 commented 4 years ago

Thanks Manu. I'm going to be looking at this today and tomorrow

AntonioFR8 commented 4 years ago

Some reorganization and updates to the main functions: sessionsPipeline, AnalysisBatchScript and getSessionTracking