ComputationalCryoEM / ASPIRE-Python

Algorithms for Single Particle Reconstruction
http://spr.math.princeton.edu
GNU General Public License v3.0
46 stars 21 forks source link

Missing CL Features #1107

Open garrettwrong opened 6 months ago

garrettwrong commented 6 months ago

Comparing with the MATLAB code I found the following three features are not implemented:

Discussing with Josh, we may be able to use some of J synchronization code that was implemented for the Cn method for C1.

garrettwrong commented 6 months ago

@j-c-c , looking more, I think our CL Sync might be a totally different algorithm. The Python code is using the 2x2 blocks synch matrix, while the MATLAB is using the 3x3 blocks. There is a 2x2 implementation as well, but they are different. 😂 .