.. _singleparticle_serialem: Single Particle Data Collection Using SerialEM ============================================== :Author: Chen Xu :Contact: :Date created: Oct 18, 2016 :Last updated: Apr 29, 2025 .. glossary:: Abstract This document is to list step-by-step operations to perform single particle data collection using SerialEM. I often receive requests to provide script/macro for single particle data collection using SerialEM as control program. It is not very easy to explain that script/macro itself is only the small portion of whole operation steps. I realized that a brief but detailed protocol for whole process is perhaps more useful, specially for novice cryoEM users. It should be useful for more experience users as well as a quick checklist in case some step is forgotten. I wrote something similiar at Brandeis EM webpage, but here I rewrite this to reflect newer hardware of microscope and camera, and with updated SerialEM scripts/macros. A Krios with K2 Summit camera and FEI Ceta camera is the base hardware setup for this protocol. .. note:: This doc is a working progress. If you have comment and suggestion, please let me know. Thank you! .. _scope_tuning: Check Scope Condition and Perform Tuning ---------------------------------------- Before you commit large dataset time, it is always a good idea to check scope condition to make sure everything is good. Calm down and be patient! Here are a few things I usually check. * Check Gun Lens, Extracting Voltage, High Tension are set at correct values. * Stare for a few seconds at the focused beam at the highest SA mag, to see if the beam has good shape and there is no shaking or jumping. * From Direct Alignment, do gun tilt, beam tilt PP, Coma-Free alignment if needed. * Check Thon Ring at roughly the same condition (mag, dose) as your image condition. Make sure there is no obvious frequency cutoff, and Thon Ring reaches the resolution as in good condition. .. _prepare_camera: Prepare Cameras --------------- For K2 camera, perform full procedure to prepare backgrounds from DM interface. This include software and hardware backgrounds. The hardware background file is for processor to use, while the software gain reference files sit in K2 computer for final software image correction. I was told the software gain reference was more stable than hardware background, but not sure this is still the case. Any way, just perform the full procedure following DM steps. - After preparing camera, take a single shot with proper dose rate (~5-10 e/pix/s) for 1 second with no specimen and do an FFT. The FFT should show clean background without strong center cross or lines. - For Ceta camera, do the same from FEI user interface. .. _LMM: Make Low Mag Montage (LMM) Map or Grid Atlas -------------------------------------------- It saves time with large area detector. Therefore, Ceta camera is probably better for this step. - Select Ceta from Camera Control Setup - Insert/load your cryo grids - Set mag at ~87X, retract Obj Aperture - Spread beam to cover whole Ceta camera area - Start SerialEM if not yet - Select Ceta from SerialEM camera control setup *and* FEI Camera ocx. - Setup camera condition from SerialEM: Record (e.g. bin=4, exposure=0.4); a Record image gives proper counts (~2000) - Navigator menu -> Open - Navigator menu -> Montaging & Grids -> Setup Full Montage; define montage file to open - Montage Control Panel -> Start - Click "Yes" to make final overview of montage into a map - Close the montage file .. Tip:: If you are not happy with the aligning of the pieces, you may check and uncheck boxes like "Treat sloopy..." and reload the map. .. _setup_LD: Setup Low Dose Condition ------------------------ You should have known how to setup Low Dose condition already. Here are some tips. - Turn on Low Dose Mode from SerialEM Low Dose control panel - Setup R beam first so that dose on detector and on specimen are all good. - Defocus offset 100um for View is usually a good start. - Always cycle "area" (low dose mode) in one directional looped fashion, i.e., V-F-T-R-V... - Using the same spotszise for all the areas (low dose modes) is a good idea. .. _MMM: Make Medium Mag Montage Maps ---------------------------- - select K2 camera from Camera Control Setup (from now on) - add a polygon (a mesh) in LMM map - add points for good meshes at center - add one landmark such as a dirt point in LMM map - take the landmark into View image (you may use FlowCam to move that feature into middle first.) - while landmark point being current (highlighted), left click on the landmark in View image, a green cross will appear - Navigator menu -> Shift to Marker -> Yes (this will change all the coordinates for all the navigator items) - highlighting polygon item on navigator window, so it is currently selected - Navigator menu -> Montaging & Grids -> Setup Polygon Montage -> Check "using View ..." in the dialog window -> define montage filename. - Add flag "A" to all the interested mesh point items - Navigator menu -> Acquire At Points ... -> Check "Eucentric Rough" in Pre-action and "Acquire Montage Map" in main action - When finished, the MMM maps should be added to Navigator windows. You perhaps can close the montage file now. .. _draw_grid: Draw Grids Points for Each Mesh ------------------------------- For each of the MMM map, do the following steps to add group points. - add a polygon item to exclude bad area - add 5 point items to define grid geometry - make any of the 5 items in the group is currently selected - Navigator menu -> Montaging & Grids -> Set Group Size (10um is a good start) - Navigator menu -> Montaging & Grids -> Check "Divide point into Groups" - Navigator menu -> Montaging & Grids -> Add Grid Points -> give polygon item number -> Flag "A" for all .. _Script: Test Main Script to Run ----------------------- A very simple script for single particle can look like this: .. code-block:: buffer = T RealignToNavItem 0 ResetImageShift 2 #Copy A $buffer #comment out if a fixed template in $buffer is used. AcquireToMatchBuffer $buffer AlignTo $buffer 0 1 #AutoCenterBeam CycleTargetDefocus -0.5 -1.5 10 Autofocus # use one of following lines #Record MultipleRecords Lets load the script to script editor and try to run it. .. literalinclude:: LD-Group.txt :language: ruby :caption: :name: :linenos: This script calls two functions - ``CycleTargetDefocus`` and ``Drift``. This is a standalone script. Some other functions can found `here on github.com `_. If running with python support, the code looks something like this: .. literalinclude:: LD-Group-Python.txt :language: python :caption: :linenos: This is a good time to test running this script on one of the point items in navigator window, to make sure it runs fine. .. _final_check: Final Checking -------------- Now we should check to make sure all the conditions are good for batch data collections for hours and days. - Low Dose beams lined up for all the modes (area is the term SerialEM uses) - Record beam has proper intensity - Objective aperture is inserted and centered - Objective Stigmation is good - Thon ring with R beam on carbon area shows good scope condition - Total exposure time, frame time, total frame number, binning, output file options, frame saving folder etc. are all good. .. _aquire_at_points: Run it! ------- Navigator -> Acquire at Points... -> Run Script "LD-Group" in Main action -> OK.