Skip to content

Unify the functions for pre-processing 2D images and 3D volumes #122

@junchaoxia

Description

@junchaoxia

The pre-processing functions from the original ASPIRE-python under src/aspire/aspire/preprocessor.py have different implementations with the internal functions of Image and Volume classes. This make comparison and tests more difficult to performed. For example, the rotation matrices to generate the 2D images from a 3D map have the x and y axes reversed,
https://github.com/ComputationalCryoEM/ASPIRE-Python/blob/master/src/aspire/volume/__init__.py#L87
We need to unify all functions related to these pre-processing operations.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions