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

fix: rewrite StaffFinding while loop and clean up #1132

Merged
merged 1 commit into from
Feb 23, 2024

Conversation

homework36
Copy link
Contributor

@homework36 homework36 commented Feb 21, 2024

Fix #1124

  • adjust initial condition for staff finding
  • make sure the blackness will decrease by 0.05 when previous try did not work
  • make sure the algorithm finds more than one spot
  • handle worst case when gamera fails and raise exception here to avoid error msg in later jobs
  • output message for successful or failed staff finding
  • remove old codes
  • tested on Einsiedeln 158v, 168r, 269v (which failed in original code) and 059v

Resolves: (#1124)

  • I passed the docker hub test, and images can be built successfully.
  • I passed the GitHub CI test, so rodan functionalities and jobs work.

Fix #1124
- adjust initial condition for staff finding
- make sure the blackness will decrease by 0.05 when previous try did not work
- make sure the algorithm finds more than one spot
- handle worst case when gamera fails and raise exception here to avoid error msg in later jobs
- output message for successful or failed  staff finding
- remove old codes
- tested on Einsiedeln 158v, 168r, 269v (which failed in original code) and 059v
@softcat477 softcat477 merged commit 82a230b into develop Feb 23, 2024
2 checks passed
@github-actions github-actions bot mentioned this pull request Nov 6, 2024
2 tasks
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

Successfully merging this pull request may close these issues.

2 participants