Size: 454
Comment:
|
Size: 829
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 9: | Line 9: |
t = Transform3D(EULER_EMAN,10,23,0) # three angles are az=10,alt=23,phi=0 | t = Transform3D(EULER_EMAN,10,23,0) # three angles in the EMAN convention are az=10,alt=23,phi=0. # The convention may also be EULER_SPIDER, EULER_IMAGIC, EULER_MRC, EULER_SPIN, EULER_XYZ |
Line 15: | Line 16: |
This next section will look better once we get mathml working A pixel given at coordinate vector v = [x,y,z]^T will be transformed using the following" vhat = T_post R T_pre v Where the rotation matrix R is as defined in Baldwin and Penczek 2007. |
Transformations in the context of projections, reconstructions, and in general
Transforming an EMData object
An EMData object may be transformed using the following syntax
This next section will look better once we get mathml working
A pixel given at coordinate vector v = [x,y,z]^T will be transformed using the following"
vhat = T_post R T_pre v
Where the rotation matrix R is as defined in Baldwin and Penczek 2007.