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

Move hard-coded line in V2V3 monitor #168

Open
Rplesha opened this issue Jun 9, 2020 · 0 comments
Open

Move hard-coded line in V2V3 monitor #168

Rplesha opened this issue Jun 9, 2020 · 0 comments
Labels

Comments

@Rplesha
Copy link

Rplesha commented Jun 9, 2020

} for item, ax in zip(self.fgs_events.items(), [-60, 50, -20, 20, -50, 20, 50, 60])

The random numbers list needs to be moved into the AcqImageV2V3Monitor class so that it is obvious that it needs to also be updated when a new break point is introduced. Otherwise, the break point line is added but the annotation of what the break point is doesn't show up because the zipped list stops at the minimum list size of the two lists being zipped.

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

No branches or pull requests

1 participant