Skip to content
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

Remove selections of IR points outside the frame #29

Open
willettk opened this issue Mar 29, 2016 · 1 comment
Open

Remove selections of IR points outside the frame #29

willettk opened this issue Mar 29, 2016 · 1 comment

Comments

@willettk
Copy link
Owner

A few hundred points (<0.03% of total) are somehow recorded as being outside of the 424x424 bounding box of the IR counterpart. Eg,

...
"ir" : {
                "0" : {
                    "x" : "-48.5",
                    "y" : "391.5299987792969"
                },
                "1" : {
                    "x" : "-48.5",
                    "y" : "391.5299987792969"
                },
                "2" : {
                    "x" : "-48.5",
                    "y" : "391.5299987792969"
                }
            }
...

There aren't any obvious similarities in user, subject, survey, operating system, date, physical location of subject, or position with regard to the bounding box.

Needs something in the code to automatically remove these points from consideration.

@willettk
Copy link
Owner Author

Same applies to (just a few) radio points as well.

screen shot 2016-03-28 at 9 27 15 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant