Tilt-Series Alignment
Since this data set has gold fiducials, we could use bead tracking for manual tilt series alignment using software like the Etomo program in IMOD. Manual alignment often yields superior results to automated alignment, but for sake of time we will use TOMOMAN to perform automated tilt-series alignment using AreTomo. TOMOMAN provides some additional settings on top of the standard AreTomo settings, including the option to use unfiltered or dose-filtered tilt-series, as well as pre-binning the tilt-series prior to alignment.
For more information about AreTomo, see the publication or manual.
Open tomoman_aretomo.param.
-
The directory parameters block should already be set correctly.
-
The AreTomo files and folders block should already be set correctly. We will generate a bin8 tomogram so
bin8_aretomo/is a good output directory name. -
The AreTomo parameters block determines how AreTomo will be run.
-
Set
InBinto4. We find that processing the dose-filtered stack with an input binning of 4 yields better results. -
AlignZandVolZare measures of thickness along the z axis measured in unbinned pixels.AlignZis the thickness of the temporary volume used for alignment. This should be approximately the same as the actual thickness of the sample.VolZis the thickness of the reconstructed tomogram and should be larger than bothAlignZand the specimen thickness. In this case,AlignZ=1400andVolZ=1800should work well. The rest of the AreTomo parameters can be left as defaults. -
Check that
OutBinis set to 8. This is the final binning, so it is effectively a additional 2x binning from the 4x binning of our input tilt-series. -
Use the same
Gpusetting as for motion correction.
-
-
Run reconstruction as before in the TOMOMAN console.
tomoman(pwd,'tomoman_aretomo.param');
You now have a reconstructed tomogram you can visualize in 3dmod.
3dmod bin8_aretomo/TS_01_dose-filt_bin8.mrc
In the 3dmod window, select Image > XYZ to (or use the shortcut Ctrl + X) view slices along all axes.
NOTE: After reconstruction, you should see that the tomogram is reconstructed beyond the edges of the specimen along the Z direction. This is evidence that the 'AlignZ' and 'VolZ' parameters we set were appropriate.