I2PC / xmippCore

Core functions for Xmipp and sharing with other packages (like Scipion)
GNU General Public License v3.0
4 stars 2 forks source link

Add batched EER reads #208

Open oierlauzi opened 3 days ago

oierlauzi commented 3 days ago

The previous implementation only worked in a very specific case we used for testing. Thanks to @Ratolon's field testing with tomography data, we have been able to identify many weaknesses of the previous implementation. This PR aims to fix all those errors to be able to handle a wider variety or EER files and use cases.

sonarcloud[bot] commented 2 days ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

Ratolon commented 2 days ago

It is giving MRCs as outputs now so I'd say it's fixed. I'm testing if this data is then usable to reconstruct. Thanks a lot for the work Oier