Skip to content

Is there a way to insert Movement data collected as digital data? #97

Answered by petersenpeter
GuilleSGCUPO asked this question in Q&A
Discussion options

You must be logged in to vote

OK, in that case, you can either define a manipulation struct with intervals with movement or provide the intervals as an input when you run ProcessCellMetrics: https://cellexplorer.org/tutorials/manipulation-tutorial/#example-2-excluding-manipulations-for-waveform-metrics-by-supplying-intervals

excludeIntervals = [0,2000;20010,2020]; % in seconds - pairs of intervals
% Now compute the metrics while using the input parameter: excludeIntervals
cell_metrics_control  = ProcessCellMetrics('session', session,'saveAs','cell_metrics_control','excludeIntervals',excludeIntervals);

In the above code example, I save the metrics with a different name, but you can also run the pipeline without saving…

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@GuilleSGCUPO
Comment options

Comment options

You must be logged in to vote
1 reply
@GuilleSGCUPO
Comment options

Answer selected by GuilleSGCUPO
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants