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

Slice point number does not update properly when moving to next slice #62

Open
kouichi-c-nakamura opened this issue Jul 20, 2022 · 0 comments

Comments

@kouichi-c-nakamura
Copy link
Contributor

I noticed that when I'm using sliceBrowser and move to the next slice, and I add a few points in the new pair of slices, hitting h on Atlas Viewer results in a wrong number of slice points (points to be used to match histological slices and atlas slices). I receive an error message saying the number of points do not match between Slice Viewer and Atlas Viewer, although they clearly should.

eg. When I added 3 points each for the new slice on Slice Viewer and Atlas Viewer and had 16 points in the previous, I received this error message:

Unable to transform -- 19 slice points and 3 reference points

Apparently, AtlasTransformBrowser.m (around here) fails to update the number of points on the histological slice (ud_slice.pointList) and accumulate the points from the previous slice and ones added in the new slice, thus reporting too many slice points compared to reference points on atlas images.

I can manually delete the slice points by hitting d many times for the moment.

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