StochasticAnalytics / emClarity

GNU Lesser General Public License v3.0
40 stars 6 forks source link

Bug in `interpolator.m` for symmetry #149

Closed thomasfrosio closed 9 months ago

thomasfrosio commented 2 years ago

If the symmetry is not a 'C' symmetry, the && operator will fail since convention ~= Bah is not a logical but an array of logical. We fixed it by replacing convention ~= 'Bah' with ~strcmp(convention, 'Bah').

https://github.com/bHimes/emClarity/blob/d624d8b58db6933ee334a6448789dda389f7ca21/testScripts/interpolator.m#L184-L186

bHimes commented 2 years ago

Thanks Thomas,

I have this bug fix in switch_2021a branch.

It also has saving of unmasked half maps and XML fsc for emdb.

Perhaps you could look at those changes and let me know id you spot any problems?

Cheers Ben

bHimes commented 9 months ago

(re?) fixed in f673fddfe22ef4be573350b25e157b0d7e13f9d6