Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.51 KB

eman2.rst

File metadata and controls

33 lines (26 loc) · 1.51 KB

EMAN2

https://cloud.githubusercontent.com/assets/6952870/7273784/21fdc7c0-e8f7-11e4-91a1-21aa4d9a1fa3.png
[[cos phi,sin phi, 0],[-sin phi,cos phi,0],[0,0,1]]
[[1,0,0],[0, cos alt, sin alt],[0, -sin alt, cos alt]]
[[cos az,sin az, 0],[-sin az,cos az,0],[0,0,1]]
  • Particle coordinate files format: box files contain x/y coordinates of the lower left corner of the box; json files contain x/y coordinates of the box center

  • Conversion between EMAN2 and Relion/FReAlign

  • Datatypes in file header:

    • 1 - signed 8 bit
    • 2 - unsigned 8 bit
    • 3 - signed 16 bit
    • 4 - unsigned 16 bit
    • 5 - signed 32 bit
    • 6 - unsigned 32 bit
    • 7 - single precision floating point 32 bit