-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add motion series from eztrack #9
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
|
||
## Figures to reproduce in the example notebook: | ||
1) ![img.png](assets/motion_freezing_across_session.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good idea,
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will add other for the segmentation data on this PR #7
description="ezTrack measures the motion of the animal by assessing the number of pixels of the behavioral " | ||
"video whose grayscale change exceeds a particular threshold from one frame to the next.", | ||
data=motion_data, | ||
unit="n.a", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We probably can get that from the method but maybe not worth it, should be something like pixel divided by time.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Following best practice it should be S.I. unit, I am not sure there is one for this case
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point. "a.u." atribtrary unit could work as well I guess.
Add MotionSeries to the behavioral module and link it to the FreezingTimeInterval table