thuem / THUNDER

A particle-filter framework for robust cryoEM 3D reconstruction
GNU General Public License v2.0
56 stars 10 forks source link

about RELION_2_THU.py #22

Open zhanghui186 opened 3 years ago

zhanghui186 commented 3 years ago

Hello! If I am going to use the results of the relion to continue local refine, I need to convert the Euler angles in the star file into a unit quaternion to a thu file. This code does not seem to work, does it?

lemonade7296 commented 3 years ago

Hello! If I am going to use the results of the relion to continue local refine, I need to convert the Euler angles in the star file into a unit quaternion to a thu file. This code does not seem to work, does it?

You can have a try with the file STAR_2_THU.py in folder script of branch thunder-alpha. I have attached this file below. STAR_2_THU.zip

zhanghui186 commented 3 years ago

Hello! If I am going to use the results of the relion to continue local refine, I need to convert the Euler angles in the star file into a unit quaternion to a thu file. This code does not seem to work, does it?

You can have a try with the file STAR_2_THU.py in folder script of branch thunder-alpha. I have attached this file below. STAR_2_THU.zip

Thank you very much for your reply!