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

ZART: Symmetry and random sorting #962

Open
wants to merge 2 commits into
base: devel
Choose a base branch
from
Open

ZART: Symmetry and random sorting #962

wants to merge 2 commits into from

Conversation

DavidHerreros
Copy link
Contributor

Two new functionalities have been added to ZART:

  • Symmetric reconstruction support: now it is possible to pass ZART a valid symmetry group to perform a symmetric reconstruction handled internally by the software. Therefore, it is no longer needed to symmetrize the input particles beforehand, reducing the disk space consumed by the program
  • Random sorting of particles: When the particle datasets are large (>1M images), the orthogonal sorting of the dataset carried out by ZART becomes quite slow. For these cases, it is now possible to tell the program to bypass this orthogonal sorting and perform a random sorting instead, which performs much better for large datasets.

@DavidHerreros DavidHerreros marked this pull request as ready for review December 20, 2024 07:38
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.

1 participant