You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
suggest issue might be that origin of --and map is shifted but not of --i map:
Before - Size of Iin: Size(Z,Y,X): 360x360x360 k=[0..359] i=[0..359] j=[0..359]
Before - Size of Ip: Size(Z,Y,X): 360x360x360 k=[0..359] i=[0..359] j=[0..359]
After - Size of Iin: Size(Z,Y,X): 360x360x360 k=[0..359] i=[0..359] j=[0..359]
After - Size of Ip: Size(Z,Y,X): 360x360x360 k=[-180..179] i=[-180..179] j=[-180..179]
This bug (bitbucket Issue no. 24) seems to have re-emerged.
I can reproduce when --i and --and are same map (emd_2660.map from RELION benchmark). Print statements before/after
relion/src/apps/mask_create.cpp
Line 151 in cc07023
and reverting 034de96 appears to fix?
The text was updated successfully, but these errors were encountered: