This is for the new subtomogram-subtilt refinement pipeline that will become available after EMAN2.9. Currently on the spt_new branch in Github. Both the pipeline and the tutorial are still under construction. Backward compatibility of the results is not guaranteed...

Tomogram reconstruction

Particle selection

Subtomogram-subtilt refinement

To use, simply run

With default options, the tutorial dataset should be able to get to ~7.5Å resolution. While the reported number is lower, the features in the resulting map are about as good as EMPIAR-11654.

Visualize particle motion in individual tilts

After a refinement, run

e2spt_evalsubtlt.py --path spt_xx --loadali2d <last aliptcls2d_xx.lst file> --loadali3d <last aliptcls3d_xx.lst file> 

It will take a while to load all metadata, and plot the trajectory of each particle on each tilt image in each tomogram.

Focused refinement and continuous motion

After a refinement run, make a customized mask for the domain of interest using the filter tool, then generated the masked referenced.

Do another short run with the masked reference with the --localrefine option. Load the last aliptcls2d and aliptcls3d file from the last run use the corresponding options. In this case, using --iters=p,t will be enough.

Then, run

e2spt_trajfromrefine --path spt_xx --ali3dold spt_xx/aliptcls3d_00.lst --ali3dnew spt_xx/aliptcls3d_01.lst --ali2d spt_xx/aliptcls2d_00.lst

Note that since we want to look at the motion of the masked domain within the coordinates of the original refinement, here use the old aliptcls2d.lst file. If the goal is to visualize the motion of other parts of the protein with the focused part fixed, use the newer aliptcls2d file.