AllenNeuralDynamics / AllenNeuralDynamics/comb

Motion boundary

Open
#12 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
1
Forks
0
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**
Not specifically a bug, but a doubtful result from one experiment.
osid 1301716302 opid 1301873001 has very large margin of motion border (102 in all 4 edges).
Valid ROI masks seem to be outside of this border.

![image](https://github.com/user-attachments/assets/5ed896c4-eea1-4b0b-a5a2-a651b2e2a869)

**To Reproduce**
motion_df = bod.get_motion_transform_csv()
x_border = [max(motion_df.x.max(), 0), min(motion_df.x.min(), -1)]
y_border = [max(motion_df.y.max(), 0), min(motion_df.y.min(), -1)]

Check motion_df

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.