Raw behavioral videos #8
-
Hello, In the current data set I am converting, there is a social competition set up between 2 mice. There are raw behavioral videos of the two mice, extracted position data for each mouse, neural data collected from each mouse. I plan to structure my nwb file around a single subject, but I am not sure what is the best practice to apply for storing raw videos or if it makes sense to try and link up the two nwb files in some way, as they are part of the same session. Here are my specific questions:
Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
Is this the correct way to add multiple SpatialSeries to a Position, just tack it on?
|
Beta Was this translation helpful? Give feedback.
-
@laurelrr Yes, you can do that. You can also do: position = types.core.Position();
position.spatialseries.set('SpatialSeries_1', spatial_series_ts_1);
position.spatialseries.set('SpatialSeries_2', spatial_series_ts_2); |
Beta Was this translation helpful? Give feedback.
session_id
.