sgoldenlab / simba

SimBA (Simple Behavioral Analysis), a pipeline and GUI for developing supervised behavioral classifiers
https://simba-uw-tf-dev.readthedocs.io/
GNU General Public License v3.0
273 stars 137 forks source link

Analyze ROI with specific time frame #222

Closed Destiny-123 closed 10 months ago

Destiny-123 commented 1 year ago

Hello,

Is there a way to analyze time spent and entry ties of specific ROIs for a specific time? For example, if I have a 5 minute video and want to also analyze ROIs for the first 2 minutes of video.

sronilsson commented 1 year ago

Hi @Destiny-123, yes there is a method to split the results into time-bins, see screenshot below. To get the results in the first 2 minutes, set the bin size to 120s, and look at the results in the very first time bin in the output results file.

image