Skip to content

Behavioral tracking #74

Discussion options

You must be logged in to vote

The structure you suggested is correct. You don't need to use the GUI - this section is for describing your raw data (could be used to describe the DeepLabCut files). Save the behavior structure with an appropriate name, it could also be:

deeplabcut.timestamps = 1:100; % In seconds
deeplabcut.position.x = 1:100
deeplabcut.position.y = 1:00
deeplabcut.position.z = 1:100
deeplabcut.sr = 1;  %1 Hz

Not all fields are required. Then save the Matlab structure as basename.deeplabcut.behavior.mat
Then create a firingratemap structure as described in the tutorial.
Finally, rerun ProcessCellMetrics for that session, and it will import the rate maps to the cell_metrics, and you can view them in Cel…

Replies: 5 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@jesusmartin-cortecero
Comment options

Comment options

You must be logged in to vote
1 reply
@jesusmartin-cortecero
Comment options

Answer selected by jesusmartin-cortecero
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants