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.