Size: 148
Comment:
|
Size: 454
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
== Transforms in the context of Projections, Reconstructions, and in General == | == Transformations in the context of projections, reconstructions, and in general == |
Line 3: | Line 3: |
=== Transforming an EMData Object === | === Transforming an EMData object === |
Line 5: | Line 5: |
When an EMData object | An EMData object may be transformed using the following syntax {{{#!python e = EMData("mydata.hdf") t = Transform3D(EULER_EMAN,10,23,0) # three angles are az=10,alt=23,phi=0 t.set_pretrans(1,1,1) t.set_postrans(2,2,2) e.rotate_translate(t) }}} === Transforms and Euler Angles in the context of Projections === |
Transformations in the context of projections, reconstructions, and in general
Transforming an EMData object
An EMData object may be transformed using the following syntax