Conversation
added set_eucentric_focus to atlas
- The squares in "bad" classes and outside the stage range were selected.
The issue was related to the way targets were removed from a list when selected but then checked against another list that no longer had the same lenght.
I made sure that the lists are the same lenght in every case. I wrote additional tests to make sure that the issue was fixed.
- Changed the selector notation to take all the factors into account when filtering out bad targets. Now it uses the ?_?_????? notation to filter out the bad targets. The first digit is whether it's in range of the stage.
The second shows each of the classifiers and the third shows the selectors. Any 0 means the target is bad and should be filtered out. From the remainder, we pick unique combinations at random to offer a variety of targets.
- Added a new selector to the server that allows the user to select the distance from the center of the square. This is useful for selecting targets that are not always near the edges of the square. The user can select the distance from the center in microns.
Adding tags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.