LBEM-CH / focus

High Throughput Electron Microscopy Image Processing Software
http://www.focus-em.org
GNU General Public License v2.0
35 stars 14 forks source link

Symmetrization for 2d crystals #130

Open nikhilbiyani opened 8 years ago

nikhilbiyani commented 8 years ago

I just noticed two different versions of symmetrization table. The C++ code which symmetrizes the 3D volume searches for much less symmetric spots compared to those listed in 2dx_sym2spcgrp_sub.com script.

The two tables can be found in following files: kernel/proc/2dx_sym2spcgrp_sub.com (line 295) kernel/mrc/source/2dx_volume_processing/lib/symmetrization/symmetry_operations.hpp

The other problem with the C++ table is that it does not conside _a/_b symmetries. This can be really hazardous. We need to check the correct symmetric spots.