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

reduce angular search space by applying symmetry #55

Merged
merged 2 commits into from
Nov 1, 2023

Conversation

McHaillet
Copy link
Collaborator

Closes #29

I added a small option to reduce angular search space for n-fold symmetrical particles.

  • pytom_match_template.py has a symmetry option
  • the symmetry is applied in TMJob by indexing into the angular search lists

Can this still be part of the 0.3.0 version or should I increase th version number?

@McHaillet McHaillet changed the title reduced angular search space by applying symmetry reduce angular search space by applying symmetry Nov 1, 2023
@McHaillet McHaillet requested a review from sroet November 1, 2023 12:43
Copy link
Collaborator

@sroet sroet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please use slightly less obscure ways to round up 😅

Can this still be part of the 0.3.0 version or should I increase th version number?

I don't see breaking changes, so feel free to keep the version number as is. Also, normally the version is only "locked-in" after a proper release has been done. So no need to update it further (even for breaking changes) untill we do another proper release (by tagging it and drafting it in here)

src/bin/pytom_match_template.py Outdated Show resolved Hide resolved
src/pytom_tm/tmjob.py Outdated Show resolved Hide resolved
src/pytom_tm/tmjob.py Outdated Show resolved Hide resolved
src/pytom_tm/tmjob.py Outdated Show resolved Hide resolved
Copy link
Collaborator

@sroet sroet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, feel free to merge

@McHaillet McHaillet merged commit 75dd600 into SBC-Utrecht:main Nov 1, 2023
@McHaillet McHaillet deleted the symmetry_option branch November 1, 2023 14:01
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.

symmetry option for the template matching search
2 participants